From 67689078521d9cdf00c5c5df49663c675db17d0edad3dd6028f16f3f3146007a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 2 Apr 2022 14:47:34 +0000 Subject: [PATCH] - Update to release 0.3.0 OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-e1d?expand=0&rev=8 --- 0.2.2.tar.gz | 3 --- 0.3.0.tar.gz | 3 +++ osmo-e1d.changes | 8 ++++++++ osmo-e1d.spec | 12 +++++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 0.2.2.tar.gz create mode 100644 0.3.0.tar.gz diff --git a/0.2.2.tar.gz b/0.2.2.tar.gz deleted file mode 100644 index 60cfd7f..0000000 --- a/0.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aab6aee0fe451d4bb2ca5b3d676248d68e08c0b0b4ba65b76a58c861a01b5912 -size 57474 diff --git a/0.3.0.tar.gz b/0.3.0.tar.gz new file mode 100644 index 0000000..4a65d7a --- /dev/null +++ b/0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bcc0543fb632efa8a727f1be5ffa7a3495dd3aedb8828b405a55762e6be5a9 +size 57990 diff --git a/osmo-e1d.changes b/osmo-e1d.changes index 2450165..506f565 100644 --- a/osmo-e1d.changes +++ b/osmo-e1d.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Apr 2 14:45:10 UTC 2022 - Jan Engelhardt + +- Update to release 0.3.0 + * e1d: Add watchdog timer to detect dead lines / USB devices + * e1d-ts-pipe: Don't write more HDLC bytes than e1d supports + * e1d: reliably detect EOF (HDLC-FCS & RAW mode) + ------------------------------------------------------------------- Fri Nov 19 10:40:10 UTC 2021 - Martin Hauke diff --git a/osmo-e1d.spec b/osmo-e1d.spec index 99561c2..afbee8b 100644 --- a/osmo-e1d.spec +++ b/osmo-e1d.spec @@ -1,7 +1,7 @@ # # spec file for package osmo-e1d # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.2.2 +Version: 0.3.0 Release: 0 Summary: Osmocom E1 Daemon License: GPL-2.0-or-later @@ -52,13 +52,15 @@ Group: System/Libraries %description -n libosmo-e1d1 Osmocom E1 Daemon Protocol Library. -%package -n libosmo-e1d-devel +%package devel 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 +Provides: libosmo-e1d-devel = %version-%release +Obsoletes: libosmo-e1d-devel < %version-%release -%description -n libosmo-e1d-devel +%description devel This subpackage contains libraries and header files for developing applications that want to make use of libosmo-e1d. @@ -111,7 +113,7 @@ rm -Rf "%buildroot/%_sysconfdir/osmocom" %files -n libosmo-e1d1 %_libdir/libosmo-e1d.so.1* -%files -n libosmo-e1d-devel +%files devel %_includedir/%name/ %_libdir/libosmo-e1d.so %_libdir/pkgconfig/libosmo-e1d.pc