Hello community, here is the log from the commit of package libkipi for openSUSE:Factory checked in at 2017-02-10 09:50:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkipi (Old) and /work/SRC/openSUSE:Factory/.libkipi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkipi" Changes: -------- --- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes 2017-01-25 23:09:06.955453100 +0100 +++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-02-10 09:50:18.139004237 +0100 @@ -1,0 +2,6 @@ +Tue Feb 7 08:05:45 UTC 2017 - [email protected] + +- Restore the separate data package that includes the icons and + desktop-file. This would restore the SLPP for the library package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkipi.spec ++++++ --- /var/tmp/diff_new_pack.Bqcfme/_old 2017-02-10 09:50:18.578942033 +0100 +++ /var/tmp/diff_new_pack.Bqcfme/_new 2017-02-10 09:50:18.578942033 +0100 @@ -63,6 +63,7 @@ %package -n %{libname}%{_so} Summary: KDE Image Plug-In Interface Group: System/Libraries +Requires: libkipi-data >= %version %if !0%{?is_opensuse} && 0%{?sle_version} #kipi icons are provided by libkipi11 Requires: libkipi11 @@ -76,14 +77,24 @@ %files -n %{libname}%{_so} %defattr(-,root,root) %{_kf5_libdir}/%{libname}.so.* + +%post -n %{libname}%{_so} -p /sbin/ldconfig +%postun -n %{libname}%{_so} -p /sbin/ldconfig + +%package data +Summary: KDE Image Plug-In Interface - data files +Group: System/Libraries + +%description data +This package contains data files needed by the KDE image plug-in library. + +%files data +%defattr(-,root,root) %if 0%{?is_opensuse} || !0%{?sle_version} %{_kf5_iconsdir}/hicolor/*/apps/kipi.png %endif %{_kf5_servicetypesdir}/kipiplugin.desktop -%post -n %{libname}%{_so} -p /sbin/ldconfig -%postun -n %{libname}%{_so} -p /sbin/ldconfig - %package devel Summary: KDE Image Plugin Interface Group: Development/Libraries/KDE
