mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc.git
synced 2025-10-23 00:12:20 +00:00
Bump version: 0.3.0.2-bc0a → 0.3.1
Change-Id: I52964c60edfc09cf832b8acb2fff61d0ceed3837
This commit is contained in:
@@ -7,4 +7,3 @@
|
|||||||
# If any interfaces have been added since the last public release: c:r:a + 1.
|
# If any interfaces have been added since the last public release: c:r:a + 1.
|
||||||
# If any interfaces have been removed or changed since the last public release: c:r:0.
|
# If any interfaces have been removed or changed since the last public release: c:r:0.
|
||||||
#library what description / commit summary line
|
#library what description / commit summary line
|
||||||
libosmo-sigtran bump dependency to > 1.9.0 / libosmo-sccp package removal
|
|
||||||
|
@@ -40,7 +40,7 @@ PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
|
|||||||
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
|
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
|
||||||
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
|
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
|
||||||
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
|
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
|
||||||
PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0)
|
PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.0.0)
|
||||||
|
|
||||||
dnl checks for header files
|
dnl checks for header files
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -1,3 +1,13 @@
|
|||||||
|
osmo-smlc (0.3.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
[ Harald Welte ]
|
||||||
|
* remove libosmo-sccp dependency; depend on libosmo-sigtran only
|
||||||
|
|
||||||
|
[ Oliver Smith ]
|
||||||
|
* contrib/jenkins: libosmo-sccp -> libosmo-sigtran
|
||||||
|
|
||||||
|
-- Oliver Smith <osmith@sysmocom.de> Mon, 16 Sep 2024 12:26:33 +0200
|
||||||
|
|
||||||
osmo-smlc (0.3.0) unstable; urgency=medium
|
osmo-smlc (0.3.0) unstable; urgency=medium
|
||||||
|
|
||||||
[ Andreas Eversberg ]
|
[ Andreas Eversberg ]
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 10),
|
|||||||
libsctp-dev,
|
libsctp-dev,
|
||||||
libtalloc-dev,
|
libtalloc-dev,
|
||||||
libosmocore-dev (>= 1.10.0),
|
libosmocore-dev (>= 1.10.0),
|
||||||
libosmo-sigtran-dev (>= 1.9.0),
|
libosmo-sigtran-dev (>= 2.0.0),
|
||||||
osmo-gsm-manuals-dev (>= 1.6.0)
|
osmo-gsm-manuals-dev (>= 1.6.0)
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
|
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
|
||||||
|
Reference in New Issue
Block a user