Projects
osmocom:nightly
osmo-smlc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 448
View file
osmo-smlc.spec
Changed
@@ -17,14 +17,14 @@ %define _lto_cflags %{nil} Name: osmo-smlc -Requires: osmocom-nightly = 202309120026 -Version: 0.2.3.12.7385.202309120026 +Requires: osmocom-nightly = 202309130026 +Version: 0.2.4.202309130026 Release: 0 Summary: OsmoSMLC: Osmocom's Location Service Center License: AGPL-3.0-or-later Group: Hardware/Mobile URL: https://osmocom.org/projects/osmo-smlc -Source: osmo-smlc_0.2.3.12.7385.202309120026.tar.xz +Source: osmo-smlc_0.2.4.202309130026.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake >= 1.9 @@ -33,13 +33,13 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-sccp) >= 1.7.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sccp) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 BuildRequires: pkgconfig(talloc) %{?systemd_requires}
View file
osmo-smlc_0.2.3.12.7385.202309120026.dsc -> osmo-smlc_0.2.4.202309130026.dsc
Changed
@@ -2,20 +2,20 @@ Source: osmo-smlc Binary: osmo-smlc, osmo-smlc-dbg, osmo-smlc-doc Architecture: any all -Version: 0.2.3.12.7385.202309120026 +Version: 0.2.4.202309130026 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://osmocom.org/projects/osmo-smlc Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc -Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libsctp-dev, libtalloc-dev, libosmocore-dev (>= 1.8.0), libosmo-sccp-dev (>= 1.7.0), libosmo-sigtran-dev (>= 1.7.0), osmo-gsm-manuals-dev (>= 1.4.0) +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libsctp-dev, libtalloc-dev, libosmocore-dev (>= 1.9.0), libosmo-sccp-dev (>= 1.8.0), libosmo-sigtran-dev (>= 1.8.0), osmo-gsm-manuals-dev (>= 1.5.0) Package-List: osmo-smlc deb net extra arch=any osmo-smlc-dbg deb debug extra arch=any osmo-smlc-doc deb doc optional arch=all Checksums-Sha1: - ffe385a1c6bbe9bc5c5ceb76ff69e0f8ea98eeb7 48904 osmo-smlc_0.2.3.12.7385.202309120026.tar.xz + 55c9e4522244b2bf1b3342b67de914c2e78e0280 49164 osmo-smlc_0.2.4.202309130026.tar.xz Checksums-Sha256: - c723fac57e48eae8053dd7d9d6a04a486a51aad9df0ca7dc8466b73a9798ca10 48904 osmo-smlc_0.2.3.12.7385.202309120026.tar.xz + c1750bdc9cb8c028487c990e7c6c7795b5907b520ade014a0022f74ae86c90b9 49164 osmo-smlc_0.2.4.202309130026.tar.xz Files: - d52e0e901b1e8f6af8fc61809c52d12d 48904 osmo-smlc_0.2.3.12.7385.202309120026.tar.xz + d8ff92c28de16a5d71370d9c23946c63 49164 osmo-smlc_0.2.4.202309130026.tar.xz
View file
osmo-smlc_0.2.3.12.7385.202309120026.tar.xz/.tarball-version -> osmo-smlc_0.2.4.202309130026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.2.3.12-7385.202309120026 +0.2.4.202309130026
View file
osmo-smlc_0.2.3.12.7385.202309120026.tar.xz/configure.ac -> osmo-smlc_0.2.4.202309130026.tar.xz/configure.ac
Changed
@@ -36,12 +36,12 @@ fi PKG_PROG_PKG_CONFIG(0.20) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.8.0) dnl checks for header files AC_HEADER_STDC
View file
osmo-smlc_0.2.3.12.7385.202309120026.tar.xz/contrib/osmo-smlc.spec.in -> osmo-smlc_0.2.4.202309130026.tar.xz/contrib/osmo-smlc.spec.in
Changed
@@ -17,7 +17,7 @@ %define _lto_cflags %{nil} Name: osmo-smlc -Requires: osmocom-nightly = 202309120026 +Requires: osmocom-nightly = 202309130026 Version: @VERSION@ Release: 0 Summary: OsmoSMLC: Osmocom's Location Service Center @@ -32,13 +32,13 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-sccp) >= 1.7.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sccp) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 BuildRequires: pkgconfig(talloc) %{?systemd_requires}
View file
osmo-smlc_0.2.3.12.7385.202309120026.tar.xz/debian/changelog -> osmo-smlc_0.2.4.202309130026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,34 @@ -osmo-smlc (0.2.3.12.7385.202309120026) unstable; urgency=medium +osmo-smlc (0.2.4.202309130026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 12 Sep 2023 00:27:10 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Wed, 13 Sep 2023 00:27:09 +0000 + +osmo-smlc (0.2.4) unstable; urgency=medium + + arehbein + * Transition to use of 'telnet_init_default' + + Vadim Yanitskiy + * configure.ac: set -std=gnu11 + * Makefile.am: remove $(COVERAGE_LDFLAGS) from osmo_smlc_LDADD + * Makefile.am: remove unneeded AM_LDFLAGS with LIBS + * tests: $(BUILT_SOURCES) is not defined, depend on osmo-smlc + * tests: execute osmotest{vty,config}.py against osmo-smlc + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + * configure.ac: migrate from python2 to python3 + + Oliver Smith + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + Neels Janosch Hofmeyr + * ctrl-test: drop bogus 'rm -f $(CTRL_TEST_DB)' + + Pau Espin Pedrol + * Write explicit role & sctp-role fields in ASP configurations + + -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 17:14:41 +0200 osmo-smlc (0.2.3) unstable; urgency=medium
View file
osmo-smlc_0.2.3.12.7385.202309120026.tar.xz/debian/control -> osmo-smlc_0.2.4.202309130026.tar.xz/debian/control
Changed
@@ -11,10 +11,10 @@ pkg-config, libsctp-dev, libtalloc-dev, - libosmocore-dev (>= 1.8.0), - libosmo-sccp-dev (>= 1.7.0), - libosmo-sigtran-dev (>= 1.7.0), - osmo-gsm-manuals-dev (>= 1.4.0) + libosmocore-dev (>= 1.9.0), + libosmo-sccp-dev (>= 1.8.0), + libosmo-sigtran-dev (>= 1.8.0), + osmo-gsm-manuals-dev (>= 1.5.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc @@ -23,7 +23,7 @@ Package: osmo-smlc Architecture: any Multi-Arch: foreign -Depends: osmocom-nightly (= 202309120026), ${misc:Depends}, ${shlibs:Depends}, libdbd-sqlite3 +Depends: osmocom-nightly (= 202309130026), ${misc:Depends}, ${shlibs:Depends}, libdbd-sqlite3 Description: OsmoSMLC: Osmocom's Location Services Center FIXME . @@ -34,7 +34,7 @@ Section: debug Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202309120026), osmo-smlc (= ${binary:Version}), ${misc:Depends} +Depends: osmocom-nightly (= 202309130026), osmo-smlc (= ${binary:Version}), ${misc:Depends} Description: OsmoSMLC: Osmocom's Location Services Center FIXME . @@ -48,7 +48,7 @@ Architecture: all Section: doc Priority: optional -Depends: osmocom-nightly (= 202309120026), ${misc:Depends} +Depends: osmocom-nightly (= 202309130026), ${misc:Depends} Description: ${misc:Package} PDF documentation Various manuals: user manual, VTY reference manual and/or protocol/interface manuals.
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.