Hello community,

here is the log from the commit of package libvorbis for openSUSE:Factory 
checked in at 2011-12-27 18:36:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvorbis (Old)
 and      /work/SRC/openSUSE:Factory/.libvorbis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvorbis", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvorbis/libvorbis.changes      2011-11-28 
12:54:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvorbis.new/libvorbis.changes 2011-12-27 
18:37:43.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Dec 25 11:09:50 UTC 2011 - [email protected]
+
+- -O20 optimization level doesn't exist, use -O3 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvorbis.spec ++++++
--- /var/tmp/diff_new_pack.JGnrGW/_old  2011-12-27 18:37:48.000000000 +0100
+++ /var/tmp/diff_new_pack.JGnrGW/_new  2011-12-27 18:37:48.000000000 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:           libvorbis
 Version:        1.3.2
-Release:        10
+Release:        0
 #to_be_filled_by_service
-License:        BSD-3-Clause
 Summary:        The Vorbis General Audio Compression Codec
-Url:            http://www.vorbis.com/
+License:        BSD-3-Clause
 Group:          System/Libraries
+Url:            http://www.vorbis.com/
 # bug437293 (SLES10 -> SLES11 upgrade path)
 %ifarch ppc64
 Obsoletes:      libvorbis-64bit
@@ -40,8 +39,10 @@
 Patch10:        libvorbis-pkgconfig.patch
 Patch11:        vorbis-fix-linking.patch
 Patch12:        vorbis-ocloexec.patch
+BuildRequires:  fdupes
 BuildRequires:  libogg-devel
-BuildRequires:  fdupes libtool pkgconfig
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,7 +57,6 @@
 
 Summary:        The Vorbis General Audio Compression Codec
 Group:          System/Libraries
-License:        BSD-3-Clause
 # bug437293 (SLES10 -> SLES11 upgrade path)
 %ifarch ppc64
 Obsoletes:      libvorbis-64bit
@@ -78,7 +78,6 @@
 
 Summary:        The Vorbis General Audio Compression Codec
 Group:          System/Libraries
-License:        BSD-3-Clause
 
 %description -n libvorbisenc2
 Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
@@ -92,7 +91,6 @@
 
 Summary:        The Vorbis General Audio Compression Codec
 Group:          System/Libraries
-License:        BSD-3-Clause
 
 %description -n libvorbisfile3
 Vorbis is a fully open, nonproprietary, patent-and-royalty-free, and
@@ -103,7 +101,6 @@
 libmatroska (matroska) can also be used.
 
 %package devel
-License:        BSD-3-Clause
 Summary:        Include Files and Libraries mandatory for Ogg Vorbis 
Development
 Group:          Development/Libraries/C and C++
 Requires:       libvorbis0 = %{version}
@@ -122,7 +119,6 @@
 to compile and develop applications that use libvorbis.
 
 %package doc
-License:        BSD-3-Clause
 Summary:        Documentation of Ogg/Vorbis library
 Group:          Documentation/Other
 %if 0%{?suse_version} >= 1120
@@ -145,6 +141,9 @@
 %patch12
 
 %build
+# Fix optimization level                                                       
                                                                                
                                                                            
+sed -i s,-O20,-O3,g configure.ac
+
 autoreconf -fiv
 %configure --disable-examples --disable-static
 make %{?_smp_mflags}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to