From 1a58fa294e0cf89bc8d4c18f2a9fee0538afaf8f79c9b8693ae5e9d9025a79a8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 23 Aug 2014 11:54:13 +0000 Subject: [PATCH 1/3] 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 From 16300df071956af53058b1b83efed5c2e4cccf930218d02c8bb812f2aa49d7c1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 11 Sep 2014 21:23:59 +0000 Subject: [PATCH 2/3] Accepting request 248680 from GNOME:Next Push GNOME 3.13.91 - Add to Staging:E OBS-URL: https://build.opensuse.org/request/show/248680 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-clocks?expand=0&rev=36 --- gnome-clocks-3.13.2.tar.xz | 3 --- gnome-clocks-3.13.91.tar.xz | 3 +++ gnome-clocks.changes | 8 ++++++++ gnome-clocks.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 gnome-clocks-3.13.2.tar.xz create mode 100644 gnome-clocks-3.13.91.tar.xz diff --git a/gnome-clocks-3.13.2.tar.xz b/gnome-clocks-3.13.2.tar.xz deleted file mode 100644 index ab0906e..0000000 --- a/gnome-clocks-3.13.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1175ce879ecb3672053fe9b0648d19f0a201aa69a4b4b391011fb84b32b88b99 -size 861144 diff --git a/gnome-clocks-3.13.91.tar.xz b/gnome-clocks-3.13.91.tar.xz new file mode 100644 index 0000000..4b215ad --- /dev/null +++ b/gnome-clocks-3.13.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9953ecd77270e1e6ab5618aa8488528e5e04990fee32610c83a208e8f6c37a89 +size 861724 diff --git a/gnome-clocks.changes b/gnome-clocks.changes index dcdbe31..bf9e80b 100644 --- a/gnome-clocks.changes +++ b/gnome-clocks.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/gnome-clocks.spec b/gnome-clocks.spec index f2a6cc1..7b391fb 100644 --- a/gnome-clocks.spec +++ b/gnome-clocks.spec @@ -18,7 +18,7 @@ Name: gnome-clocks -Version: 3.13.2 +Version: 3.13.91 Release: 0 Summary: Clock application designed for GNOME 3 License: GPL-2.0+ @@ -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 From 5a4af41c06df92da50ff6feba8c5be27ec32ff79584ca4e05f67946e80643fc9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 25 Sep 2014 07:52:21 +0000 Subject: [PATCH 3/3] Accepting request 251881 from GNOME:Next Push GNOME 3.14.0 OBS-URL: https://build.opensuse.org/request/show/251881 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-clocks?expand=0&rev=37 --- gnome-clocks-3.13.91.tar.xz | 3 --- gnome-clocks-3.14.0.tar.xz | 3 +++ gnome-clocks.changes | 15 ++++++++++++++- gnome-clocks.spec | 4 ++-- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 gnome-clocks-3.13.91.tar.xz create mode 100644 gnome-clocks-3.14.0.tar.xz diff --git a/gnome-clocks-3.13.91.tar.xz b/gnome-clocks-3.13.91.tar.xz deleted file mode 100644 index 4b215ad..0000000 --- a/gnome-clocks-3.13.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9953ecd77270e1e6ab5618aa8488528e5e04990fee32610c83a208e8f6c37a89 -size 861724 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 bf9e80b..8cf13c1 100644 --- a/gnome-clocks.changes +++ b/gnome-clocks.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 @@ -21,7 +34,7 @@ Tue Aug 19 09:13:41 UTC 2014 - dimstar@opensuse.org 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). + timezone (bnc#861982, bgo#701169). ------------------------------------------------------------------- Tue Jul 22 21:58:13 UTC 2014 - dimstar@opensuse.org diff --git a/gnome-clocks.spec b/gnome-clocks.spec index 7b391fb..85635a4 100644 --- a/gnome-clocks.spec +++ b/gnome-clocks.spec @@ -18,13 +18,13 @@ Name: gnome-clocks -Version: 3.13.91 +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.13/%{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