Hello community,

here is the log from the commit of package speexdsp for openSUSE:Factory 
checked in at 2015-03-09 10:01:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speexdsp (Old)
 and      /work/SRC/openSUSE:Factory/.speexdsp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "speexdsp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/speexdsp/speexdsp.changes        2015-03-03 
11:14:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.speexdsp.new/speexdsp.changes   2015-03-09 
10:01:49.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Feb 28 09:54:22 UTC 2015 - tchva...@suse.com
+
+- Define libname to have the declaration only on one line
+- Align the Conflict lines
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ speexdsp.spec ++++++
--- /var/tmp/diff_new_pack.mGIoOb/_old  2015-03-09 10:01:50.000000000 +0100
+++ /var/tmp/diff_new_pack.mGIoOb/_new  2015-03-09 10:01:50.000000000 +0100
@@ -17,6 +17,7 @@
 
 
 %define package_version 1.2rc3
+%define libname libspeexdsp1
 Name:           speexdsp
 Version:        1.1.999_%{package_version}
 Release:        0
@@ -37,11 +38,11 @@
 narrowband and wideband quality. This project aims to be complementary
 to the Vorbis codec.
 
-%package -n libspeexdsp1
+%package -n %{libname}
 Summary:        An Open Source, Patent Free Speech Codec Library
 Group:          System/Libraries
 
-%description -n libspeexdsp1
+%description -n %{libname}
 Speex is a patent free audio codec designed especially for voice
 (unlike Vorbis which targets general audio) signals and providing good
 narrowband and wideband quality. This project aims to be complementary
@@ -50,7 +51,7 @@
 %package devel
 Summary:        Development package for SpeeX
 Group:          Development/Libraries/C and C++
-Requires:       libspeexdsp1 = %{version}
+Requires:       %{libname} = %{version}
 Conflicts: speex-devel <= 1.1.999_1.2rc1
 
 %description devel
@@ -72,11 +73,11 @@
 rm -f %{buildroot}%{_libdir}/*.a
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n libspeexdsp1 -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n libspeexdsp1 -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n libspeexdsp1
+%files -n %{libname}
 %defattr(-,root,root)
 %{_libdir}/libspeexdsp.so.*
 

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

Reply via email to