forked from pool/gnome-weather
Accepting request 180481 from home:dimstar:branches:GNOME:Factory
Update to 3.9.3 OBS-URL: https://build.opensuse.org/request/show/180481 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=11
This commit is contained in:
parent
648617ab5a
commit
70c4c88f8d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:511e03ed6b7d7aadda7aa7262eba912fca715450b86b4a4d85b8996e73bda640
|
|
||||||
size 10343852
|
|
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,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue May 28 15:11:36 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-weather
|
Name: gnome-weather
|
||||||
Version: 3.9.2
|
Version: 3.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Weather App for GNOME
|
Summary: Weather App for GNOME
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -58,10 +58,12 @@ make %{?_smp_mflags}
|
|||||||
%post
|
%post
|
||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
|
%icon_theme_cache_post
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
|
%icon_theme_cache_postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -70,6 +72,7 @@ make %{?_smp_mflags}
|
|||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user