From 96b82a4537143da7fb9063a5f216914deca3a3b648fd40a6e0250947f8d26574 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 3 Apr 2014 20:51:06 +0000 Subject: [PATCH] Accepting request 228805 from GNOME:Next Push GNOME:Next -- Update to Gnome 3.12 Resub (minor edit/spellfix .changes). OBS-URL: https://build.opensuse.org/request/show/228805 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=26 --- gnome-weather-3.10.1.tar.xz | 3 -- gnome-weather-3.12.0.tar.xz | 3 ++ gnome-weather.changes | 76 +++++++++++++++++++++++++++++++++++++ gnome-weather.spec | 24 +++++++++--- 4 files changed, 98 insertions(+), 8 deletions(-) delete mode 100644 gnome-weather-3.10.1.tar.xz create mode 100644 gnome-weather-3.12.0.tar.xz diff --git a/gnome-weather-3.10.1.tar.xz b/gnome-weather-3.10.1.tar.xz deleted file mode 100644 index fcd18fb..0000000 --- a/gnome-weather-3.10.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0f2503c2cc9ced72da7728b262a767342b82852a74196db44377d18f1820fe4 -size 10488992 diff --git a/gnome-weather-3.12.0.tar.xz b/gnome-weather-3.12.0.tar.xz new file mode 100644 index 0000000..9e2217e --- /dev/null +++ b/gnome-weather-3.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b700e450fff02012131f5ef5aacab57ac48d86872b9f8e9179e9d4ef794e4d +size 10521128 diff --git a/gnome-weather.changes b/gnome-weather.changes index 788212b..225a774 100644 --- a/gnome-weather.changes +++ b/gnome-weather.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Wed Mar 26 19:39:33 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.0: + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 19 12:32:05 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.92: + + Fix alignment of placeholder text for first run (bgo#721732). + + Build fixes (bgo#725942). + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 4 19:43:42 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.91: + + Fix problem loading the app without network connectivity. + + Fix running tests with a11y disabled (bgo#725152). + + Fix running tests against old pygobject+glib (bgo#725398). + + Fix automake requirement (bgo#725427). + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 19 12:24:04 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.90: + + Fixed a crash at shutdown, caused by a destroy vfunc. + + Added coverage reports for tests. + + Updated for unstable GTK+ API changes (GtkActionBox). + + Fixed the sensitivity of Add in new location dialog + (bgo#724416). + + Once again, changes to the build and deployment infrastructure. + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 3 17:47:19 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.5: + + JS sources are now loaded from a GResource, which should + improve startup times as it requires fewer seeks on disk. + + All dialogs were converted to use a header bar. + + A new infrastructure for application tests exists, and + minimal automated testing for the world view is included. + + Updated translations. + +------------------------------------------------------------------- +Mon Jan 13 21:32:37 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.4: + + Fixes for RTL layouts (bgo#721123). + + Updates to the packaging system. + + Added the ability to build an RPM from the upstream tarball. + + Replaced GtkHeaderBar with GtkActionBar (and gtk+ dependency + raised). + + Fixed the .desktop file for legacy environments (not using GIO + to launch the application). + + Updated translations. + +------------------------------------------------------------------- +Wed Dec 18 13:53:32 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.11.3: + + Always show a title in the header bar (bgo#720322). + + CityView is now consistent with other apps wrt the back button + (bgo#720321). + + We now follow the HIGs for standard items in the app menu. + + The sidebar can show forecast for today and tomorrow at all + times. + + We no longer show the night before the day, which was reported + as confusing. + + Updated translations. +- Create new subpackage gnome-shell-search-provider-gnome-weather, + containing the GNOME Shell search provider. + ------------------------------------------------------------------- Tue Oct 15 18:08:41 UTC 2013 - dimstar@opensuse.org diff --git a/gnome-weather.spec b/gnome-weather.spec index 44fdcdd..0d3ec2a 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-weather # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,23 +18,24 @@ Name: gnome-weather %define _name org.gnome.Weather.Application -Version: 3.10.1 +Version: 3.12.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.10/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-weather/3.12/%{name}-%{version}.tar.xz BuildRequires: gjs BuildRequires: intltool >= 0.26 BuildRequires: update-desktop-files BuildRequires: pkgconfig(gdk-3.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gjs-1.0) >= 1.39.91 BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.4 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.4 BuildRequires: pkgconfig(gweather-3.0) >= 3.9.5 Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -47,6 +48,16 @@ GNOME 3 weather app that does: * show radar maps * notify on hazardous weather conditions +%package -n gnome-shell-search-provider-gnome-weather +Summary: GNOME Weather -- Search Provider for GNOME Shell +Group: Productivity/Other +Supplements: packageand(gnome-shell:%{name}) +Requires: %{name} = %{version} + +%description -n gnome-shell-search-provider-gnome-weather +This package contains a search provider to enable GNOME Shell to get +search results from GNOME Weather. + %lang_package %prep %setup -q @@ -81,10 +92,13 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %{_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}.* + +%files -n gnome-shell-search-provider-gnome-weather +%defattr(-,root,root) %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/%{_name}.* %files lang -f %{_name}.lang