From 5152c4143e0a22bd5b700c799707008a3e501cc302b22ba967a0a97c3ca16e66 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 18 May 2023 10:27:35 +0000 Subject: [PATCH 1/2] - Update to release 0.5.0 OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-e1d?expand=0&rev=12 --- 0.4.0.tar.gz | 3 --- 0.5.0.tar.gz | 3 +++ osmo-e1d.changes | 6 ++++++ osmo-e1d.spec | 21 +++++++++++---------- 4 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 0.4.0.tar.gz create mode 100644 0.5.0.tar.gz diff --git a/0.4.0.tar.gz b/0.4.0.tar.gz deleted file mode 100644 index 993c7e6..0000000 --- a/0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b05101acc85b3ce1923981df24addf991ad346dc82afd57a086fb46cd53494a -size 94972 diff --git a/0.5.0.tar.gz b/0.5.0.tar.gz new file mode 100644 index 0000000..9353ca7 --- /dev/null +++ b/0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7226b895459bb550f05f11e3b8a4aa46a251e2a977717ea0c624546e942b2379 +size 131060 diff --git a/osmo-e1d.changes b/osmo-e1d.changes index 7041448..5e274d1 100644 --- a/osmo-e1d.changes +++ b/osmo-e1d.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 18 10:24:32 UTC 2023 - Jan Engelhardt + +- Update to release 0.5.0 + * Support for e1-tracer hardware + ------------------------------------------------------------------- Wed Aug 3 17:22:41 UTC 2022 - Jan Engelhardt diff --git a/osmo-e1d.spec b/osmo-e1d.spec index efd3048..be9d47c 100644 --- a/osmo-e1d.spec +++ b/osmo-e1d.spec @@ -1,7 +1,7 @@ # # spec file for package osmo-e1d # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2019-2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: osmo-e1d -Version: 0.4.0 +Version: 0.5.0 Release: 0 Summary: Osmocom E1 Daemon License: GPL-2.0-or-later @@ -29,9 +29,9 @@ BuildRequires: automake >= 1.9 BuildRequires: libtool >= 2 BuildRequires: pkg-config >= 0.20 BuildRequires: systemd-rpm-macros -BuildRequires: pkgconfig(libosmocore) >= 1.7.0 -BuildRequires: pkgconfig(libosmousb) >= 1.7.0 -BuildRequires: pkgconfig(libosmovty) >= 1.7.0 +BuildRequires: pkgconfig(libosmocore) >= 1.8.0 +BuildRequires: pkgconfig(libosmousb) >= 1.8.0 +BuildRequires: pkgconfig(libosmovty) >= 1.8.0 BuildRequires: pkgconfig(talloc) >= 2.0.1 %description @@ -52,12 +52,12 @@ Group: System/Libraries %description -n libosmo-e1d1 Osmocom E1 Daemon Protocol Library. -%package -n libosmo-octoi0 +%package -n libosmo-octoi1 Summary: Library for the Osmocom Community TDMoIP network License: LGPL-3.0-or-later Group: System/Libraries -%description -n libosmo-octoi0 +%description -n libosmo-octoi1 Library for the Osmocom Community TDMoIP network. %package devel @@ -88,6 +88,7 @@ autoreconf -fiv %install %make_install find "%buildroot" -type f -name "*.la" -delete -print +# https://en.opensuse.org/openSUSE:Packaging_UsrEtc rm -Rf "%buildroot/%_sysconfdir/osmocom" %check @@ -95,8 +96,8 @@ rm -Rf "%buildroot/%_sysconfdir/osmocom" %post -n libosmo-e1d1 -p /sbin/ldconfig %postun -n libosmo-e1d1 -p /sbin/ldconfig -%post -n libosmo-octoi0 -p /sbin/ldconfig -%postun -n libosmo-octoi0 -p /sbin/ldconfig +%post -n libosmo-octoi1 -p /sbin/ldconfig +%postun -n libosmo-octoi1 -p /sbin/ldconfig %preun %service_del_preun %name.service @@ -123,7 +124,7 @@ rm -Rf "%buildroot/%_sysconfdir/osmocom" %files -n libosmo-e1d1 %_libdir/libosmo-e1d.so.* -%files -n libosmo-octoi0 +%files -n libosmo-octoi1 %_libdir/libosmo-octoi.so.* %files devel From 9ef4b54d94ab089831901509a5a12b3c18b5c99395fd8bcb56e4a684f0a6f1e8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 18 May 2023 10:34:19 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-e1d?expand=0&rev=13 --- osmo-e1d.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osmo-e1d.spec b/osmo-e1d.spec index be9d47c..070c7f1 100644 --- a/osmo-e1d.spec +++ b/osmo-e1d.spec @@ -65,7 +65,7 @@ Summary: Header files for the Osmocom E1 daemon protocol library License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ Requires: libosmo-e1d1 = %version-%release -Requires: libosmo-octoi0 = %version-%release +Requires: libosmo-octoi1 = %version-%release Provides: libosmo-e1d-devel = %version-%release Obsoletes: libosmo-e1d-devel < %version-%release