Accepting request 181289 from GNOME:Factory
Push GNOME 3.9.3, as announced OBS-URL: https://build.opensuse.org/request/show/181289 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-weather?expand=0&rev=5
This commit is contained in:
commit
406a38503c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf61afac1435dbdb87e8d9e4d86bca29cf1ff2c64cefc8db696cd27dad15adf4
|
||||
size 10338608
|
3
gnome-weather-3.9.3.tar.xz
Normal file
3
gnome-weather-3.9.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17cc8ce7efea9760135a53f9b7421119fd67104edd3a9a77c2bd9df2d977eab5
|
||||
size 10463516
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 15:21:34 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.3:
|
||||
+ Fixed icon handling in GWeatherLocationEntry due to the ABI
|
||||
change in libgweather.
|
||||
+ Replaced most of libgd with Gtk types (still using GdMainView
|
||||
only).
|
||||
+ Now using the header bar as a titlebar (fixes the close button
|
||||
when maximized).
|
||||
+ Includes a new application icon, designed specifically for
|
||||
gnome-weather.
|
||||
+ Once again fixed launching the application in certain
|
||||
"looks-like-source-tree" cases.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 15:11:36 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.2:
|
||||
+ Updated libgd, but mostly replaced with Gtk types.
|
||||
+ Added a welcome screen for the first launch.
|
||||
+ The app menu now offers a choice for the temperature unit.
|
||||
+ Implements the new selection pattern, with a separate selection
|
||||
toolbar and rubberbanding.
|
||||
+ Improved the libgweather usage to support disk caching.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 21:07:44 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-weather
|
||||
Version: 3.8.2
|
||||
Version: 3.9.3
|
||||
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.8/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-weather/3.9/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gjs
|
||||
BuildRequires: intltool >= 0.26
|
||||
BuildRequires: update-desktop-files
|
||||
@ -58,10 +58,12 @@ make %{?_smp_mflags}
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -70,6 +72,7 @@ make %{?_smp_mflags}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user