From 5092a58e45d74eec0ca7143cba8850e42d0f32b03aefb48530c6079c22a92765 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 15 Aug 2019 04:45:47 +0000 Subject: [PATCH 1/3] - Update to new upstream release 1.1.0 OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-sccp?expand=0&rev=31 --- _service | 4 ++-- libosmo-sccp-1.0.0.tar.xz | 3 --- libosmo-sccp-1.1.0.tar.xz | 3 +++ libosmo-sccp.changes | 7 +++++++ libosmo-sccp.spec | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 libosmo-sccp-1.0.0.tar.xz create mode 100644 libosmo-sccp-1.1.0.tar.xz diff --git a/_service b/_service index 2b18ab5..f9d2ea1 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ git git://git.osmocom.org/libosmo-sccp - 1.0.0 - 1.0.0 + 1.1.0 + 1.1.0 *.tar diff --git a/libosmo-sccp-1.0.0.tar.xz b/libosmo-sccp-1.0.0.tar.xz deleted file mode 100644 index 4f5f841..0000000 --- a/libosmo-sccp-1.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:103777b897a48579520adadd3c233cff51ef6f62d1b2d6ef9c23a7fd5d36147e -size 199636 diff --git a/libosmo-sccp-1.1.0.tar.xz b/libosmo-sccp-1.1.0.tar.xz new file mode 100644 index 0000000..8613a9d --- /dev/null +++ b/libosmo-sccp-1.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b788a01024c12a9eb05d840779b08c523c9d9550f9dda59e15b2546360cfbb3 +size 204432 diff --git a/libosmo-sccp.changes b/libosmo-sccp.changes index e7c3110..65e357c 100644 --- a/libosmo-sccp.changes +++ b/libosmo-sccp.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Aug 15 04:44:32 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.1.0 + * OsmoSTP: enable statsd support + * osmo-stp: register VTY commands for talloc context introspection + * osmo-stp: expose root talloc context to the VTY code +------------------------------------------------------------------- Mon Jan 28 23:21:43 UTC 2019 - mardnh@gmx.de - Update to new upstream release 1.0.0 diff --git a/libosmo-sccp.spec b/libosmo-sccp.spec index 2e1d653..fc1dd24 100644 --- a/libosmo-sccp.spec +++ b/libosmo-sccp.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libosmo-sccp -Version: 1.0.0 +Version: 1.1.0 Release: 0 %define libversion %(echo "%version" | sed 's/\\./_/g') Summary: Osmocom library for the A-bis interface between BTS and BSC From 8aeef175958793506b701ebb63efb6add04a557d24aa9b288314b1f574e1e35d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 15 Aug 2019 15:16:34 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-sccp?expand=0&rev=32 --- libosmo-sccp.changes | 1 + libosmo-sccp.spec | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/libosmo-sccp.changes b/libosmo-sccp.changes index 65e357c..844e8dd 100644 --- a/libosmo-sccp.changes +++ b/libosmo-sccp.changes @@ -5,6 +5,7 @@ Thu Aug 15 04:44:32 UTC 2019 - Jan Engelhardt * OsmoSTP: enable statsd support * osmo-stp: register VTY commands for talloc context introspection * osmo-stp: expose root talloc context to the VTY code + ------------------------------------------------------------------- Mon Jan 28 23:21:43 UTC 2019 - mardnh@gmx.de diff --git a/libosmo-sccp.spec b/libosmo-sccp.spec index fc1dd24..656e511 100644 --- a/libosmo-sccp.spec +++ b/libosmo-sccp.spec @@ -87,6 +87,8 @@ Summary: Development files for the Osmocom SCCP library License: GPL-2.0-or-later Group: Development/Libraries/C and C++ Requires: libosmo-sccp-%libversion = %version +# previously wrongly shipped .so file +Conflicts: libosom-sccp-1_0_0 %description -n libosmo-sccp-devel SCCP is a network layer protocol that provides routing, flow control, @@ -216,7 +218,6 @@ fi %files -n libosmo-sccp-%libversion %defattr(-,root,root) -%_libdir/libosmo-sccp.so %_libdir/libosmo-sccp-%version.so %files -n libosmo-sccp-devel @@ -224,6 +225,7 @@ fi %dir %_includedir/%name %dir %_includedir/%name/osmocom %_includedir/%name/osmocom/sccp/ +%_libdir/libosmo-sccp.so %_libdir/pkgconfig/libosmo-sccp.pc %files -n libosmo-sigtran3 From 6402a0ec03c553f9a554506e4f214ebffd4f89c6076bc05547dd5f3b37c2bccc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 21 Aug 2019 07:18:40 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-sccp?expand=0&rev=33 --- libosmo-sccp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libosmo-sccp.spec b/libosmo-sccp.spec index 656e511..6a59319 100644 --- a/libosmo-sccp.spec +++ b/libosmo-sccp.spec @@ -88,7 +88,7 @@ License: GPL-2.0-or-later Group: Development/Libraries/C and C++ Requires: libosmo-sccp-%libversion = %version # previously wrongly shipped .so file -Conflicts: libosom-sccp-1_0_0 +Conflicts: libosmo-sccp-1_0_0 %description -n libosmo-sccp-devel SCCP is a network layer protocol that provides routing, flow control,