Hello community, here is the log from the commit of package audiofile for openSUSE:Factory checked in at 2011-12-02 09:25:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2011-10-03 09:12:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.audiofile.new/audiofile.changes 2011-12-02 09:25:43.000000000 +0100 @@ -1,0 +2,13 @@ +Wed Nov 30 08:19:50 UTC 2011 - [email protected] + +- Update to version 0.3.2: + + Fix initialization of byte order in Creative Voice File format. + + Fix calculation of frame count in NIST SPHERE sound files. + + Remove duplicate definition of AFvirtualfile. + + Don't treat compiler warnings as errors by default. +- Clean spec file using spec-cleaner. +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. + +------------------------------------------------------------------- Old: ---- audiofile-0.3.1.tar.bz2 New: ---- audiofile-0.3.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audiofile.spec ++++++ --- /var/tmp/diff_new_pack.vG48Qh/_old 2011-12-02 09:25:45.000000000 +0100 +++ /var/tmp/diff_new_pack.vG48Qh/_new 2011-12-02 09:25:45.000000000 +0100 @@ -18,27 +18,29 @@ Name: audiofile +License: GPLv2+ ; LGPLv2.1+ %define lname libaudiofile0 Url: http://www.68k.org/~michael/audiofile/ -License: GPLv2+ ; LGPLv2.1+ Group: System/Libraries # bug437293 %ifarch ppc64 Obsoletes: audiofile-64bit %endif +Version: 0.3.2 +Release: 1 # Summary: An Audio File Library -Version: 0.3.1 -Release: 1 -Source: ftp://ftp.gnome.org/pub/GNOME/sources/audiofile/0.3/audiofile-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/audiofile/0.3/%{name}-%{version}.tar.xz Source2: baselibs.conf Patch1: %{name}-remove-unused-variables.patch Patch2: %{name}-add-lm-linker.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pkg-config -BuildRequires: gcc-c++ BuildRequires: alsa-devel +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 %description This audio file library is an implementation of the SGI audio file @@ -50,8 +52,8 @@ NeXT/Sun). %package -n %lname -Group: System/Libraries Summary: An Audio File Library +Group: System/Libraries %description -n %lname This audio file library is an implementation of the SGI audio file @@ -66,7 +68,7 @@ License: GPLv2+ ; LGPLv2.1+ Summary: An audio file library Group: Development/Libraries/C and C++ -Requires: %lname = %version +Requires: %lname = %{version} %description devel This Audio File Library is an implementation of the SGI Audio File @@ -103,17 +105,17 @@ --with-pic \ --disable-static make %{?_smp_mflags} -%{__cp} -a docs install_docs -%{__rm} install_docs/Makefile* +cp -a docs install_docs +rm install_docs/Makefile* %install %{makeinstall} %if 0%{?suse_version} > 1110 -%{__rm} %{buildroot}/%{_libdir}/*.la +rm %{buildroot}/%{_libdir}/*.la %endif %check -%{__make} check +make check %post -n %lname -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
