Hello community, here is the log from the commit of package libvorbis for openSUSE:Factory checked in at 2015-03-16 06:56:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvorbis (Old) and /work/SRC/openSUSE:Factory/.libvorbis.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvorbis" Changes: -------- --- /work/SRC/openSUSE:Factory/libvorbis/libvorbis.changes 2014-08-20 17:53:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libvorbis.new/libvorbis.changes 2015-03-16 06:56:26.000000000 +0100 @@ -1,0 +2,13 @@ +Fri Mar 6 15:23:26 UTC 2015 - [email protected] + +- Cleanup spec file with spec-cleaner +- Update to 1.3.5 + * Tolerate single-entry codebooks. + * Fix decoder crash with invalid input. + * Fix encoder crash with non-positive sample rates. + * Fix issues in vorbisfile's seek bisection code. + * Spec errata. + * Reject multiple headers of the same type. + * Various build fixes and code cleanup. + +------------------------------------------------------------------- Old: ---- libvorbis-1.3.4.tar.xz New: ---- libvorbis-1.3.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvorbis.spec ++++++ --- /var/tmp/diff_new_pack.Hy2ZjX/_old 2015-03-16 06:56:27.000000000 +0100 +++ /var/tmp/diff_new_pack.Hy2ZjX/_new 2015-03-16 06:56:27.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libvorbis # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,18 +17,12 @@ Name: libvorbis -Version: 1.3.4 +Version: 1.3.5 Release: 0 -#to_be_filled_by_service Summary: The Vorbis General Audio Compression Codec License: BSD-3-Clause Group: System/Libraries Url: http://www.vorbis.com/ -# bug437293 (SLES10 -> SLES11 upgrade path) -%ifarch ppc64 -Obsoletes: libvorbis-64bit -%endif -# Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.xz Source2: baselibs.conf Patch1: libvorbis-lib64.dif @@ -44,6 +38,10 @@ BuildRequires: pkgconfig BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build +# bug437293 (SLES10 -> SLES11 upgrade path) +%ifarch ppc64 +Obsoletes: libvorbis-64bit +%endif %description Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and @@ -54,17 +52,16 @@ libmatroska (matroska) can also be used. %package -n libvorbis0 - Summary: The Vorbis General Audio Compression Codec Group: System/Libraries -# bug437293 (SLES10 -> SLES11 upgrade path) -%ifarch ppc64 -Obsoletes: libvorbis-64bit -%endif # # libvorbis was last used in openSUSE 11.3 Provides: %{name} = 1.3.2 Obsoletes: %{name} < 1.3.2 +# bug437293 (SLES10 -> SLES11 upgrade path) +%ifarch ppc64 +Obsoletes: libvorbis-64bit +%endif %description -n libvorbis0 Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and @@ -75,7 +72,6 @@ libmatroska (matroska) can also be used. %package -n libvorbisenc2 - Summary: The Vorbis General Audio Compression Codec Group: System/Libraries @@ -88,7 +84,6 @@ libmatroska (matroska) can also be used. %package -n libvorbisfile3 - Summary: The Vorbis General Audio Compression Codec Group: System/Libraries @@ -144,21 +139,23 @@ sed -i s,-O20,-O3,g configure.ac autoreconf -fiv -%configure --disable-examples --disable-static +%configure \ + --disable-examples \ + --disable-static make %{?_smp_mflags} %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} mkdir -p %{buildroot}%{_docdir}/%{name} mv %{buildroot}%{_datadir}/doc/libvorbis-* %{buildroot}%{_docdir}/%{name} install -c -m 0644 doc/Vorbis_I_spec.* %{buildroot}%{_docdir}/%{name} # remove unneeded files -rm -f %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot}%{_docdir}/ -empty -delete %fdupes -s %{buildroot}%{_docdir} %check -%__make check +make %{?_smp_mflags} check %post -n libvorbis0 -p /sbin/ldconfig @@ -172,9 +169,6 @@ %postun -n libvorbisfile3 -p /sbin/ldconfig -%clean -[ %{buildroot} != "/" ] && rm -rf %{buildroot} - %files -n libvorbis0 %defattr(0644,root,root,0755) %{_libdir}/libvorbis.so.0* ++++++ libvorbis-1.3.4.tar.xz -> libvorbis-1.3.5.tar.xz ++++++ ++++ 41209 lines of diff (skipped) ++++++ vorbis-fix-linking.patch ++++++ --- /var/tmp/diff_new_pack.Hy2ZjX/_old 2015-03-16 06:56:28.000000000 +0100 +++ /var/tmp/diff_new_pack.Hy2ZjX/_new 2015-03-16 06:56:28.000000000 +0100 @@ -3,10 +3,10 @@ configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -Index: libvorbis-1.3.4/Makefile.am +Index: libvorbis-1.3.5/Makefile.am =================================================================== ---- libvorbis-1.3.4.orig/Makefile.am 2014-01-22 09:53:32.000000000 +0000 -+++ libvorbis-1.3.4/Makefile.am 2014-02-23 19:35:36.000000000 +0000 +--- libvorbis-1.3.5.orig/Makefile.am ++++ libvorbis-1.3.5/Makefile.am @@ -1,8 +1,8 @@ ## Process this file with automake to produce Makefile.in @@ -18,12 +18,12 @@ SUBDIRS = m4 include vq lib test doc if BUILD_EXAMPLES -Index: libvorbis-1.3.4/configure.ac +Index: libvorbis-1.3.5/configure.ac =================================================================== ---- libvorbis-1.3.4.orig/configure.ac 2014-01-22 11:09:44.000000000 +0000 -+++ libvorbis-1.3.4/configure.ac 2014-02-23 19:35:36.000000000 +0000 +--- libvorbis-1.3.5.orig/configure.ac ++++ libvorbis-1.3.5/configure.ac @@ -8,7 +8,7 @@ dnl ------------------------------------ - AC_INIT([libvorbis],[1.3.4],[[email protected]]) + AC_INIT([libvorbis],[1.3.5],[[email protected]]) AC_CONFIG_SRCDIR([lib/mdct.c]) - -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
