1
0
forked from pool/gnome-weather

Accepting request 195632 from home:dimstar:branches:GNOME:Factory

Update to 3.9.90

OBS-URL: https://build.opensuse.org/request/show/195632
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=16
This commit is contained in:
Bjørn Lie 2013-08-21 21:03:21 +00:00 committed by Git OBS Bridge
parent 85b0ff5cd9
commit e12f62f1bc
4 changed files with 28 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2aba4c1a6670893adfd4a113262d9743734cec2d078771777530e6e5a5fc1c6
size 10466116

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fd1086182b83ee06eae69af2cdd51a53103351b71cb743939829678f2024638
size 10471096

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Aug 19 19:48:35 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.90:
+ All publicly visible IDs for the application (including the
.desktop file name and installation folder) now follow the
reverse DNS notation convention, that is, they are
"org.gnome.Weather.Application".
+ The application is now DBus activated, and only ships a shim
launcher in $bindir.
+ In city view, the side bar is now overlaid on the rest of the
content rather than pushing it.
+ We use now GTK+ support for the close button in the header.
+ Updated translations.
-------------------------------------------------------------------
Thu Aug 15 07:39:22 UTC 2013 - dimstar@opensuse.org

View File

@ -17,7 +17,8 @@
Name: gnome-weather
Version: 3.9.5
%define _name org.gnome.Weather.Application
Version: 3.9.90
Release: 0
Summary: Weather App for GNOME
License: GPL-2.0+
@ -57,8 +58,8 @@ make %{?_smp_mflags}
%install
%make_install
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%suse_update_desktop_file %{name} Utility DesktopUtility
%find_lang %{name}
%suse_update_desktop_file %{_name} Utility DesktopUtility
%find_lang %{_name}
%post
%glib2_gsettings_schema_post
@ -73,12 +74,13 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_libdir}/%{_name}/
%{_datadir}/applications/org.gnome.Weather.Application.desktop
%{_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}.*
%{_datadir}/icons/hicolor/*/apps/%{_name}.*
%files lang -f %{name}.lang
%files lang -f %{_name}.lang
%changelog