diff --git a/gnome-clocks-3.12.0.tar.xz b/gnome-clocks-3.12.0.tar.xz deleted file mode 100644 index afa485c..0000000 --- a/gnome-clocks-3.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fc0ce2b7b2540d6c2d791ff63ab1670f189a339c804fcf24c9010a478314604 -size 842860 diff --git a/gnome-clocks-3.14.0.tar.xz b/gnome-clocks-3.14.0.tar.xz new file mode 100644 index 0000000..ce8041f --- /dev/null +++ b/gnome-clocks-3.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a52e7d40754b7ffa65e223cc2bf4dc9c096c2d53881e55dce65e646255bc52f +size 868916 diff --git a/gnome-clocks.changes b/gnome-clocks.changes index 9080e9b..8cf13c1 100644 --- a/gnome-clocks.changes +++ b/gnome-clocks.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Sep 22 14:34:05 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.14.0: + + Fix a CSS problem in RTL mode. + +------------------------------------------------------------------- +Wed Sep 17 23:16:47 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.92: + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 7 10:38:00 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.13.91: + + Bump libgweather dependency. + + Misc bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 19 09:13:41 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.2: + + Implement a gnome-shell search provider to search world clocks. + + Sort world clocks by timezone. + + Misc bugfixes. + + Updated translations. +- Drop 0001-Sort-locations-by-timezone.patch: fixed upstream. +- Add new subpackage gnome-shell-search-provider-gnome-clocks. + +------------------------------------------------------------------- +Wed Jul 23 17:54:50 UTC 2014 - mgorse@suse.com + +- Add 0001-Sort-locations-by-timezone.patch: sort locations by + timezone (bnc#861982, bgo#701169). + +------------------------------------------------------------------- +Tue Jul 22 21:58:13 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.1: + + Update to work with the new adwaita theme. + + Rework a little the stopwatch laps table. + + Ensure numbers in the timer do not move during transition. + + Updated translations. + ------------------------------------------------------------------- Mon Mar 24 08:49:15 UTC 2014 - dimstar@opensuse.org diff --git a/gnome-clocks.spec b/gnome-clocks.spec index 5de95be..85635a4 100644 --- a/gnome-clocks.spec +++ b/gnome-clocks.spec @@ -18,13 +18,13 @@ Name: gnome-clocks -Version: 3.12.0 +Version: 3.14.0 Release: 0 Summary: Clock application designed for GNOME 3 License: GPL-2.0+ Group: Productivity/Office/Other Url: https://live.gnome.org/Design/Apps/Clock -Source: http://download.gnome.org/sources/gnome-clocks/3.12/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-clocks/3.14/%{name}-%{version}.tar.xz # For icont_theme_chache post and postun macros BuildRequires: hicolor-icon-theme BuildRequires: intltool >= 0.40 @@ -38,7 +38,7 @@ BuildRequires: pkgconfig(gio-2.0) >= 2.39 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.7.90 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.11 -BuildRequires: pkgconfig(gweather-3.0) >= 3.9.91 +BuildRequires: pkgconfig(gweather-3.0) >= 3.13.91 BuildRequires: pkgconfig(libcanberra) >= 0.30 Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -47,6 +47,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A nice simple app to show the time, date, and alarms. +%package -n gnome-shell-search-provider-gnome-clocks +Summary: GNOME Clocksl -- Search Provider for GNOME Shell +Group: Productivity/Office/Other +Supplements: packageand(gnome-shell:%{name}) +Requires: %{name} = %{version} + +%description -n gnome-shell-search-provider-gnome-clocks +This package contains a search provider to enable GNOME Shell to get +search results from GNOME Clocks. + %lang_package %prep %setup -q @@ -54,6 +64,7 @@ translation-update-upstream %build %configure +make %{?_smp_mflags} %install %make_install @@ -86,6 +97,12 @@ translation-update-upstream %{_datadir}/icons/HighContrast/ %{_datadir}/applications/org.gnome.clocks.desktop +%files -n gnome-shell-search-provider-gnome-clocks +%defattr (-, root, root) +%dir %{_datadir}/gnome-shell +%dir %{_datadir}/gnome-shell/search-providers +%{_datadir}/gnome-shell/search-providers/org.gnome.clocks.search-provider.ini + %files lang -f %{name}.lang %changelog