diff --git a/configure.ac b/configure.ac index 674dd1b..23d5d6f 100644 --- a/configure.ac +++ b/configure.ac @@ -26,9 +26,9 @@ if test "x$PKG_CONFIG_INSTALLED" = "xno"; then fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0) PKG_CHECK_MODULES(LIBJANSSON, jansson) PKG_CHECK_MODULES(LIBNLROUTE3, libnl-route-3.0) diff --git a/contrib/osmo-uecups.spec.in b/contrib/osmo-uecups.spec.in index 54143e8..d5ac9bf 100644 --- a/contrib/osmo-uecups.spec.in +++ b/contrib/osmo-uecups.spec.in @@ -25,9 +25,9 @@ BuildRequires: autoconf-archive BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: pkgconfig(libosmocore) >= 1.1.0 -BuildRequires: pkgconfig(libosmovty) >= 1.1.0 -BuildRequires: pkgconfig(libosmo-netif) +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(libnl-route-3.0) BuildRequires: lksctp-tools-devel diff --git a/debian/changelog b/debian/changelog index 6fbcba1..fdbbcc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +osmo-uecups (0.2.1) unstable; urgency=medium + + [ Max ] + * Add git-review config + + [ Harald Welte ] + * add spec.in file for RPM building + * fix copy+paste mistake in README.md + + -- Pau Espin Pedrol Tue, 07 Feb 2023 17:45:20 +0100 + osmo-uecups (0.2.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index d1bbc92..5c1f58e 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ Build-Depends: debhelper (>=9), pkg-config, libjansson-dev, libnl-route-3-dev, - libosmocore-dev (>= 1.7.0), - libosmo-netif-dev (>= 1.2.0), + libosmocore-dev (>= 1.8.0), + libosmo-netif-dev (>= 1.3.0), libsctp-dev, - osmo-gsm-manuals-dev (>= 1.3.0) + osmo-gsm-manuals-dev (>= 1.4.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups