Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package osmo-e1d for openSUSE:Factory checked in at 2022-08-04 13:23:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osmo-e1d (Old) and /work/SRC/openSUSE:Factory/.osmo-e1d.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osmo-e1d" Thu Aug 4 13:23:26 2022 rev:6 rq:992625 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/osmo-e1d/osmo-e1d.changes 2022-04-02 18:21:14.693800726 +0200 +++ /work/SRC/openSUSE:Factory/.osmo-e1d.new.1521/osmo-e1d.changes 2022-08-04 13:23:46.636552078 +0200 @@ -1,0 +2,12 @@ +Wed Aug 3 17:22:41 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 0.4.0 + * Use the error counters for remote alarm + remote CRC error + * Add support for icE1usb RAI interrupt error flag + * Allow configuration of interfaces/lines via VTY + * GPS-DO support for icE1usb hardware + * OCTOI: initial support for E1oIP forwarding + * RIFO (random in, first out) for IP->E1 direction + * Add rate counters for number of frames muxed/demuxed (E1 side) + +------------------------------------------------------------------- Old: ---- 0.3.0.tar.gz New: ---- 0.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osmo-e1d.spec ++++++ --- /var/tmp/diff_new_pack.DJvQPY/_old 2022-08-04 13:23:47.080553338 +0200 +++ /var/tmp/diff_new_pack.DJvQPY/_new 2022-08-04 13:23:47.084553348 +0200 @@ -18,7 +18,7 @@ Name: osmo-e1d -Version: 0.3.0 +Version: 0.4.0 Release: 0 Summary: Osmocom E1 Daemon License: GPL-2.0-or-later @@ -29,9 +29,9 @@ BuildRequires: libtool >= 2 BuildRequires: pkg-config >= 0.20 BuildRequires: systemd-rpm-macros -BuildRequires: pkgconfig(libosmocore) >= 1.6.0 -BuildRequires: pkgconfig(libosmousb) >= 1.6.0 -BuildRequires: pkgconfig(libosmovty) >= 1.6.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmousb) >= 1.7.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.0 BuildRequires: pkgconfig(talloc) >= 2.0.1 %description @@ -52,11 +52,20 @@ %description -n libosmo-e1d1 Osmocom E1 Daemon Protocol Library. +%package -n libosmo-octoi0 +Summary: Library for the Osmocom Community TDMoIP network +License: LGPL-3.0-or-later +Group: System/Libraries + +%description -n libosmo-octoi0 +Library for the Osmocom Community TDMoIP network. + %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 +Requires: libosmo-e1d1 = %version-%release +Requires: libosmo-octoi0 = %version-%release Provides: libosmo-e1d-devel = %version-%release Obsoletes: libosmo-e1d-devel < %version-%release @@ -86,6 +95,8 @@ %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 %preun %service_del_preun %name.service @@ -106,16 +117,19 @@ %_bindir/osmo-e1d-pipe %dir %_docdir/%name %dir %_docdir/%name/examples -%_docdir/%name/examples/osmo-e1d-vpair.cfg -%_docdir/%name/examples/osmo-e1d.cfg +%_docdir/%name/examples/ %_unitdir/osmo-e1d.service %files -n libosmo-e1d1 -%_libdir/libosmo-e1d.so.1* +%_libdir/libosmo-e1d.so.* + +%files -n libosmo-octoi0 +%_libdir/libosmo-octoi.so.* %files devel %_includedir/%name/ %_libdir/libosmo-e1d.so -%_libdir/pkgconfig/libosmo-e1d.pc +%_libdir/libosmo-octoi.so +%_libdir/pkgconfig/*.pc %changelog ++++++ 0.3.0.tar.gz -> 0.4.0.tar.gz ++++++ ++++ 7113 lines of diff (skipped)