diff --git a/gnome-weather-0.2.tar.xz b/gnome-weather-0.2.tar.xz deleted file mode 100644 index 920abdc..0000000 --- a/gnome-weather-0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3690fba2c5964a08b8a48112786236090ff740f43f77073f8da497c76afeb749 -size 223212 diff --git a/gnome-weather-3.7.92.tar.xz b/gnome-weather-3.7.92.tar.xz new file mode 100644 index 0000000..72b3fbe --- /dev/null +++ b/gnome-weather-3.7.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1f67ef240a65cff3a787c21c0541869358f6e478ee77562d89103d3fe61347 +size 10327688 diff --git a/gnome-weather.changes b/gnome-weather.changes index 56b9a21..0760a79 100644 --- a/gnome-weather.changes +++ b/gnome-weather.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Mar 18 19:30:42 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.92: + + First release to follow GNOME versioning. + + Application completely rewritten in JS + gtk + libgd. + + Features a full GNOME 3 layout (header bar, content view, + selection toolbar, application menu). + + Includes the ability to show multiple cities at once. + + Uses dark theme and symbolic icons. + + Includes pretty backgrounds matching the current conditions. + + Many many bugfixes and translation fixes. +- Replace python BuildRequires with gjs, following upstreams port + to JavaScript. +- Drop pkgconfig(clutter-1.0) and pkgconfig(gweather-3.0) + BuildRequires: no longer needed. +- Add glib2_gsettings_schema and desktop_database macros to post + and postun. + ------------------------------------------------------------------- Wed Mar 6 20:38:21 UTC 2013 - dimstar@opensuse.org diff --git a/gnome-weather.spec b/gnome-weather.spec index 5bcf462..d3340ed 100644 --- a/gnome-weather.spec +++ b/gnome-weather.spec @@ -1,5 +1,5 @@ # -# spec file for package +# spec file for package gnome-weather # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,25 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: gnome-weather -Version: 0.2 +Version: 3.7.92 Release: 0 -License: GPL-2.0+ Summary: Weather App for GNOME -Url: https://live.gnome.org/Design/Apps/Weather +License: GPL-2.0+ Group: Productivity/Other -Source: http://ftp.acc.umu.se/pub/GNOME/sources/gnome-weather/0.2/gnome-weather-0.2.tar.xz +Url: https://live.gnome.org/Design/Apps/Weather +Source: http://download.gnome.org/sources/gnome-weather/3.7/%{name}-%{version}.tar.xz +BuildRequires: gjs BuildRequires: intltool >= 0.26 -BuildRequires: python >= 3 BuildRequires: update-desktop-files -BuildRequires: pkgconfig(clutter-1.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30.0 -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(gweather-3.0) >= 3.5.0 +BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.7.10 Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build +%glib2_gsettings_schema_requires %description GNOME 3 weather app that does: @@ -55,12 +55,21 @@ make %{?_smp_mflags} %suse_update_desktop_file %{name} Utility DesktopUtility %find_lang %{name} +%post +%glib2_gsettings_schema_post +%desktop_database_post + +%postun +%glib2_gsettings_schema_postun +%desktop_database_postun + %files %defattr(-,root,root) %{_bindir}/%{name} %{_libdir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/ +%{_datadir}/glib-2.0/schemas/org.gnome.Weather.Application.gschema.xml %files lang -f %{name}.lang