Accepting request 252077 from GNOME:Factory
Push GNOME 3.14.0 (forwarded request 251922 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/252077 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-weather?expand=0&rev=16
This commit is contained in:
commit
1891f0de18
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23b99daf43838135c454af2c36a5964ab5e67a9c900a2b56ba9b3d96cdc67720
|
||||
size 10522452
|
3
gnome-weather-3.14.0.tar.xz
Normal file
3
gnome-weather-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c062da1a209b9030272d25ac85e66eb827f29804a61e27cdbb1f6104488c8d5
|
||||
size 10518456
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user