From 1a58fa294e0cf89bc8d4c18f2a9fee0538afaf8f79c9b8693ae5e9d9025a79a8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 23 Aug 2014 11:54:13 +0000 Subject: [PATCH] Accepting request 245865 from GNOME:Next Push GNOME 3.13.90 to the devel repo OBS-URL: https://build.opensuse.org/request/show/245865 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-clocks?expand=0&rev=35 --- gnome-clocks-3.12.0.tar.xz | 3 --- gnome-clocks-3.13.2.tar.xz | 3 +++ gnome-clocks.changes | 26 ++++++++++++++++++++++++++ gnome-clocks.spec | 21 +++++++++++++++++++-- 4 files changed, 48 insertions(+), 5 deletions(-) delete mode 100644 gnome-clocks-3.12.0.tar.xz create mode 100644 gnome-clocks-3.13.2.tar.xz 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.13.2.tar.xz b/gnome-clocks-3.13.2.tar.xz new file mode 100644 index 0000000..ab0906e --- /dev/null +++ b/gnome-clocks-3.13.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1175ce879ecb3672053fe9b0648d19f0a201aa69a4b4b391011fb84b32b88b99 +size 861144 diff --git a/gnome-clocks.changes b/gnome-clocks.changes index 9080e9b..dcdbe31 100644 --- a/gnome-clocks.changes +++ b/gnome-clocks.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +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..f2a6cc1 100644 --- a/gnome-clocks.spec +++ b/gnome-clocks.spec @@ -18,13 +18,13 @@ Name: gnome-clocks -Version: 3.12.0 +Version: 3.13.2 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.13/%{name}-%{version}.tar.xz # For icont_theme_chache post and postun macros BuildRequires: hicolor-icon-theme BuildRequires: intltool >= 0.40 @@ -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