Hello community, here is the log from the commit of package flac for openSUSE:Factory checked in at 2019-09-07 11:29:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flac (Old) and /work/SRC/openSUSE:Factory/.flac.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "flac" Sat Sep 7 11:29:18 2019 rev:54 rq:727839 version:1.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/flac/flac.changes 2019-01-28 20:49:01.769868157 +0100 +++ /work/SRC/openSUSE:Factory/.flac.new.7948/flac.changes 2019-09-07 11:29:20.470464897 +0200 @@ -1,0 +2,7 @@ +Sun Sep 1 06:41:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de> + +- Update to release 1.3.3 + * Improve SIMD decoding of 24 bit files +- Drop flac-CVE-2017-6888.patch (merged upstream) + +------------------------------------------------------------------- @@ -476 +482,0 @@ - Old: ---- flac-1.3.2.tar.xz flac-CVE-2017-6888.patch New: ---- flac-1.3.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flac.spec ++++++ --- /var/tmp/diff_new_pack.xexjXF/_old 2019-09-07 11:29:21.918464715 +0200 +++ /var/tmp/diff_new_pack.xexjXF/_new 2019-09-07 11:29:21.946464712 +0200 @@ -17,7 +17,7 @@ Name: flac -Version: 1.3.2 +Version: 1.3.3 Release: 0 Summary: Free Lossless Audio Codec License: BSD-3-Clause AND GPL-2.0-or-later AND GFDL-1.2-only @@ -25,10 +25,10 @@ URL: https://xiph.org/flac/ #Git-Web: https://git.xiph.org/?p=flac.git #Git-Clone: git://git.xiph.org/flac -Source: http://downloads.xiph.org/releases/flac/%{name}-%{version}.tar.xz +#Changelog: https://xiph.org/flac/changelog.html +Source: https://downloads.xiph.org/releases/flac/%{name}-%{version}.tar.xz Source2: baselibs.conf Patch0: flac-cflags.patch -Patch1: flac-CVE-2017-6888.patch BuildRequires: autoconf >= 2.60 BuildRequires: automake >= 1.11 BuildRequires: gcc-c++ @@ -86,9 +86,7 @@ FLAC library. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build autoreconf -fvi @@ -102,7 +100,7 @@ make %{?_smp_mflags} %install -%make_install +%make_install docdir="%{_docdir}/%{name}" find %{buildroot} -type f -name "*.la" -delete -print # wrongy installed docs rm -rf %{buildroot}%{_datadir}/doc/%{name}-%{version}/ @@ -116,7 +114,7 @@ %postun -n libFLAC++6 -p /sbin/ldconfig %files -%doc AUTHORS README +%doc README %{_bindir}/* %{_mandir}/man*/* @@ -133,5 +131,7 @@ %{_includedir}/* %{_libdir}/pkgconfig/*.pc %{_datadir}/aclocal/*.m4 +%{_docdir}/%{name}/ +%exclude %{_docdir}/%{name}/README %changelog ++++++ flac-1.3.2.tar.xz -> flac-1.3.3.tar.xz ++++++ ++++ 102506 lines of diff (skipped) ++++++ flac-cflags.patch ++++++ --- /var/tmp/diff_new_pack.xexjXF/_old 2019-09-07 11:29:23.438464525 +0200 +++ /var/tmp/diff_new_pack.xexjXF/_new 2019-09-07 11:29:23.450464524 +0200 @@ -1,26 +1,12 @@ -Index: flac-1.3.2/configure.ac +--- + configure.ac | 4 ---- + 1 file changed, 4 deletions(-) + +Index: flac-1.3.3/configure.ac =================================================================== ---- flac-1.3.2.orig/configure.ac -+++ flac-1.3.2/configure.ac -@@ -389,8 +389,7 @@ if test "x$debug" = xtrue; then - CFLAGS="-g $CFLAGS" - else - CPPFLAGS="-DNDEBUG $CPPFLAGS" -- CFLAGS=$(echo "$CFLAGS" | sed 's/-O2//') -- CFLAGS="-O3 -funroll-loops $CFLAGS" -+ CFLAGS="$user_cflags" - fi - - XIPH_GCC_VERSION -@@ -400,7 +399,6 @@ if test x$ac_cv_c_compiler_gnu = xyes ; - CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wcast-align -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wsign-promo -Wundef " # -Wcast-qual -Wbad-function-cast -Wwrite-strings -Woverloaded-virtual -Wmissing-declarations - - XIPH_ADD_CFLAGS([-Wdeclaration-after-statement]) -- XIPH_ADD_CFLAGS([-D_FORTIFY_SOURCE=2]) - - AC_LANG_PUSH([C++]) - XIPH_ADD_CXXFLAGS([-Weffc++]) -@@ -426,10 +424,6 @@ if test x$ac_cv_c_compiler_gnu = xyes ; +--- flac-1.3.3.orig/configure.ac ++++ flac-1.3.3/configure.ac +@@ -468,10 +468,6 @@ if test x$ac_cv_c_compiler_gnu = xyes ; XIPH_ADD_CFLAGS([-fno-inline-small-functions]) fi