kalev pushed to five-or-more (master). "Update to 3.16.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 16 19:36:14 UTC 2015


>From 0299d1d4449f5b950d856987d560f28a24958f6f Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember at gmail.com>
Date: Thu, 16 Apr 2015 21:35:28 +0200
Subject: Update to 3.16.1


diff --git a/.gitignore b/.gitignore
index 4b3c519..4d37533 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /five-or-more-3.15.91.tar.xz
 /five-or-more-3.15.92.tar.xz
 /five-or-more-3.16.0.tar.xz
+/five-or-more-3.16.1.tar.xz
diff --git a/five-or-more.spec b/five-or-more.spec
index 91e2c9f..4411d52 100644
--- a/five-or-more.spec
+++ b/five-or-more.spec
@@ -1,5 +1,5 @@
 Name:           five-or-more
-Version:        3.16.0
+Version:        3.16.1
 Release:        1%{?dist}
 Summary:        GNOME "Five or More" game
 
@@ -40,22 +40,18 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.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 || :
-  touch --no-create %{_datadir}/icons/HighContrast &>/dev/null || :
   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 || :
 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 || :
 
 
@@ -67,11 +63,14 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/five-or-more
 %{_datadir}/glib-2.0/schemas/org.gnome.five-or-more.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/five-or-more.*
-%{_datadir}/icons/HighContrast/*/apps/five-or-more.*
+%{_datadir}/icons/hicolor/scalable/apps/five-or-more-symbolic.svg
 %{_mandir}/man6/five-or-more.6*
 
 
 %changelog
+* Tue Apr 14 2015 Kalev Lember <kalevlember at gmail.com> - 3.16.1-1
+- Update to 3.16.1
+
 * Mon Mar 23 2015 Kalev Lember <kalevlember at gmail.com> - 3.16.0-1
 - Update to 3.16.0
 
diff --git a/sources b/sources
index 21f1d85..3b19a61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43f71aaa552abe6dab89aceb596e88eb  five-or-more-3.16.0.tar.xz
+cad737743896a1a06dea51bc2ef1aa56  five-or-more-3.16.1.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/five-or-more.git/commit/?h=master&id=0299d1d4449f5b950d856987d560f28a24958f6f


More information about the scm-commits mailing list