SHA256
1
0
forked from pool/gnome-clocks

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
This commit is contained in:
Dominique Leuenberger 2014-08-23 11:54:13 +00:00 committed by Git OBS Bridge
parent 1145939b8e
commit 1a58fa294e
4 changed files with 48 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fc0ce2b7b2540d6c2d791ff63ab1670f189a339c804fcf24c9010a478314604
size 842860

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1175ce879ecb3672053fe9b0648d19f0a201aa69a4b4b391011fb84b32b88b99
size 861144

View File

@ -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

View File

@ -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