From 4cfd84d87037355c34ced7c6645ecbe5bfb72929 Mon Sep 17 00:00:00 2001 From: Yanko Kaneti Date: Apr 13 2015 16:47:53 +0000 Subject: Update to 3.16.1 No more HighContrast specific icons --- diff --git a/.gitignore b/.gitignore index be8d868..abfe4d8 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /gnome-clocks-3.15.90.tar.xz /gnome-clocks-3.15.92.tar.xz /gnome-clocks-3.16.0.tar.xz +/gnome-clocks-3.16.1.tar.xz diff --git a/gnome-clocks.spec b/gnome-clocks.spec index 2a3f880..e209cb5 100644 --- a/gnome-clocks.spec +++ b/gnome-clocks.spec @@ -1,6 +1,6 @@ Name: gnome-clocks -Version: 3.16.0 -Release: 2%{?dist} +Version: 3.16.1 +Release: 1%{?dist} Summary: Clock application designed for GNOME 3 License: GPLv2+ @@ -49,19 +49,17 @@ appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/appdata/org.gnome. https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/org.gnome.clocks/e.png %post -/bin/touch --no-create %{_datadir}/icons/hicolor %{_datadir}/icons/HighContrast &>/dev/null || : +/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ] ; then - /bin/touch --no-create %{_datadir}/icons/hicolor %{_datadir}/icons/HighContrast &>/dev/null + /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : - /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/HighContrast &>/dev/null || : /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : fi %posttrans /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : -/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/HighContrast &>/dev/null || : /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files -f gnome-clocks.lang @@ -69,7 +67,8 @@ fi %license COPYING %{_bindir}/gnome-clocks %{_datadir}/gnome-clocks -%{_datadir}/icons/*/*/apps/gnome-clocks.png +%{_datadir}/icons/hicolor/*/apps/gnome-clocks.png +%{_datadir}/icons/hicolor/symbolic/apps/gnome-clocks-symbolic.svg %{_datadir}/appdata/org.gnome.clocks.appdata.xml %{_datadir}/applications/org.gnome.clocks.desktop %{_datadir}/dbus-1/services/org.gnome.clocks.service @@ -80,6 +79,10 @@ fi %changelog +* Mon Apr 13 2015 Yanko Kaneti - 3.16.1-1 +- Update to 3.16.1 +- No more HighContrast specific icons + * Mon Mar 30 2015 Richard Hughes - 3.16.0-2 - Use better AppData screenshots diff --git a/sources b/sources index 954bf78..f26887a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f46d399f2968c4a3c1758dcaee18caf6 gnome-clocks-3.16.0.tar.xz +5f1d7ce5774de60f3f8b6995ba69ca5e gnome-clocks-3.16.1.tar.xz