Hello community,

here is the log from the commit of package libao for openSUSE:Factory checked 
in at 2018-02-26 23:23:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libao (Old)
 and      /work/SRC/openSUSE:Factory/.libao.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libao"

Mon Feb 26 23:23:50 2018 rev:39 rq:579965 version:1.2.2+git20180114.d522165

Changes:
--------
--- /work/SRC/openSUSE:Factory/libao/libao.changes      2018-02-25 
12:20:11.716258142 +0100
+++ /work/SRC/openSUSE:Factory/.libao.new/libao.changes 2018-02-26 
23:23:51.657119868 +0100
@@ -1,0 +2,6 @@
+Sun Feb 25 11:33:08 UTC 2018 - [email protected]
+
+- Rename %soname to %sover to better reflect its use.
+- Fix RPM groups. Trim other-OS parts from description.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libao.spec ++++++
--- /var/tmp/diff_new_pack.RNW60C/_old  2018-02-26 23:23:52.493089804 +0100
+++ /var/tmp/diff_new_pack.RNW60C/_new  2018-02-26 23:23:52.497089660 +0100
@@ -16,16 +16,16 @@
 #
 
 
-%define soname  4
+%define sover  4
 # Check configure.ac for the plugin versioning
 %define plugver 4
 %define my_provides /tmp/my-provides
 Name:           libao
 Version:        1.2.2+git20180114.d522165
 Release:        0
-Summary:        A Cross-Platform Audio Output Library
+Summary:        An Audio Output Library
 License:        GPL-2.0+
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            http://www.xiph.org/ao/
 # Switched to git release as there are no releases for >3 years
 #Source:         
http://downloads.xiph.org/releases/ao/%{name}-%{version}.tar.gz
@@ -43,18 +43,20 @@
 Obsoletes:      plugin4-esd
 
 %description
-Libao is a cross-platform audio output library.
+Libao is an audio output library, supporting a number of
+outputs, such as ALSA, PulseAudio, and PCM files.
 
-%package -n libao%{soname}
-Summary:        A Cross-Platform Audio Output Library
+%package -n libao%{sover}
+Summary:        An Audio Output Library
 Group:          System/Libraries
 Requires:       libao-plugins%{plugver}
 # libao was last used in openSUSE 11.3
 Provides:       libao = 1.1.0
 Obsoletes:      libao < 1.1.0
 
-%description -n libao%{soname}
-Libao is a cross-platform audio output library.
+%description -n libao%{sover}
+Libao is an audio output library, supporting a number of
+outputs, such as ALSA, PulseAudio, and PCM files.
 
 %package plugins%{plugver}
 Summary:        Main output plugins for libao
@@ -64,14 +66,14 @@
 This package contains the main output plugins for libao.
 
 %package devel
-Summary:        Include Files and Libraries mandatory for Development
+Summary:        Development files for libao, an audio outputl ibrary
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
-Requires:       libao%{soname} = %{version}
+Requires:       libao%{sover} = %{version}
 
 %description devel
-This package contains all necessary include files and libraries needed
-to develop applications that require these.
+This package contains the headers for developing applications that
+want to make use of libao.
 
 %prep
 %setup -q
@@ -103,13 +105,13 @@
 %define _use_internal_dependency_generator 0
 %define __find_provides %{my_provides}
 
-%post -n libao%{soname} -p /sbin/ldconfig
-%postun -n libao%{soname} -p /sbin/ldconfig
+%post -n libao%{sover} -p /sbin/ldconfig
+%postun -n libao%{sover} -p /sbin/ldconfig
 
-%files -n libao%{soname}
+%files -n libao%{sover}
 %doc AUTHORS CHANGES README TODO
 %license COPYING
-%{_libdir}/libao.so.%{soname}*
+%{_libdir}/libao.so.%{sover}*
 %dir %{_libdir}/ao
 %dir %{_libdir}/ao/plugins-%{plugver}
 


Reply via email to