[gnome-weather] Update to 3.13.2

Kalev Lember kalev at fedoraproject.org
Wed May 28 17:45:51 UTC 2014


commit 8e618b54eb5db208c5d7afd79e419935e7a4e401
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed May 28 19:40:42 2014 +0200

    Update to 3.13.2

 .gitignore         |    1 +
 gnome-weather.spec |   16 ++++++++++------
 sources            |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5887d22..e63e45b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /gnome-weather-3.11.92.tar.xz
 /gnome-weather-3.12.0.tar.xz
 /gnome-weather-3.13.1.tar.xz
+/gnome-weather-3.13.2.tar.xz
diff --git a/gnome-weather.spec b/gnome-weather.spec
index 4448067..f51cd66 100644
--- a/gnome-weather.spec
+++ b/gnome-weather.spec
@@ -1,5 +1,5 @@
 Name:		gnome-weather
-Version:	3.13.1
+Version:	3.13.2
 Release:	1%{?dist}
 Summary:	A weather application for GNOME
 
@@ -23,7 +23,7 @@ Provides:	bundled(libgd)
 
 # Filter out the libgd.so() provide, since we don't want to possibly
 # satisfy any erroneous dependency on it.
-%filter_provides_in %{_libdir}/org.gnome.Weather.Application/.*\.so$
+%filter_provides_in %{_libdir}/org.gnome.Weather/.*\.so$
 %filter_setup
 
 %description
@@ -40,7 +40,7 @@ make %{?_smp_mflags}
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
-%find_lang org.gnome.Weather.Application
+%find_lang org.gnome.Weather
 
 %check
 desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/org.gnome.Weather.Application.desktop
@@ -59,21 +59,25 @@ fi
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
-%files -f org.gnome.Weather.Application.lang
+%files -f org.gnome.Weather.lang
 %doc NEWS data/CREDITS
 %{_bindir}/gnome-weather
 %{_datadir}/appdata/
 %{_datadir}/applications/org.gnome.Weather.Application.desktop
 %{_datadir}/dbus-1/services/org.gnome.Weather.Application.service
+%{_datadir}/dbus-1/services/org.gnome.Weather.BackgroundService.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml
 %dir %{_datadir}/gnome-shell/
 %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}/org.gnome.Weather.Application/
-%{_libdir}/org.gnome.Weather.Application/
+%{_datadir}/org.gnome.Weather/
+%{_libdir}/org.gnome.Weather/
 
 %changelog
+* Wed May 28 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.2-1
+- Update to 3.13.2
+
 * Thu May 01 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.1-1
 - Update to 3.13.1
 - Adjust rpm provides filtering for renamed private libs directory
diff --git a/sources b/sources
index bcacb5f..c1375d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bab01ef38229bed34f7175ce4204bfb9  gnome-weather-3.13.1.tar.xz
+d4b2c80964d47f2844252f3b3ce67f00  gnome-weather-3.13.2.tar.xz


More information about the scm-commits mailing list