Hello community,

here is the log from the commit of package libsndfile for openSUSE:Factory 
checked in at 2011-11-22 17:48:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsndfile (Old)
 and      /work/SRC/openSUSE:Factory/.libsndfile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsndfile/libsndfile-progs.changes      
2011-09-23 02:10:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsndfile.new/libsndfile-progs.changes 
2011-11-22 17:48:32.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 21 17:30:11 UTC 2011 - [email protected]
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/libsndfile/libsndfile.changes    2011-09-23 
02:10:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsndfile.new/libsndfile.changes       
2011-11-22 17:48:32.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 21 17:30:02 UTC 2011 - [email protected]
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libsndfile-progs.spec ++++++
--- /var/tmp/diff_new_pack.Bv8tX1/_old  2011-11-22 17:48:36.000000000 +0100
+++ /var/tmp/diff_new_pack.Bv8tX1/_new  2011-11-22 17:48:36.000000000 +0100
@@ -26,7 +26,7 @@
 Group:          System/Libraries
 Source:         libsndfile-%{version}.tar.gz
 Patch:          libsndfile-example-fix.diff
-Url:            http://www.mega-nerd.com/libsndfile/
+URL:            http://www.mega-nerd.com/libsndfile/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,9 +60,6 @@
 rm -rf $RPM_BUILD_ROOT%{_includedir}
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libsndfile1-dev
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %{_bindir}/*

++++++ libsndfile.spec ++++++
--- /var/tmp/diff_new_pack.Bv8tX1/_old  2011-11-22 17:48:36.000000000 +0100
+++ /var/tmp/diff_new_pack.Bv8tX1/_new  2011-11-22 17:48:36.000000000 +0100
@@ -18,10 +18,11 @@
 
 
 Name:           libsndfile
+%define lname  libsndfile1
 Version:        1.0.25
 Release:        4
 License:        LGPLv2.1+
-Summary:        A Library to Handle Various Audio File Formats
+Summary:        Development/Libraries/C and C++
 Group:          System/Libraries
 BuildRequires:  alsa-devel
 BuildRequires:  flac-devel
@@ -36,7 +37,7 @@
 %ifarch ppc64
 Obsoletes:      libsndfile-64bit
 %endif
-Url:            http://www.mega-nerd.com/libsndfile/
+URL:            http://www.mega-nerd.com/libsndfile/
 #
 Source:         libsndfile-%{version}.tar.gz
 Source2:        baselibs.conf
@@ -52,8 +53,17 @@
 currently read and write 8, 16, 24, and 32-bit PCM files as well as
 32-bit floating point WAV files and a number of compressed formats.
 
+%package -n %lname
+Summary:        A Library to Handle Various Audio File Formats
+Group:          System/Libraries
+
+%description -n %lname
+Libsndfile is a C library for reading and writing sound files, such
+as AIFF, AU, and WAV files, through one standard interface. It can
+currently read and write 8, 16, 24, and 32-bit PCM files as well as
+32-bit floating point WAV files and a number of compressed formats.
+
 %package devel
-License:        LGPLv2.1+
 Summary:        Development package for the libsndfile library
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -99,21 +109,18 @@
 make -C examples distclean
 rm -rf %{buildroot}%{_datadir}/doc/libsndfile1-dev
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
+%postun -n %lname -p /sbin/ldconfig
 
 %check
 pushd src
 make check
 popd
 
-%files
+%files -n %lname
 %defattr(-, root, root)
-%{_libdir}/libsndfile.so.*
+%{_libdir}/libsndfile.so.1*
 
 %files devel
 %defattr(-, root, root)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.Bv8tX1/_old  2011-11-22 17:48:36.000000000 +0100
+++ /var/tmp/diff_new_pack.Bv8tX1/_new  2011-11-22 17:48:36.000000000 +0100
@@ -1 +1 @@
-libsndfile
+libsndfile1

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

Reply via email to