Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libltc for openSUSE:Factory checked in at 2022-12-06 14:24:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libltc (Old) and /work/SRC/openSUSE:Factory/.libltc.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libltc" Tue Dec 6 14:24:52 2022 rev:5 rq:1040595 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libltc/libltc.changes 2020-09-23 18:49:09.301804566 +0200 +++ /work/SRC/openSUSE:Factory/.libltc.new.1835/libltc.changes 2022-12-06 14:25:10.798549952 +0100 @@ -1,0 +2,8 @@ +Sat Dec 3 10:44:49 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 1.3.2: + * Fixed decoder ringbuffer off by one (allow queue-size of 1) + * Add interface to end encoding, add a final transition (#65) + * Add unit-test for ltc_encoder_end_encode() + +------------------------------------------------------------------- Old: ---- libltc-1.3.1.tar.gz New: ---- libltc-1.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libltc.spec ++++++ --- /var/tmp/diff_new_pack.cSVH9q/_old 2022-12-06 14:25:11.510556022 +0100 +++ /var/tmp/diff_new_pack.cSVH9q/_new 2022-12-06 14:25:11.518556090 +0100 @@ -1,7 +1,7 @@ # # spec file for package libltc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sover 11 Name: libltc -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Linear/longitudinal timecode library License: LGPL-3.0-or-later @@ -66,14 +66,14 @@ %build %configure \ --disable-static -make %{?_smp_mflags} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %check -make %{?_smp_mflags} check +%make_build check %post -n %{name}%{sover} -p /sbin/ldconfig %postun -n %{name}%{sover} -p /sbin/ldconfig ++++++ libltc-1.3.1.tar.gz -> libltc-1.3.2.tar.gz ++++++ ++++ 9543 lines of diff (skipped)