Hello community, here is the log from the commit of package libquicktime for openSUSE:Factory checked in at 2017-02-21 13:33:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libquicktime (Old) and /work/SRC/openSUSE:Factory/.libquicktime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libquicktime" Changes: -------- --- /work/SRC/openSUSE:Factory/libquicktime/libquicktime.changes 2017-02-19 00:57:54.349923172 +0100 +++ /work/SRC/openSUSE:Factory/.libquicktime.new/libquicktime.changes 2017-02-21 13:33:52.567725251 +0100 @@ -1,0 +2,6 @@ +Thu Feb 16 18:56:46 UTC 2017 - [email protected] + +- Rename %soname to %sover to better reflect its use. + Correct RPM group. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libquicktime.spec ++++++ --- /var/tmp/diff_new_pack.Vrkrkj/_old 2017-02-21 13:33:53.131645700 +0100 +++ /var/tmp/diff_new_pack.Vrkrkj/_new 2017-02-21 13:33:53.135645135 +0100 @@ -22,7 +22,7 @@ %bcond_with lame %bcond_with x264 -%define soname 0 +%define sover 0 %define cvs 20150223 Name: libquicktime Version: 1.2.4cvs%{cvs} @@ -30,7 +30,7 @@ #to_be_filled_by_service Summary: Library for Reading and Writing Quicktime Movie Files License: GPL-2.0+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://libquicktime.sf.net Source0: %{name}-%{version}.tar.gz Source1: COPYING @@ -78,21 +78,21 @@ A library for reading and writing Quicktime movie files, based on and forked from quicktime4linux. -%package -n %{name}%{soname} +%package -n %{name}%{sover} Summary: Library for Reading and Writing Quicktime Movie Files -Group: System/Libraries # Last version with this name was openSUSE 11.4 +Group: System/Libraries Provides: libquicktime = %{version}-%{release} Obsoletes: libquicktime <= 1.2.2 -%description -n %{name}%{soname} +%description -n %{name}%{sover} A library for reading and writing Quicktime movie files, based on and forked from quicktime4linux. %package -n libquicktime-devel Summary: Library for reading/writing quicktime movie files Group: Development/Libraries/C and C++ -Requires: %{name}%{soname} = %{version} +Requires: %{name}%{sover} = %{version} %description -n libquicktime-devel library for reading/writing quicktime movie files, based on and forked @@ -101,7 +101,7 @@ %package -n libquicktime-tools Summary: Libquicktime Tools Group: Productivity/Multimedia/Video/Editors and Convertors -Requires: %{name}%{soname} = %{version} +Requires: %{name}%{sover} = %{version} %description -n libquicktime-tools Tools for reading/writing quicktime movie files. @@ -133,15 +133,15 @@ %find_lang libquicktime find %{buildroot} -type f -name "*.la" -delete -print -%post -n libquicktime%{soname} -p /sbin/ldconfig +%post -n libquicktime%{sover} -p /sbin/ldconfig -%postun -n libquicktime%{soname} -p /sbin/ldconfig +%postun -n libquicktime%{sover} -p /sbin/ldconfig -%files -n libquicktime%{soname} -f libquicktime.lang +%files -n libquicktime%{sover} -f libquicktime.lang %defattr(0644,root,root,0755) %doc COPYING ChangeLog README TODO -%{_libdir}/libquicktime.so.%{soname} -%{_libdir}/libquicktime.so.%{soname}.*.* +%{_libdir}/libquicktime.so.%{sover} +%{_libdir}/libquicktime.so.%{sover}.*.* %dir %{_libdir}/libquicktime %{_libdir}/libquicktime/lqt_audiocodec.so %{_libdir}/libquicktime/lqt_dv.so
