diff --git a/kdegames.spec b/kdegames.spec index ffe6dfa..ef7e3fe 100644 --- a/kdegames.spec +++ b/kdegames.spec @@ -7,7 +7,7 @@ Name: kdegames Summary: K Desktop Environment 4 - Games Epoch: 6 Version: 4.0.72 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: http://www.kde.org/ @@ -124,9 +124,9 @@ rm -f %{buildroot}%{_sysconfdir}/ggz.modules %post -%{_ggz_config} --install --modfile=%{_ggz_datadir}/kbattleship.dsc ||: -%{_ggz_config} --install --modfile=%{_ggz_datadir}/kreversi.dsc ||: -%{_ggz_config} --install --modfile=%{_ggz_datadir}/ksquares.dsc ||: +%{_ggz_config} --install --force --modfile=%{_ggz_datadir}/kbattleship.dsc ||: +%{_ggz_config} --install --force --modfile=%{_ggz_datadir}/kreversi.dsc ||: +%{_ggz_config} --install --force --modfile=%{_ggz_datadir}/ksquares.dsc ||: xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || : xdg-icon-resource forceupdate --theme oxygen 2> /dev/null || : xdg-desktop-menu forceupdate 2> /dev/null || : @@ -182,6 +182,9 @@ rm -rf %{buildroot} %changelog +* Thu May 15 2008 Rex Dieter 4.0.72-2 +- ggz-config --force , to ensure updates to possibly-changed ggz modules + * Sat May 10 2008 Kevin Kofler 4.0.72-1 - update to 4.0.72 - update description to list new games (kblocks, kdiamond, kollision, kubrick)