Hello community, here is the log from the commit of package libshout for openSUSE:Factory checked in at 2018-02-10 17:54:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libshout (Old) and /work/SRC/openSUSE:Factory/.libshout.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libshout" Sat Feb 10 17:54:38 2018 rev:23 rq:573913 version:2.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libshout/libshout.changes 2016-02-18 12:35:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libshout.new/libshout.changes 2018-02-10 17:54:41.779670949 +0100 @@ -1,0 +2,6 @@ +Wed Feb 7 21:54:52 UTC 2018 - [email protected] + +- Fix typographic tidbits in description. Compact filelist. +- Drop old Obsoletes. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libshout.spec ++++++ --- /var/tmp/diff_new_pack.P1xmFw/_old 2018-02-10 17:54:42.459646334 +0100 +++ /var/tmp/diff_new_pack.P1xmFw/_new 2018-02-10 17:54:42.463646189 +0100 @@ -1,7 +1,7 @@ # # spec file for package libshout # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ Name: libshout Version: 2.4.1 Release: 0 -Summary: Library for Communication with icecast Server +Summary: Library for communcating with Icecast servers License: LGPL-2.1+ Group: Productivity/Multimedia/Sound/Utilities Url: http://icecast.org/ @@ -33,31 +33,28 @@ BuildRequires: speex-devel %description -Libshout is a library for communicating with and sending data to an -icecast server. It handles the socket connection, the timing of the -data, and prevents bad data from getting to the icecast server. +libshout is a library for communicating with and sending data to an +Icecast server. It handles the socket connection, the timing of the +data, and prevents bad data from getting to the Icecast server. %package -n libshout3 -Summary: Library for Communication with icecast Server +Summary: Library for communicating with Icecast servers Group: System/Libraries -Provides: %{name} = %{version} -#Opensuse 10.3 -Obsoletes: %{name} < %{version} %description -n libshout3 -Libshout is a library for communicating with and sending data to an -icecast server. It handles the socket connection, the timing of the -data, and prevents bad data from getting to the icecast server. +libshout is a library for communicating with and sending data to an +Icecast server. It handles the socket connection, the timing of the +data, and prevents bad data from getting to the Icecast server. %package devel -Summary: Include Files and Libraries mandatory for Development +Summary: Development files for libshout, an Icecast communication library Group: Development/Libraries/C and C++ Requires: glibc-devel -Requires: libshout3 = %{version} +Requires: libshout3 = %version %description devel -This package contains all necessary include files and libraries needed -to develop applications that require these. +This package contains the include files needed to develop +applications that want to use libshout. %prep %setup -q @@ -76,22 +73,18 @@ rm -Rf "%buildroot/%_libdir/ckport" %post -n libshout3 -p /sbin/ldconfig - %postun -n libshout3 -p /sbin/ldconfig %files -n libshout3 %defattr(-,root,root) -%{_libdir}/*.so.3* +%_libdir/*.so.3* %files devel %defattr(-,root,root) -%doc README COPYING -%doc doc/*.xml -%doc doc/*.xsl -%doc examples/*.c -%{_libdir}/*.so -%{_includedir}/shout -%{_datadir}/aclocal/*.m4 -%{_libdir}/pkgconfig/*.pc +%doc README COPYING doc/*.xml doc/*.xsl examples/*.c +%_libdir/*.so +%_includedir/shout +%_datadir/aclocal/*.m4 +%_libdir/pkgconfig/*.pc %changelog
