Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libaec for openSUSE:Factory checked in at 2023-11-06 21:14:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libaec (Old) and /work/SRC/openSUSE:Factory/.libaec.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libaec" Mon Nov 6 21:14:26 2023 rev:7 rq:1123561 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libaec/libaec.changes 2021-11-21 23:53:08.386067690 +0100 +++ /work/SRC/openSUSE:Factory/.libaec.new.17445/libaec.changes 2023-11-06 21:14:37.820042078 +0100 @@ -1,0 +2,27 @@ +Mon Nov 6 10:22:53 UTC 2023 - Manfred Schwarb <[email protected]> + +- remove optional binary installation to please Factory + +------------------------------------------------------------------- +Mon Oct 30 14:14:23 UTC 2023 - Manfred Schwarb <[email protected]> + +- make deploying aec executable conditional and default off, can + be added back later if needed + +------------------------------------------------------------------- +Mon Oct 16 09:48:52 UTC 2023 - Manfred Schwarb <[email protected]> + +- Update to version 1.1.2: + * Compile issue with MSVC + +------------------------------------------------------------------- +Fri Sep 29 13:00:31 UTC 2023 - Manfred Schwarb <[email protected]> + +- put back aec executable +- Update to version 1.1.1: + * Grab correct offsets when encoding + * Rename aec executable to graec, will not be installed any more + * The include file libaec.h now contains version information + * Support for decoding data ranges by Eugen Betke + +------------------------------------------------------------------- Old: ---- libaec-v1.0.6.tar.gz New: ---- libaec-v1.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libaec.spec ++++++ --- /var/tmp/diff_new_pack.y65eWA/_old 2023-11-06 21:14:38.328060778 +0100 +++ /var/tmp/diff_new_pack.y65eWA/_new 2023-11-06 21:14:38.328060778 +0100 @@ -1,7 +1,7 @@ # # spec file for package libaec # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libaec -Version: 1.0.6 +Version: 1.1.2 Release: 0 Summary: Adaptive Entropy Coding library License: BSD-2-Clause @@ -54,7 +54,7 @@ %package devel Summary: Development files for libaec (Adaptive Entropy Coding library) Group: Development/Libraries/C and C++ -Requires: libaec0 = %{version} +Requires: libaec0 = %{version}-%{release} %description devel Development files for libaec (Adaptive Entropy Coding library), a lossless @@ -71,17 +71,17 @@ %package -n sz2-devel Summary: Development files for libsz2 Group: Development/Libraries/C and C++ -Requires: libaec-devel = %{version} -Requires: libsz2 = %{version} -Provides: libsz2-devel = %{version} -Obsoletes: libsz2-devel < %{version} +Requires: libaec-devel = %{version}-%{release} +Requires: libsz2 = %{version}-%{release} +Provides: libsz2-devel = %{version}-%{release} +Obsoletes: libsz2-devel < %{version}-%{release} %description -n sz2-devel Header files for libsz2, a drop-in replacement for the SZIP library (http://www.hdfgroup.org/doc_resource/SZIP). %prep -%setup -q -n "%{name}-v%{version}" +%autosetup -n "%{name}-v%{version}" %build %cmake @@ -106,9 +106,7 @@ %files -n libaec0 %license LICENSE.txt %doc README.md CHANGELOG.md -%{_bindir}/aec %{_libdir}/libaec.so.0* -%{_mandir}/man1/aec.* %files devel %{_libdir}/cmake/%{name} ++++++ libaec-v1.0.6.tar.gz -> libaec-v1.1.2.tar.gz ++++++ ++++ 2957 lines of diff (skipped)
