Hello community, here is the log from the commit of package opus for openSUSE:Factory checked in at 2017-03-15 01:04:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opus (Old) and /work/SRC/openSUSE:Factory/.opus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opus" Wed Mar 15 01:04:31 2017 rev:16 rq:478682 version:1.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/opus/opus.changes 2017-03-01 23:41:29.743395452 +0100 +++ /work/SRC/openSUSE:Factory/.opus.new/opus.changes 2017-03-15 01:59:43.437177235 +0100 @@ -1,0 +2,6 @@ +Sat Mar 11 14:27:30 UTC 2017 - [email protected] + +- Rename %soname to %sover to better reflect its use. + RPM group fix. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opus.spec ++++++ --- /var/tmp/diff_new_pack.cFS6oU/_old 2017-03-15 01:59:44.025094117 +0100 +++ /var/tmp/diff_new_pack.cFS6oU/_new 2017-03-15 01:59:44.029093552 +0100 @@ -17,13 +17,13 @@ # -%define soname 0 +%define sover 0 Name: opus Version: 1.1.4 Release: 0 Summary: Opus Audio Codec Library License: BSD-3-Clause -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://opus-codec.org/ Source: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz Source99: baselibs.conf @@ -35,11 +35,11 @@ the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec. -%package -n libopus%{soname} +%package -n libopus%{sover} Summary: Opus Audio Codec Library Group: System/Libraries -%description -n libopus%{soname} +%description -n libopus%{sover} The Opus codec is designed for interactive speech and audio transmission over the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec. @@ -47,7 +47,7 @@ %package -n libopus-devel Summary: Opus Audio Codec Library Development Environment Group: Development/Libraries/C and C++ -Requires: libopus%{soname} = %{version} +Requires: libopus%{sover} = %{version} %description -n libopus-devel The Opus codec is designed for interactive speech and audio transmission over @@ -86,15 +86,15 @@ find %{buildroot} -type f -name "*.la" -delete -print -%post -n libopus%{soname} -p /sbin/ldconfig +%post -n libopus%{sover} -p /sbin/ldconfig -%postun -n libopus%{soname} -p /sbin/ldconfig +%postun -n libopus%{sover} -p /sbin/ldconfig -%files -n libopus%{soname} +%files -n libopus%{sover} %defattr(-,root,root) %doc AUTHORS COPYING README -%{_libdir}/libopus.so.%{soname} -%{_libdir}/libopus.so.%{soname}.* +%{_libdir}/libopus.so.%{sover} +%{_libdir}/libopus.so.%{sover}.* %files -n libopus-devel %defattr(-,root,root)
