diff --git a/kdegraphics.spec b/kdegraphics.spec index 3c4a7cf..5adbaef 100644 --- a/kdegraphics.spec +++ b/kdegraphics.spec @@ -7,7 +7,7 @@ Name: kdegraphics Summary: K Desktop Environment - Graphics Applications Epoch: 7 Version: 3.5.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/Multimedia @@ -194,7 +194,6 @@ rm -rf %{buildroot} %post -/sbin/ldconfig ||: for f in crystalsvg hicolor ; do touch --no-create %{_datadir}/icons/${f} 2> /dev/null ||: gtk-update-icon-cache -q %{_datadir}/icons/${f} 2> /dev/null ||: @@ -202,13 +201,16 @@ done update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %postun -/sbin/ldconfig ||: for f in crystalsvg hicolor ; do touch --no-create %{_datadir}/icons/${f} 2> /dev/null ||: gtk-update-icon-cache -q %{_datadir}/icons/${f} 2> /dev/null ||: done update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : +%post libs -p /sbin/ldconfig + +%postun libs -p /sbin/ldconfig + %if 0%{!?rhel:1} %post extras /sbin/ldconfig ||: @@ -323,6 +325,10 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %changelog +* Mon Oct 15 2007 Rex Dieter - 7:3.5.8-2 +- respin (for openexr-1.6.0) +- -libs: %%post/%%postun -p /sbin/ldconfig + * Sat Oct 13 2007 Rex Dieter - 7:3.5.8-1 - kde-3.5.8 - libs subpkg (more multilib friendly)