From 7752d3aa3da15dd1ab0be6e0ba1a32b3892dbf7e58bcb9ca41de802deb403fa9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 20 Nov 2021 03:34:00 +0000 Subject: [PATCH] Accepting request 932513 from home:mnhauke:osmocom:latest - Update to new upstream release 0.2.1 * https://git.osmocom.org/osmo-smlc/plain/debian/changelog?h=0.2.1 OBS-URL: https://build.opensuse.org/request/show/932513 OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-smlc?expand=0&rev=2 --- _service | 4 ++-- osmo-smlc-0.2.0.tar.xz | 3 --- osmo-smlc-0.2.1.tar.xz | 3 +++ osmo-smlc.changes | 6 ++++++ osmo-smlc.spec | 18 ++++++++++-------- 5 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 osmo-smlc-0.2.0.tar.xz create mode 100644 osmo-smlc-0.2.1.tar.xz diff --git a/_service b/_service index 684b81e..db75702 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ git https://git.osmocom.org/osmo-smlc - 0.2.0 - 0.2.0 + 0.2.1 + 0.2.1 *.tar diff --git a/osmo-smlc-0.2.0.tar.xz b/osmo-smlc-0.2.0.tar.xz deleted file mode 100644 index 3600a8f..0000000 --- a/osmo-smlc-0.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f77aa27a4634ac32e660f834e161c3a168e924fe307000eabd36bfaa5169758 -size 48080 diff --git a/osmo-smlc-0.2.1.tar.xz b/osmo-smlc-0.2.1.tar.xz new file mode 100644 index 0000000..a176a02 --- /dev/null +++ b/osmo-smlc-0.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa8e493b8104fd53ef3a84910eee619c6c366be710d75cb270f4ab56bfb515d +size 48352 diff --git a/osmo-smlc.changes b/osmo-smlc.changes index 7c75c52..6c95709 100644 --- a/osmo-smlc.changes +++ b/osmo-smlc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 19 11:49:15 UTC 2021 - Martin Hauke + +- Update to new upstream release 0.2.1 + * https://git.osmocom.org/osmo-smlc/plain/debian/changelog?h=0.2.1 + ------------------------------------------------------------------- Sun Mar 14 21:24:25 UTC 2021 - Jan Engelhardt diff --git a/osmo-smlc.spec b/osmo-smlc.spec index 9ba194f..26813c2 100644 --- a/osmo-smlc.spec +++ b/osmo-smlc.spec @@ -16,7 +16,7 @@ # Name: osmo-smlc -Version: 0.2.0 +Version: 0.2.1 Release: 0 Summary: Osmocom Serving Mobile Location Centre License: AGPL-3.0-or-later @@ -29,12 +29,12 @@ BuildRequires: automake BuildRequires: libtool >= 2 BuildRequires: lksctp-tools-devel BuildRequires: pkg-config >= 0.20 -BuildRequires: pkgconfig(libosmo-sccp) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.4.0 -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-sccp) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.6.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.6.0 +BuildRequires: pkgconfig(libosmovty) >= 1.6.0 %description OsmoSMLC is the Osmocom Serving Mobile Location Centre. It implements @@ -47,7 +47,9 @@ Location_Services architecture. %build echo "%version" >.tarball-version autoreconf -fi -%configure --with-systemdsystemunitdir="%_unitdir" --docdir="%_docdir/%name" +%configure \ + --with-systemdsystemunitdir="%_unitdir" \ + --docdir="%_docdir/%name" %make_build %install