Hello community, here is the log from the commit of package digikam for openSUSE:Factory checked in at 2011-11-16 17:17:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/digikam (Old) and /work/SRC/openSUSE:Factory/.digikam.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "digikam", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/digikam/digikam.changes 2011-11-08 17:27:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.digikam.new/digikam.changes 2011-11-16 17:17:51.000000000 +0100 @@ -1,0 +2,14 @@ +Tue Nov 15 18:36:36 UTC 2011 - [email protected] + +- Require libqt4-sql-sqlite and libqt4-sql-mysql (bnc#730111) + +------------------------------------------------------------------- +Sat Nov 12 23:08:30 UTC 2011 - [email protected] + +- Spec file updates: + * Removed %kde4_pimlibs_requires (fix for rpmlint warning + "suse-kde4-excessive-dependency"). + * Don't install the libkgeomap translations (they belong to libkgeomap + package). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ digikam.spec ++++++ --- /var/tmp/diff_new_pack.lNNLKq/_old 2011-11-16 17:17:55.000000000 +0100 +++ /var/tmp/diff_new_pack.lNNLKq/_new 2011-11-16 17:17:55.000000000 +0100 @@ -51,11 +51,12 @@ BuildRequires: update-desktop-files %endif Requires: kipi-plugins >= 2.1.0 +Requires: libqt4-sql-sqlite +Requires: libqt4-sql-mysql Recommends: %{name}-doc Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %kde4_runtime_requires -%kde4_pimlibs_requires %description digiKam is a simple digital photo management application for KDE, which @@ -76,10 +77,13 @@ %lang_package %prep %setup -q -rm po/*/kipi* %patch0 %patch1 +# Include only digikam translations +find po -name kipiplugin_*.po | xargs rm +find po -name libkgeomap.po | xargs rm + # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" core/digikam/utils/version.h.cmake @@ -93,6 +97,7 @@ %kde4_makeinstall cd .. +# Remove kipi-plugins docs (included in kipi-plugins package) rm -rf %{buildroot}%{_kde4_htmldir}/en/kipi-plugins # Not needed, the package doesn't actually provide any shared libraries @@ -100,15 +105,17 @@ rm -f %{buildroot}%{_kde4_libdir}/libdigikamdatabase.so # Workaround kde#286034 -mv %{buildroot}/usr/share/icons/oxygen %{buildroot}/usr/share/icons/hicolor +mv %{buildroot}%{_kde4_iconsdir}/oxygen %{buildroot}%{_kde4_iconsdir}/hicolor %if 0%{?suse_version} %suse_update_desktop_file -r %{name} Qt KDE Graphics Photography %suse_update_desktop_file -G "Photo Editor" -r showfoto Qt KDE Graphics Photography %endif -%find_lang %{name} --all-name +%find_lang %{name} + %fdupes -s %{buildroot} + %kde_post_install %post -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
