Hello community, here is the log from the commit of package pinta for openSUSE:Factory checked in at 2014-04-16 07:35:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pinta (Old) and /work/SRC/openSUSE:Factory/.pinta.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pinta" Changes: -------- --- /work/SRC/openSUSE:Factory/pinta/pinta.changes 2012-10-03 09:55:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pinta.new/pinta.changes 2014-04-16 07:35:18.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Apr 12 09:13:48 UTC 2014 - [email protected] + +- added %post macros + +------------------------------------------------------------------- @@ -8 +13 @@ -Wed Jun 13 04:50:23 UTC 2012 - Matthias Mailänder +Wed Jun 13 04:50:23 UTC 2012 - [email protected] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pinta.spec ++++++ --- /var/tmp/diff_new_pack.VMK8DO/_old 2014-04-16 07:35:19.000000000 +0200 +++ /var/tmp/diff_new_pack.VMK8DO/_new 2014-04-16 07:35:19.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package pinta # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,6 +30,7 @@ BuildRequires: mono-devel >= 2.8 BuildRequires: mono-addins BuildRequires: update-desktop-files +BuildRequires: hicolor-icon-theme Requires: gnome-icon-theme BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -55,8 +56,15 @@ %suse_update_desktop_file -n %{name} -%clean -%{__rm} -rf '%{buildroot}' +%if 0%{?suse_version} >= 1140 +%post +%desktop_database_post +%icon_theme_cache_post + +%postun +%desktop_database_postun +%icon_theme_cache_postun +%endif %files -f %{name}.lang %defattr(-, root, root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
