kalev pushed to tali (master). "Update to 3.16.1 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 13 12:45:32 UTC 2015


From 85d9500346aa2da54efff40b969b0b8726b621ef Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember at gmail.com>
Date: Wed, 13 May 2015 14:43:17 +0200
Subject: Update to 3.16.1

... and include new symbolic app icon.

diff --git a/.gitignore b/.gitignore
index 2182b95..610fe8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /tali-3.15.90.tar.xz
 /tali-3.15.92.tar.xz
 /tali-3.16.0.tar.xz
+/tali-3.16.1.tar.xz
diff --git a/sources b/sources
index aa73827..181cdd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-66e9622ffbd77ebef4f79f00ff70c6d6  tali-3.16.0.tar.xz
+af4296b252752e96f9f4014ebbe4b75a  tali-3.16.1.tar.xz
diff --git a/tali.spec b/tali.spec
index 29274b2..c053b6c 100644
--- a/tali.spec
+++ b/tali.spec
@@ -1,5 +1,5 @@
 Name:           tali
-Version:        3.16.0
+Version:        3.16.1
 Release:        1%{?dist}
 Summary:        GNOME Tali game
 
@@ -38,22 +38,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 || :
 
 
@@ -64,12 +60,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/applications/*.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.tali.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/tali.*
-%{_datadir}/icons/HighContrast/*/apps/tali.png
+%{_datadir}/icons/hicolor/symbolic/apps/tali-symbolic.svg
 %{_datadir}/tali
 %{_mandir}/man6/tali.6*
 
 
 %changelog
+* Wed May 13 2015 Kalev Lember <kalevlember at gmail.com> - 3.16.1-1
+- Update to 3.16.1
+- Include new symbolic app icon
+
 * Mon Mar 23 2015 Kalev Lember <kalevlember at gmail.com> - 3.16.0-1
 - Update to 3.16.0
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/tali.git/commit/?h=master&id=85d9500346aa2da54efff40b969b0b8726b621ef


More information about the scm-commits mailing list