From e12f62f1bc3f5e3f0ec2d3c173947024b2e4e8a512b9d19f045621ba62f3a366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 21 Aug 2013 21:03:21 +0000 Subject: [PATCH] Accepting request 195632 from home:dimstar:branches:GNOME:Factory Update to 3.9.90 OBS-URL: https://build.opensuse.org/request/show/195632 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=16 --- gnome-weather-3.9.5.tar.xz | 3 --- gnome-weather-3.9.90.tar.xz | 3 +++ gnome-weather.changes | 15 +++++++++++++++ gnome-weather.spec | 18 ++++++++++-------- 4 files changed, 28 insertions(+), 11 deletions(-) delete mode 100644 gnome-weather-3.9.5.tar.xz create mode 100644 gnome-weather-3.9.90.tar.xz diff --git a/gnome-weather-3.9.5.tar.xz b/gnome-weather-3.9.5.tar.xz deleted file mode 100644 index 763d16f..0000000 --- a/gnome-weather-3.9.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2aba4c1a6670893adfd4a113262d9743734cec2d078771777530e6e5a5fc1c6 -size 10466116 diff --git a/gnome-weather-3.9.90.tar.xz b/gnome-weather-3.9.90.tar.xz new file mode 100644 index 0000000..81deafb --- /dev/null +++ b/gnome-weather-3.9.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd1086182b83ee06eae69af2cdd51a53103351b71cb743939829678f2024638 +size 10471096 diff --git a/gnome-weather.changes b/gnome-weather.changes index e90502a..2f734bc 100644 --- a/gnome-weather.changes +++ b/gnome-weather.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Aug 19 19:48:35 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.90: + + All publicly visible IDs for the application (including the + .desktop file name and installation folder) now follow the + reverse DNS notation convention, that is, they are + "org.gnome.Weather.Application". + + The application is now DBus activated, and only ships a shim + launcher in $bindir. + + In city view, the side bar is now overlaid on the rest of the + content rather than pushing it. + + We use now GTK+ support for the close button in the header. + + Updated translations. + ------------------------------------------------------------------- Thu Aug 15 07:39:22 UTC 2013 - dimstar@opensuse.org diff --git a/gnome-weather.spec b/gnome-weather.spec index 7ce491c..940588b 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -17,7 +17,8 @@ Name: gnome-weather -Version: 3.9.5 +%define _name org.gnome.Weather.Application +Version: 3.9.90 Release: 0 Summary: Weather App for GNOME License: GPL-2.0+ @@ -57,8 +58,8 @@ make %{?_smp_mflags} %install %make_install find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print -%suse_update_desktop_file %{name} Utility DesktopUtility -%find_lang %{name} +%suse_update_desktop_file %{_name} Utility DesktopUtility +%find_lang %{_name} %post %glib2_gsettings_schema_post @@ -73,12 +74,13 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %files %defattr(-,root,root) %{_bindir}/%{name} -%{_libdir}/%{name}/ -%{_datadir}/applications/%{name}.desktop -%{_datadir}/%{name}/ +%{_libdir}/%{_name}/ +%{_datadir}/applications/org.gnome.Weather.Application.desktop +%{_datadir}/%{_name}/ +%{_datadir}/dbus-1/services/org.gnome.Weather.Application.service %{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml -%{_datadir}/icons/hicolor/*/apps/%{name}.* +%{_datadir}/icons/hicolor/*/apps/%{_name}.* -%files lang -f %{name}.lang +%files lang -f %{_name}.lang %changelog