[tali/f20] Update to 3.9.92

Kalev Lember kalev at fedoraproject.org
Wed Sep 18 13:21:59 UTC 2013


commit 409687e20396814ebe122f18d9fd127e9df5284e
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Sep 18 14:21:16 2013 +0200

    Update to 3.9.92
    
    - Include the appdata file
    - Package up the HighContrast icons and add cache scriptlets

 .gitignore |    1 +
 sources    |    2 +-
 tali.spec  |   13 ++++++++++++-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f689bb6..5915508 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /tali-3.8.0.tar.xz
 /tali-3.9.90.tar.xz
+/tali-3.9.92.tar.xz
diff --git a/sources b/sources
index c0c5b1a..56fe8ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-66f6b594070f51c54f9eb39849450558  tali-3.9.90.tar.xz
+fb65b0da201c7c56a4f8c7ab024e67e0  tali-3.9.92.tar.xz
diff --git a/tali.spec b/tali.spec
index cbeeaa5..e7c4be7 100644
--- a/tali.spec
+++ b/tali.spec
@@ -1,5 +1,5 @@
 Name:           tali
-Version:        3.9.90
+Version:        3.9.92
 Release:        1%{?dist}
 Summary:        GNOME Tali game
 
@@ -38,33 +38,44 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gtali.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 || :
 
 
 %files -f %{name}.lang
 %doc COPYING
 %attr(2551, root, games) %{_bindir}/tali
+%{_datadir}/appdata/
 %{_datadir}/applications/gtali.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.tali.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/tali.*
+%{_datadir}/icons/HighContrast/*/apps/tali.png
 %{_datadir}/tali
 %verify(not md5 size mtime) %config(noreplace) %attr(664, games, games) %{_localstatedir}/games/gtali.*
 %{_mandir}/man6/tali.6*
 
 
 %changelog
+* Wed Sep 18 2013 Kalev Lember <kalevlember at gmail.com> - 3.9.92-1
+- Update to 3.9.92
+- Include the appdata file
+- Package up the HighContrast icons and add cache scriptlets
+
 * Thu Aug 22 2013 Kalev Lember <kalevlember at gmail.com> - 3.9.90-1
 - Update to 3.9.90
 


More information about the scm-commits mailing list