Hello community, here is the log from the commit of package wavpack for openSUSE:Factory checked in at 2017-11-14 14:17:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wavpack (Old) and /work/SRC/openSUSE:Factory/.wavpack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wavpack" Tue Nov 14 14:17:54 2017 rev:23 rq:540442 version:5.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/wavpack/wavpack.changes 2013-07-02 07:47:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wavpack.new/wavpack.changes 2017-11-14 14:18:04.601748974 +0100 @@ -1,0 +2,34 @@ +Thu Nov 9 17:14:33 UTC 2017 - [email protected] + +- Update to version 5.1.0 + * new: command-line tagging utility (wvtag) + * added: option to import ID3v2.3 tags from Sony DSF files + * fixed: fuzz test failures from AFL reported on SourceForge + * improved: DSD decimation filter (less HF rolloff & CPU use) + * fixed: non-byte audio depths (12-bit, 20-bit) not showing + * fixed: rare case of noise-shaping triggering a lossy mute + * fixed: recognize UTF-8 BOM when reading text files + * fixed: a few portability issues +- Includes changes from 5.0.0: + * new: input formats (RF64, Wave64, and CAF) + * removed: support for legacy WavPack files (< 4.0) + * added: lossless DSD audio in Philips DSDIFF and Sony DSF files + * fixed: seeking in > 2GB WavPack files (new stream reader) + * fixed: accept > 4GB source audio files (all formats) + * improved: increase maximum samples from 2^32 to 2^40 + * added: block checksums for robustness to corruption + * added: support for non-standard channel identities + * added: block decoder for streaming applications + * added: new pdf documentation +- For other changes, see upstream: + * https://github.com/dbry/WavPack/blob/master/ChangeLog +- cleanup with spec-cleaner +- remove wavpack-fix_pkgconfig.patch, fixed upstream in: + * d440649aa113797a50e94285c8c037dc2ad7a5a9 + * 779a2e62783acc6a46f75dd89359e95079ef708a + * 7846e95eb1c3fa97da41dfe96de532c2df5ad281 +- remove license.txt, use upstream copying file instead +- Drop Requires, Provides and Obsoletes, as the SUSE versions they + were needed for are now EOL. + +------------------------------------------------------------------- Old: ---- license.txt wavpack-4.70.0-beta.tar.bz2 wavpack-fix_pkgconfig.patch New: ---- wavpack-5.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wavpack.spec ++++++ --- /var/tmp/diff_new_pack.V4GMVu/_old 2017-11-14 14:18:06.357684920 +0100 +++ /var/tmp/diff_new_pack.V4GMVu/_new 2017-11-14 14:18:06.357684920 +0100 @@ -1,7 +1,7 @@ # # spec file for package wavpack # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -16,26 +16,18 @@ # +%define soname 1 Name: wavpack -BuildRequires: libtool -BuildRequires: pkgconfig -Url: http://www.wavpack.com/ +Version: 5.1.0 +Release: 0 Summary: Free Hybrid Lossless Audio Compression Format License: BSD-3-Clause Group: Productivity/Multimedia/Sound/Editors and Convertors -Version: 4.60.99 -Release: 0 -%define soname 1 -%define real_ver 4.70.0-beta -Source: http://www.wavpack.com/%{name}-%{real_ver}.tar.bz2 -Source1: license.txt -# pbleser: fix .pc file by using @libdir@ instead of @prefix@/lib, and remove -L$libdir altogether -Patch1: wavpack-fix_pkgconfig.patch -# Name used by third parties before openSUSE 10.3: -Provides: WavPack = %{version}-%{release} -Requires: libwavpack%{soname} >= %{version} -Obsoletes: WavPack < %version -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Url: http://www.wavpack.com/ +Source0: http://www.wavpack.com/%{name}-%{version}.tar.bz2 +Source99: baselibs.conf +BuildRequires: libtool +BuildRequires: pkgconfig %description WavPack is a completely open audio compression format providing @@ -114,45 +106,38 @@ means never having to choose between lossless and lossy compression! %prep -%setup -q -n %{name}-4.70.0 -%patch1 +%setup -q + %build autoreconf -fiv %configure --disable-static --with-pic -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install -%makeinstall -#not needed -%__rm "%{buildroot}%{_libdir}"/*.la -cp %{S:1} . +%make_install +# not needed +find %{buildroot} -type f -name "*.la" -delete -print %check -make check +make %{?_smp_mflags} check %post -n libwavpack%{soname} -p /sbin/ldconfig - %postun -n libwavpack%{soname} -p /sbin/ldconfig -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files -%defattr(-,root,root) # AUTHORS NEWS are empty -%doc ChangeLog README license.txt +%doc ChangeLog README COPYING %{_bindir}/wavpack %{_bindir}/wvgain %{_bindir}/wvunpack +%{_bindir}/wvtag %{_mandir}/man?/* %files -n libwavpack%{soname} -%defattr(-,root,root) %{_libdir}/libwavpack.so.%{soname} %{_libdir}/libwavpack.so.%{soname}.* %files devel -%defattr(-,root,root) %{_includedir}/wavpack %{_libdir}/libwavpack.so %{_libdir}/pkgconfig/wavpack.pc ++++++ wavpack-4.70.0-beta.tar.bz2 -> wavpack-5.1.0.tar.bz2 ++++++ ++++ 56190 lines of diff (skipped)
