Hello community,

here is the log from the commit of package libogg for openSUSE:Factory checked 
in at 2011-11-21 15:47:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libogg (Old)
 and      /work/SRC/openSUSE:Factory/.libogg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/libogg/libogg.changes    2011-09-23 
02:09:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libogg.new/libogg.changes       2011-11-21 
15:47:19.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Nov 20 19:18:37 UTC 2011 - [email protected]
+
+- updated to version 1.3.0
+  * Add ogg_stream_flush_fill() call
+    This produces longer packets on flush, similar to
+    what ogg_stream_pageout_fill() does for single pages.
+- run spec-cleaner on it
+- remove "SLES10 -> SLES11 upgrade path" parts since the upgrade
+  already happened and anyway the entry in bugzilla is not public
+
+-------------------------------------------------------------------

Old:
----
  libogg-1.2.2.tar.gz

New:
----
  libogg-1.3.0.tar.gz

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

Other differences:
------------------
++++++ libogg.spec ++++++
--- /var/tmp/diff_new_pack.mKYdeo/_old  2011-11-21 15:47:21.000000000 +0100
+++ /var/tmp/diff_new_pack.mKYdeo/_new  2011-11-21 15:47:21.000000000 +0100
@@ -19,23 +19,17 @@
 %define _SO_nr 0
 
 Name:           libogg
-Version:        1.2.2
-Release:        6
-Summary:        Ogg Bitstream Library
+Version:        1.3.0
+Release:        0
 License:        BSD3c(or similar)
+Summary:        Ogg Bitstream Library
 Url:            http://www.vorbis.com/
-#
 Group:          System/Libraries
 Source:         
http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz
 Source2:        baselibs.conf
 Patch1:         lib64.dif
 Patch2:         m4.diff
-BuildRequires:  pkgconfig
-# bug437293 (SLES10 -> SLES11 upgrade path)
-%ifarch ppc64
-Obsoletes:      libogg-64bit
-%endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkg-config
 
 %description
 Libogg is a library for manipulating ogg bitstreams.  It handles both
@@ -45,18 +39,7 @@
 codec ) and the libtheora (Theora video codec)
 
 %package -n libogg%{_SO_nr}
-
-
 Summary:        Ogg Bitstream Library
-Group:          System/Libraries
-# bug437293 (SLES10 -> SLES11 upgrade path)
-%ifarch ppc64
-Obsoletes:      libogg-64bit
-%endif
-#
-Provides:       %{name} = %{version}
-#openSUSE 10.2
-Obsoletes:      %{name} <= 1.1.3
 
 %description -n libogg%{_SO_nr}
 Libogg is a library for manipulating ogg bitstreams.  It handles both
@@ -66,16 +49,10 @@
 codec ) and the libtheora (Theora video codec)
 
 %package devel
-License:        BSD3c(or similar)
 Summary:        Include Files and Libraries mandatory for Ogg Development
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
 Requires:       libogg%{_SO_nr} = %{version}
-# bug437293 (SLES10 -> SLES11 upgrade path)
-%ifarch ppc64
-Obsoletes:      libogg-devel-64bit
-%endif
-#
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -90,30 +67,27 @@
 
 %build
 %configure --disable-static
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%{__make} DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-devel install
+make DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-devel install
 # remove unneeded files
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.la
 
 %check
-%{__make} check
+make check
 
 %post -n libogg%{_SO_nr} -p /sbin/ldconfig
 
 %postun -n libogg%{_SO_nr} -p /sbin/ldconfig
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -n libogg%{_SO_nr}
 %defattr(0644,root,root,0755)
 %doc AUTHORS CHANGES COPYING README
 %{_libdir}/libogg.so.%{_SO_nr}*
 
 %files devel
-%defattr(-,root,root)
+%defattr(0644,root,root,0755)
 %{_docdir}/%{name}-devel
 %{_includedir}/ogg
 %{_libdir}/libogg.so

++++++ libogg-1.2.2.tar.gz -> libogg-1.3.0.tar.gz ++++++
++++ 22076 lines of diff (skipped)

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

Reply via email to