From 7b4d8d0881fdf6d6e45d99183e98d64c14336e74 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Apr 16 2015 19:20:00 +0000 Subject: Update to 3.16.1 --- diff --git a/.gitignore b/.gitignore index 7652e03..175e0b2 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /iagno-3.15.91.tar.xz /iagno-3.15.92.tar.xz /iagno-3.16.0.tar.xz +/iagno-3.16.1.tar.xz diff --git a/iagno.spec b/iagno.spec index 31d4608..bc194b2 100644 --- a/iagno.spec +++ b/iagno.spec @@ -1,6 +1,6 @@ Name: iagno -Version: 3.16.0 -Release: 2%{?dist} +Version: 3.16.1 +Release: 1%{?dist} Summary: GNOME Reversi game License: GPLv3+ and CC-BY-SA @@ -54,22 +54,18 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/iagno.desktop %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : -touch --no-create %{_datadir}/icons/HighContrast &>/dev/null || : %postun if [ $1 -eq 0 ]; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : - touch --no-create %{_datadir}/icons/HighContrast &>/dev/null || : - gtk-update-icon-cache %{_datadir}/icons/HighContrast &> /dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : fi %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : @@ -82,11 +78,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_datadir}/iagno/ %{_datadir}/icons/hicolor/*/apps/iagno.png %{_datadir}/icons/hicolor/scalable/apps/iagno-symbolic.svg -%{_datadir}/icons/HighContrast/*/apps/iagno.png %{_mandir}/man6/iagno.6* %changelog +* Tue Apr 14 2015 Kalev Lember - 3.16.1-1 +- Update to 3.16.1 + * Mon Mar 30 2015 Richard Hughes - 3.16.0-2 - Use better AppData screenshots diff --git a/sources b/sources index 654d07a..9d0f165 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81b850ff7780f4fb001d628427893dd6 iagno-3.16.0.tar.xz +3cdcf8c1aaeeec5e57090a0582d16328 iagno-3.16.1.tar.xz