Hello community,

here is the log from the commit of package libvorbis for openSUSE:Factory 
checked in at 2014-02-25 16:41:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-04-17 
23:05:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libvorbis.new/libvorbis.changes 2014-02-25 
16:41:30.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Feb 23 19:43:16 UTC 2014 - andreas.stie...@gmx.de
+
+- Xiph libvorbis 1.3.4
+  * reduced static data size in libvorbisenc
+  * associated minor changes required to libvorbis and libvorbisfile
+  * minor build fixes and build system updates
+  * no functional changes over the previous 1.3.3 release
+- removed libvorbis-pkgconfig.patch, in upstream
+- updated vorbis-fix-linking.patch for context changes
+
+-------------------------------------------------------------------

Old:
----
  libvorbis-1.3.3.tar.gz
  libvorbis-pkgconfig.patch

New:
----
  libvorbis-1.3.4.tar.xz

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

Other differences:
------------------
++++++ libvorbis.spec ++++++
--- /var/tmp/diff_new_pack.Bs1b2o/_old  2014-02-25 16:41:31.000000000 +0100
+++ /var/tmp/diff_new_pack.Bs1b2o/_new  2014-02-25 16:41:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvorbis
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:           libvorbis
-Version:        1.3.3
+Version:        1.3.4
 Release:        0
 #to_be_filled_by_service
 Summary:        The Vorbis General Audio Compression Codec
@@ -29,20 +29,20 @@
 Obsoletes:      libvorbis-64bit
 %endif
 #
-Source:         
http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
+Source:         
http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.xz
 Source2:        baselibs.conf
 Patch1:         libvorbis-lib64.dif
 Patch2:         libvorbis-m4.dif
 # URL http://www.geocities.jp/aoyoume/aotuv/
 # 'Patch5:         libvorbis-%%{version}-aotuv-b5.7.diff'
 # PATCH-FIX-UPSTREAM libvorbis-pkgconfig.patch 
https://trac.xiph.org/ticket/1759 reddw...@opensuse.org -- Use 
Requires/Libs.private to avoid overlinking
-Patch10:        libvorbis-pkgconfig.patch
 Patch11:        vorbis-fix-linking.patch
 Patch12:        vorbis-ocloexec.patch
 BuildRequires:  fdupes
 BuildRequires:  libogg-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -133,14 +133,11 @@
 %setup -q
 %patch2
 # %%patch5 -p1
-%patch10
 if [ "%{_lib}" == "lib64" ]; then
 %patch1
 fi
-%patch11
+%patch11 -p1
 %patch12
-# automake-1.13 deprecated the old macro
-sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 
 %build
 # Fix optimization level

++++++ vorbis-fix-linking.patch ++++++
--- /var/tmp/diff_new_pack.Bs1b2o/_old  2014-02-25 16:41:31.000000000 +0100
+++ /var/tmp/diff_new_pack.Bs1b2o/_new  2014-02-25 16:41:31.000000000 +0100
@@ -1,5 +1,12 @@
---- Makefile.am        2010-12-21 17:46:03.000000000 +0900
-+++ Makefile.am        2012-06-16 15:43:41.143756104 +0900
+---
+ Makefile.am  |    4 ++--
+ configure.ac |    2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+Index: libvorbis-1.3.4/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
 @@ -1,8 +1,8 @@
  ## Process this file with automake to produce Makefile.in
  
@@ -11,14 +18,16 @@
  SUBDIRS = m4 include vq lib test doc
  
  if BUILD_EXAMPLES 
---- configure.ac       2012-02-04 07:00:34.000000000 +0900
-+++ configure.ac       2012-06-16 15:43:05.647225479 +0900
-@@ -8,7 +8,7 @@
- AC_INIT([libvorbis],[1.3.3],[vorbis-...@xiph.org])
+Index: libvorbis-1.3.4/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
+@@ -8,7 +8,7 @@ dnl ------------------------------------
+ AC_INIT([libvorbis],[1.3.4],[vorbis-...@xiph.org])
  
  AC_CONFIG_SRCDIR([lib/mdct.c])
 -
 +AC_CONFIG_MACRO_DIR([m4])
  AC_CANONICAL_TARGET([])
  
- AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)
+ AM_INIT_AUTOMAKE

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to