Accepting request 231747 from GNOME:Factory
Push GNOME:Factory - GNOME 3.12.1 OBS-URL: https://build.opensuse.org/request/show/231747 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-weather?expand=0&rev=13
This commit is contained in:
commit
6533fa0794
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0f2503c2cc9ced72da7728b262a767342b82852a74196db44377d18f1820fe4
|
||||
size 10488992
|
3
gnome-weather-3.12.0.tar.xz
Normal file
3
gnome-weather-3.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0b700e450fff02012131f5ef5aacab57ac48d86872b9f8e9179e9d4ef794e4d
|
||||
size 10521128
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user