Hello community, here is the log from the commit of package flac for openSUSE:Factory checked in at 2019-01-28 20:47:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flac (Old) and /work/SRC/openSUSE:Factory/.flac.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flac" Mon Jan 28 20:47:12 2019 rev:53 rq:668084 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/flac/flac.changes 2018-05-01 23:08:52.164708156 +0200 +++ /work/SRC/openSUSE:Factory/.flac.new.28833/flac.changes 2019-01-28 20:49:01.769868157 +0100 @@ -1,0 +2,12 @@ +Wed Jan 23 10:15:24 UTC 2019 - Jan Engelhardt <[email protected]> + +- Remove useless --with-pic (only useful for --enable-static). +- Trim authorship and licensing info from description, + this is metadata. + +------------------------------------------------------------------- +Fri Jan 18 10:45:15 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Drop doxygen dependency to reduce python3 buildcycle + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flac.spec ++++++ --- /var/tmp/diff_new_pack.uF75M6/_old 2019-01-28 20:49:02.413867479 +0100 +++ /var/tmp/diff_new_pack.uF75M6/_new 2019-01-28 20:49:02.413867479 +0100 @@ -1,7 +1,7 @@ # # spec file for package flac # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Summary: Free Lossless Audio Codec License: BSD-3-Clause AND GPL-2.0-or-later AND GFDL-1.2-only Group: Productivity/Multimedia/Sound/Utilities -Url: https://xiph.org/flac/ +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 @@ -31,27 +31,23 @@ Patch1: flac-CVE-2017-6888.patch BuildRequires: autoconf >= 2.60 BuildRequires: automake >= 1.11 -BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: xz BuildRequires: pkgconfig(ogg) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Obsoletes: %{name}-doc %ifarch %{ix86} BuildRequires: nasm %endif %description -FLAC is an open source lossless audio codec developed by Josh Coalson. - -%package doc -Summary: Free Lossless Audio Codec Library -Group: Documentation/HTML -BuildArch: noarch - -%description doc -This package contains documentation for flac +FLAC is an audio coding format for lossless compression of digital +audio, and is also the name of the reference software package that +includes a codec implementation. Digital audio compressed by FLAC's +algorithm can typically be reduced to between 50 and 70 percent of +its original size, and decompresses to an identical copy of the +original audio data. %package -n libFLAC8 Summary: Free Lossless Audio Codec Library @@ -60,16 +56,22 @@ Provides: libflac = %{version} %description -n libFLAC8 -This package contains the library for FLAC (Free Lossless Audio Codec) -developed by Josh Coalson. +FLAC is an audio coding format for lossless compression of digital +audio, and is also the name of the reference software package that +includes a codec implementation. + +This package contains the C API library for FLAC. %package -n libFLAC++6 Summary: Free Lossless Audio Codec Library Group: System/Libraries %description -n libFLAC++6 -This package contains the C++ library for FLAC (Free Lossless Audio -Codec) developed by Josh Coalson. +FLAC is an audio coding format for lossless compression of digital +audio, and is also the name of the reference software package that +includes a codec implementation. + +This package contains the C++ API library for FLAC. %package devel Summary: FLAC Library Development Package @@ -96,16 +98,14 @@ --disable-xmms-plugin \ --disable-static \ --disable-rpath \ - --with-pic \ --enable-sse - -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} docdir="%{_docdir}/%{name}" +%make_install find %{buildroot} -type f -name "*.la" -delete -print -# documents -cp -a AUTHORS README COPYING.* %{buildroot}%{_docdir}/%{name} +# wrongy installed docs +rm -rf %{buildroot}%{_datadir}/doc/%{name}-%{version}/ %check make check %{?_smp_mflags} @@ -116,24 +116,19 @@ %postun -n libFLAC++6 -p /sbin/ldconfig %files -%defattr(-, root, root) +%doc AUTHORS README %{_bindir}/* %{_mandir}/man*/* -%files doc -%defattr(-, root, root) -%doc %{_docdir}/%{name} - %files -n libFLAC8 -%defattr(-, root, root) +%license COPYING* %{_libdir}/libFLAC.so.8* %files -n libFLAC++6 -%defattr(-, root, root) +%license COPYING* %{_libdir}/libFLAC++.so.6* %files devel -%defattr(-, root, root) %{_libdir}/lib*.so %{_includedir}/* %{_libdir}/pkgconfig/*.pc
