Hello community, here is the log from the commit of package audiofile for openSUSE:Factory checked in at 2013-03-08 10:48:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audiofile (Old) and /work/SRC/openSUSE:Factory/.audiofile.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audiofile", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/audiofile/audiofile.changes 2013-02-04 19:03:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.audiofile.new/audiofile.changes 2013-03-08 10:48:23.000000000 +0100 @@ -1,0 +2,23 @@ +Thu Mar 7 11:05:21 UTC 2013 - [email protected] + +- Update to version 0.3.6: + + Implement FLAC and ALAC encoding and decoding. + + Update license to LGPL 2.1. +- Remove audiofile-0.3.5-without_examples.patch +- Add pkgconfig(flac) BuildRequires + +------------------------------------------------------------------- +Wed Feb 20 15:40:52 UTC 2013 - [email protected] + +- Update to version 0.3.5: + + Implement IMA ADPCM encoding and decoding for AIFF-C, CAF, and WAVE files. + + Implement Microsoft ADPCM encoding for WAVE files. + + Fix calculation of IRCAM frame size. + + Record marker comments in WAVE files. + + Improve validation of compressed audio formats. + + Add support for building without documentation. +- Add audiofile-0.3.5-without_examples.patch +- Remove audiofile-remove-unused-variables.patch +- Remove Obsoletes: audiofile-64bit + +------------------------------------------------------------------- Old: ---- audiofile-0.3.4.tar.xz audiofile-remove-unused-variables.patch New: ---- audiofile-0.3.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audiofile.spec ++++++ --- /var/tmp/diff_new_pack.aYBRkB/_old 2013-03-08 10:48:24.000000000 +0100 +++ /var/tmp/diff_new_pack.aYBRkB/_new 2013-03-08 10:48:24.000000000 +0100 @@ -16,29 +16,25 @@ # +%define so_num 1 + Name: audiofile -%define lname libaudiofile1 -Url: http://www.68k.org/~michael/audiofile/ -# bug437293 -%ifarch ppc64 -Obsoletes: audiofile-64bit -%endif -Version: 0.3.4 +Version: 0.3.6 Release: 0 -# Summary: An Audio File Library License: GPL-2.0+ and LGPL-2.1+ Group: System/Libraries +%define lname libaudiofile%{so_num} +Url: http://www.68k.org/~michael/audiofile/ Source: http://download.gnome.org/sources/audiofile/0.3/%{name}-%{version}.tar.xz Source2: baselibs.conf -Patch1: %{name}-remove-unused-variables.patch -BuildRequires: alsa-devel +BuildRequires: autoconf +BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkg-config -# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 BuildRequires: xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig(flac) >= 1.2.1 %description This audio file library is an implementation of the SGI audio file @@ -92,24 +88,22 @@ %prep %setup -q -%patch1 %build -%{configure} \ - --with-pic \ - --disable-static +autoreconf -fi +%configure --disable-examples make %{?_smp_mflags} cp -a docs install_docs rm install_docs/Makefile* %install -%{makeinstall} -%if 0%{?suse_version} > 1110 +%make_install rm %{buildroot}/%{_libdir}/*.la -%endif +# The static library is needed for "UnitTests" (from make check) to build +rm %{buildroot}/%{_libdir}/*.a %check -make check +make check %{?_smp_mflags} %post -n %lname -p /sbin/ldconfig @@ -125,16 +119,13 @@ %files -n %lname %defattr(-,root,root) -%{_libdir}/libaudiofile.so.* +%{_libdir}/libaudiofile.so.%{so_num}* %files devel %defattr(-, root, root) %{_includedir}/* %{_libdir}/libaudiofile.so %{_libdir}/pkgconfig/audiofile.pc -%if 0%{?suse_version} <= 1110 -%{_libdir}/*.la -%endif %files doc %defattr(-, root, root) ++++++ audiofile-0.3.4.tar.xz -> audiofile-0.3.6.tar.xz ++++++ ++++ 97370 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
