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:
parent
85b0ff5cd9
commit
e12f62f1bc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c2aba4c1a6670893adfd4a113262d9743734cec2d078771777530e6e5a5fc1c6
|
|
||||||
size 10466116
|
|
3
gnome-weather-3.9.90.tar.xz
Normal file
3
gnome-weather-3.9.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5fd1086182b83ee06eae69af2cdd51a53103351b71cb743939829678f2024638
|
||||||
|
size 10471096
|
@ -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
|
Thu Aug 15 07:39:22 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-weather
|
Name: gnome-weather
|
||||||
Version: 3.9.5
|
%define _name org.gnome.Weather.Application
|
||||||
|
Version: 3.9.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Weather App for GNOME
|
Summary: Weather App for GNOME
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -57,8 +58,8 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||||
%suse_update_desktop_file %{name} Utility DesktopUtility
|
%suse_update_desktop_file %{_name} Utility DesktopUtility
|
||||||
%find_lang %{name}
|
%find_lang %{_name}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
@ -73,12 +74,13 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_libdir}/%{name}/
|
%{_libdir}/%{_name}/
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/org.gnome.Weather.Application.desktop
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{_name}/
|
||||||
|
%{_datadir}/dbus-1/services/org.gnome.Weather.Application.service
|
||||||
%{_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}.*
|
%{_datadir}/icons/hicolor/*/apps/%{_name}.*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{_name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user