Hello community, here is the log from the commit of package python3-veusz for openSUSE:Factory checked in at 2015-04-12 00:11:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-veusz (Old) and /work/SRC/openSUSE:Factory/.python3-veusz.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-veusz" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-veusz/python3-veusz.changes 2015-03-05 18:17:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python3-veusz.new/python3-veusz.changes 2015-04-12 00:11:20.000000000 +0200 @@ -1,0 +2,7 @@ +Sat Apr 11 04:03:36 UTC 2015 - [email protected] + +- Fix symlink creation of icons, so that they actually show up. +- Fix incorrect use of %icon_theme_cache_post(un) scriptlets + in post installation scripts. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-veusz.spec ++++++ --- /var/tmp/diff_new_pack.nArmpx/_old 2015-04-12 00:11:20.000000000 +0200 +++ /var/tmp/diff_new_pack.nArmpx/_new 2015-04-12 00:11:20.000000000 +0200 @@ -101,8 +101,9 @@ %{buildroot}%{_datadir}/pixmaps/%{appname} mv %{buildroot}%{python3_sitearch}/veusz/icons/*.svg \ %{buildroot}%{_datadir}/pixmaps/%{appname} -for i in `ls %{buildroot}%{_datadir}/pixmaps/veusz/`; do -ln -s %{_datadir}/pixmaps/%{appname}/$i \ +for i in `ls %{buildroot}%{_datadir}/pixmaps/%{appname}/` +do + ln -s %{_datadir}/pixmaps/%{appname}/$i \ %{buildroot}%{python3_sitearch}/veusz/icons/$i ; done # symlink main veusz icon also into hicolor-icon-theme dir (for desktop file) @@ -147,11 +148,11 @@ %post update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : -%icon_theme_cache_postun +%icon_theme_cache_post %postun update-mime-database %{_datadir}/mime > /dev/null 2>&1 || : -%icon_theme_cache_post +%icon_theme_cache_postun %post -n %{appname} update-desktop-database %{_datadir}/applications
