Hello community,

here is the log from the commit of package audiofile for openSUSE:Factory 
checked in at 2012-01-19 09:40:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-02 
09:25:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.audiofile.new/audiofile.changes 2012-01-19 
09:40:49.000000000 +0100
@@ -1,0 +2,15 @@
+Tue Jan 17 08:52:59 UTC 2012 - [email protected]
+
+- Update to version 0.3.3:
+  + Update library's soname version.
+  + Link against libm.
+- Drop audiofile-add-lm-linker.patch: fixed upstream.
+- Rebase audiofile-remove-unused-variables.patch.
+- Remove call to autoreconf: it was only there for
+  audiofile-add-lm-linker.patch.
+- Move man pages from libaudiofile0 subpackage to audiofile
+  subpackage, where the binaries live.
+- Rename libaudiofile0 subpackage to libaudiofile1, following
+  upstream soversion change.
+
+-------------------------------------------------------------------

Old:
----
  audiofile-0.3.2.tar.xz
  audiofile-add-lm-linker.patch

New:
----
  audiofile-0.3.3.tar.xz

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

Other differences:
------------------
++++++ audiofile.spec ++++++
--- /var/tmp/diff_new_pack.pphBie/_old  2012-01-19 09:40:51.000000000 +0100
+++ /var/tmp/diff_new_pack.pphBie/_new  2012-01-19 09:40:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package audiofile
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,24 +16,22 @@
 #
 
 
-
 Name:           audiofile
-License:        GPL-2.0+ ; LGPL-2.1+
-%define lname  libaudiofile0
+%define lname  libaudiofile1
 Url:            http://www.68k.org/~michael/audiofile/
-Group:          System/Libraries
 # bug437293
 %ifarch ppc64
 Obsoletes:      audiofile-64bit
 %endif
-Version:        0.3.2
-Release:        1
+Version:        0.3.3
+Release:        0
 #
 Summary:        An Audio File Library
+License:        GPL-2.0+ ; LGPL-2.1+
+Group:          System/Libraries
 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
 BuildRequires:  alsa-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
@@ -65,7 +63,6 @@
 NeXT/Sun).
 
 %package devel
-License:        GPL-2.0+ ; LGPL-2.1+
 Summary:        An audio file library
 Group:          Development/Libraries/C and C++
 Requires:       %lname = %{version}
@@ -80,7 +77,6 @@
 NeXT/Sun).
 
 %package doc
-License:        GPL-2.0+ ; LGPL-2.1+
 Summary:        An audio file library
 Group:          Documentation/Man
 Requires:       %{name} = %{version}
@@ -97,10 +93,8 @@
 %prep
 %setup -q
 %patch1
-%patch2
 
 %build
-autoreconf -fiv
 %{configure} \
     --with-pic \
     --disable-static
@@ -124,19 +118,20 @@
 %files
 %defattr(-, root, root)
 %doc README TODO COPYING* ACKNOWLEDGEMENTS AUTHORS NEWS NOTES
-%{_bindir}/s*
+%{_bindir}/sfconvert
+%{_bindir}/sfinfo
+%{_mandir}/man1/sfconvert.1*
+%{_mandir}/man1/sfinfo.1*
 
 %files -n %lname
 %defattr(-,root,root)
-%{_libdir}/*.so.*
-%{_mandir}/man1/sfconvert.1*
-%{_mandir}/man1/sfinfo.1*
+%{_libdir}/libaudiofile.so.*
 
 %files devel
 %defattr(-, root, root)
 %{_includedir}/*
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/libaudiofile.so
+%{_libdir}/pkgconfig/audiofile.pc
 %if 0%{?suse_version} <= 1110
 %{_libdir}/*.la
 %endif

++++++ audiofile-remove-unused-variables.patch ++++++
--- /var/tmp/diff_new_pack.pphBie/_old  2012-01-19 09:40:51.000000000 +0100
+++ /var/tmp/diff_new_pack.pphBie/_new  2012-01-19 09:40:51.000000000 +0100
@@ -47,8 +47,8 @@
        bool hasFrameCount = false;
 -      bool hasINST = false;
  
-       instruments = NULL;
-       instrumentCount = 0;
+       Track *track = allocateTrack();
+ 
 @@ -796,28 +792,24 @@
                }
                else if (chunkid == "cue ")

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.pphBie/_old  2012-01-19 09:40:51.000000000 +0100
+++ /var/tmp/diff_new_pack.pphBie/_new  2012-01-19 09:40:51.000000000 +0100
@@ -1,4 +1,4 @@
-libaudiofile0
+libaudiofile1
 audiofile-devel
        requires -audiofile-<targettype>
-       requires "libaudiofile0-<targettype> = <version>"
+       requires "libaudiofile1-<targettype> = <version>"

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

Reply via email to