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.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 58e1b7d..5cabcef 100644 --- a/gnome-weather.changes +++ b/gnome-weather.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +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 + +- 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 + +- 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..b5dfae2 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.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.12/%{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 @@ -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,14 +85,18 @@ 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}.* +%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)