From 2c37264bfab8726c9c7ca7e0a342373a8f1846216b79bada1bf4dfca8bfc74d2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 23 Aug 2014 11:52:19 +0000 Subject: [PATCH 1/3] Accepting request 246041 from GNOME:Next Push of GN to GF - minor tweak of previous. Note that I did not investigate this one gnome-weather.noarch: W: desktopfile-without-binary /usr/share/applications/org.gnome.Weather.Application.desktop gapplication the .desktop file is for a file not present in the package. You should check the requires or see if this is not a error OBS-URL: https://build.opensuse.org/request/show/246041 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=30 --- gnome-weather-3.12.1.tar.xz | 3 --- gnome-weather-3.13.90.tar.xz | 3 +++ gnome-weather.changes | 42 ++++++++++++++++++++++++++++++++++++ gnome-weather.spec | 12 +++++------ 4 files changed, 51 insertions(+), 9 deletions(-) delete mode 100644 gnome-weather-3.12.1.tar.xz create mode 100644 gnome-weather-3.13.90.tar.xz diff --git a/gnome-weather-3.12.1.tar.xz b/gnome-weather-3.12.1.tar.xz deleted file mode 100644 index b10fd20..0000000 --- a/gnome-weather-3.12.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23b99daf43838135c454af2c36a5964ab5e67a9c900a2b56ba9b3d96cdc67720 -size 10522452 diff --git a/gnome-weather-3.13.90.tar.xz b/gnome-weather-3.13.90.tar.xz new file mode 100644 index 0000000..2bec83c --- /dev/null +++ b/gnome-weather-3.13.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03c5ee229598a6f138c9285ef56372ee5aa7c87651abbe48060a61b2586a802 +size 10501380 diff --git a/gnome-weather.changes b/gnome-weather.changes index 58e1b7d..20b957f 100644 --- a/gnome-weather.changes +++ b/gnome-weather.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Tue Aug 19 14:32:29 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.90: + + Completely redesign the application (bgo#733236). + + Remove libgd submodule and make the application noarch. + + Disable the search provider by default (bgo#734048). + + Updated translations. +- Change BuildArch to noarch, following upstreams advise. + +------------------------------------------------------------------- +Tue Jul 22 13:02:42 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.4: + + We now use package.js from gjs upstream. + + Fixed search-provider (bgo#732344). + + Misc fixes. + + Updated translations. + +------------------------------------------------------------------- +Sat Jul 12 18:06:58 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.3: + + Updates to the appstream metadata, and new screenshots + (requires a new version of libappstream-glib, or building + with --disable-appstream-util). + + Various miscellaneous fixes and updates. + + Updated translations. +- Changes from version 3.13.2: + + Appdata metadata was updated to the new specification. + + The installation folder for the application was renamed to + $(datadir)/org.gnome.Weather, removing the final .Application + part. + + The search provider was split into a background service, to + avoid triggering geolocation without the user consent (only the + frontend application does it now). +- Changes from version 3.13.1: + + Show local time in city view (bgo#705050). + + Add geolocation support (automatically add the current location + to the world view) (bgo#704268). + + Updated translations. + ------------------------------------------------------------------- Sat May 17 14:32:34 UTC 2014 - zaitor@opensuse.org diff --git a/gnome-weather.spec b/gnome-weather.spec index fd784a2..0738032 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -17,14 +17,14 @@ Name: gnome-weather -%define _name org.gnome.Weather.Application -Version: 3.12.1 +%define _name org.gnome.Weather +Version: 3.13.90 Release: 0 Summary: Weather App for GNOME License: GPL-2.0+ Group: Productivity/Other Url: https://live.gnome.org/Design/Apps/Weather -Source: http://download.gnome.org/sources/gnome-weather/3.12/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-weather/3.13/%{name}-%{version}.tar.xz BuildRequires: gjs BuildRequires: intltool >= 0.26 BuildRequires: update-desktop-files @@ -37,6 +37,7 @@ BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9 BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.4 BuildRequires: pkgconfig(gweather-3.0) >= 3.9.5 +BuildArch: noarch Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %glib2_gsettings_schema_requires @@ -68,8 +69,7 @@ make %{?_smp_mflags} %install %make_install -find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print -%suse_update_desktop_file %{_name} Utility DesktopUtility +%suse_update_desktop_file %{_name}.Application Utility DesktopUtility %find_lang %{_name} %post @@ -85,12 +85,12 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %files %defattr(-,root,root) %{_bindir}/%{name} -%{_libdir}/%{_name}/ %dir %{_datadir}/appdata %{_datadir}/appdata/org.gnome.Weather.Application.appdata.xml %{_datadir}/applications/org.gnome.Weather.Application.desktop %{_datadir}/%{_name}/ %{_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 %{_datadir}/icons/hicolor/*/apps/%{_name}.* From a74d0f61ddbe7ee5c9ce43da4e44f7391ee9c4c5c869a61231858d4e8b78a3c8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 11 Sep 2014 21:18:14 +0000 Subject: [PATCH 2/3] Accepting request 248708 from GNOME:Next Push GNOME 3.13.91 - Add to Staging:E OBS-URL: https://build.opensuse.org/request/show/248708 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=31 --- gnome-weather-3.13.90.tar.xz | 3 --- gnome-weather-3.13.91.tar.xz | 3 +++ gnome-weather.changes | 7 +++++++ gnome-weather.spec | 6 +++++- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 gnome-weather-3.13.90.tar.xz create mode 100644 gnome-weather-3.13.91.tar.xz diff --git a/gnome-weather-3.13.90.tar.xz b/gnome-weather-3.13.90.tar.xz deleted file mode 100644 index 2bec83c..0000000 --- a/gnome-weather-3.13.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e03c5ee229598a6f138c9285ef56372ee5aa7c87651abbe48060a61b2586a802 -size 10501380 diff --git a/gnome-weather-3.13.91.tar.xz b/gnome-weather-3.13.91.tar.xz new file mode 100644 index 0000000..837d8cb --- /dev/null +++ b/gnome-weather-3.13.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4438a84edd15a73b40de2daafaf4d5e1ef21ba948d013c67423ba354583fe2a4 +size 10517660 diff --git a/gnome-weather.changes b/gnome-weather.changes index 20b957f..1a557da 100644 --- a/gnome-weather.changes +++ b/gnome-weather.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 1 22:48:35 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.13.91: + + Added high contrast icon (bgo#707286). + + Updated translations. + ------------------------------------------------------------------- Tue Aug 19 14:32:29 UTC 2014 - dimstar@opensuse.org diff --git a/gnome-weather.spec b/gnome-weather.spec index 0738032..6f4d4ac 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -18,7 +18,7 @@ Name: gnome-weather %define _name org.gnome.Weather -Version: 3.13.90 +Version: 3.13.91 Release: 0 Summary: Weather App for GNOME License: GPL-2.0+ @@ -93,6 +93,10 @@ make %{?_smp_mflags} %{_datadir}/dbus-1/services/org.gnome.Weather.BackgroundService.service %{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml %{_datadir}/icons/hicolor/*/apps/%{_name}.* +%dir %{_datadir}/icons/HighContrast/ +%dir %{_datadir}/icons/HighContrast/* +%dir %{_datadir}/icons/HighContrast/*/apps/ +%{_datadir}/icons/HighContrast/*/apps/%{_name}.* %files -n gnome-shell-search-provider-gnome-weather %defattr(-,root,root) From 2308b7b9fdaeb8381b1a6baeb70144a44534b7953d1ddb9f05ab00a061d76290 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 25 Sep 2014 07:47:17 +0000 Subject: [PATCH 3/3] Accepting request 251922 from GNOME:Next Push GNOME 3.14.0 OBS-URL: https://build.opensuse.org/request/show/251922 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=32 --- gnome-weather-3.13.91.tar.xz | 3 --- gnome-weather-3.14.0.tar.xz | 3 +++ gnome-weather.changes | 12 ++++++++++++ gnome-weather.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 gnome-weather-3.13.91.tar.xz create mode 100644 gnome-weather-3.14.0.tar.xz diff --git a/gnome-weather-3.13.91.tar.xz b/gnome-weather-3.13.91.tar.xz deleted file mode 100644 index 837d8cb..0000000 --- a/gnome-weather-3.13.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4438a84edd15a73b40de2daafaf4d5e1ef21ba948d013c67423ba354583fe2a4 -size 10517660 diff --git a/gnome-weather-3.14.0.tar.xz b/gnome-weather-3.14.0.tar.xz new file mode 100644 index 0000000..f2933e7 --- /dev/null +++ b/gnome-weather-3.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c062da1a209b9030272d25ac85e66eb827f29804a61e27cdbb1f6104488c8d5 +size 10518456 diff --git a/gnome-weather.changes b/gnome-weather.changes index 1a557da..5cabcef 100644 --- a/gnome-weather.changes +++ b/gnome-weather.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 22 17:08:15 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.14.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 16 10:42:29 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.13.92: + + Updated translations. + ------------------------------------------------------------------- Mon Sep 1 22:48:35 UTC 2014 - zaitor@opensuse.org diff --git a/gnome-weather.spec b/gnome-weather.spec index 6f4d4ac..b5dfae2 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -18,13 +18,13 @@ Name: gnome-weather %define _name org.gnome.Weather -Version: 3.13.91 +Version: 3.14.0 Release: 0 Summary: Weather App for GNOME License: GPL-2.0+ Group: Productivity/Other Url: https://live.gnome.org/Design/Apps/Weather -Source: http://download.gnome.org/sources/gnome-weather/3.13/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-weather/3.14/%{name}-%{version}.tar.xz BuildRequires: gjs BuildRequires: intltool >= 0.26 BuildRequires: update-desktop-files