kalev pushed to gnome-weather (master). "Update to 3.16.2.1 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 28 21:38:09 UTC 2015


>From cc72e503163c8786dc9f794cd54ca45c1fd0d8a4 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember at gmail.com>
Date: Tue, 28 Apr 2015 23:34:44 +0200
Subject: Update to 3.16.2.1

... and include the new symbolic icon instead of HighColor icons.

diff --git a/.gitignore b/.gitignore
index ad92fcb..acf12b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
 /gnome-weather-3.16.0.tar.xz
 /gnome-weather-3.16.1.tar.xz
 /gnome-weather-3.16.2.tar.xz
+/gnome-weather-3.16.2.1.tar.xz
diff --git a/gnome-weather.spec b/gnome-weather.spec
index a876647..e51e18a 100644
--- a/gnome-weather.spec
+++ b/gnome-weather.spec
@@ -4,7 +4,7 @@
 %global libgweather_version 3.15.90
 
 Name:		gnome-weather
-Version:	3.16.2
+Version:	3.16.2.1
 Release:	1%{?dist}
 Summary:	A weather application for GNOME
 
@@ -61,21 +61,17 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/org.gnome.Weather
 
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-touch --no-create %{_datadir}/icons/HighContrast &>/dev/null || :
 
 %postun
 if [ $1 -eq 0 ] ; then
     glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
     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 || :
 fi
 
 %posttrans
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null || :
 
 %files -f org.gnome.Weather.lang
 %license COPYING
@@ -90,7 +86,7 @@ gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null || :
 %dir %{_datadir}/gnome-shell/search-providers/
 %{_datadir}/gnome-shell/search-providers/org.gnome.Weather.Application.search-provider.ini
 %{_datadir}/icons/hicolor/*/apps/org.gnome.Weather.Application.png
-%{_datadir}/icons/HighContrast/*/apps/org.gnome.Weather.Application.png
+%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Weather.Application-symbolic.svg
 %{_datadir}/org.gnome.Weather/
 
 %files tests
@@ -98,6 +94,10 @@ gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null || :
 %{_datadir}/installed-tests
 
 %changelog
+* Tue Apr 28 2015 Kalev Lember <kalevlember at gmail.com> - 3.16.2.1-1
+- Update to 3.16.2.1
+- Include new symbolic icon
+
 * Mon Apr 27 2015 Kalev Lember <kalevlember at gmail.com> - 3.16.2-1
 - Update to 3.16.2
 
diff --git a/sources b/sources
index 99ec091..fa168aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b10b75d09dc68ba6321f26c27878e9e1  gnome-weather-3.16.2.tar.xz
+7ef86eeffcff12df037d74b9de8f6f9e  gnome-weather-3.16.2.1.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/gnome-weather.git/commit/?h=master&id=cc72e503163c8786dc9f794cd54ca45c1fd0d8a4


More information about the scm-commits mailing list