SHA256
1
0
forked from pool/gnome-clocks

Accepting request 252116 from GNOME:Factory

Push GNOME 3.14.0 (forwarded request 251881 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/252116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-clocks?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2014-09-30 17:38:58 +00:00 committed by Git OBS Bridge
commit a120c614a6
4 changed files with 70 additions and 6 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:3a52e7d40754b7ffa65e223cc2bf4dc9c096c2d53881e55dce65e646255bc52f
size 868916

View File

@ -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 Mon Mar 24 08:49:15 UTC 2014 - dimstar@opensuse.org

View File

@ -18,13 +18,13 @@
Name: gnome-clocks Name: gnome-clocks
Version: 3.12.0 Version: 3.14.0
Release: 0 Release: 0
Summary: Clock application designed for GNOME 3 Summary: Clock application designed for GNOME 3
License: GPL-2.0+ License: GPL-2.0+
Group: Productivity/Office/Other Group: Productivity/Office/Other
Url: https://live.gnome.org/Design/Apps/Clock 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 # For icont_theme_chache post and postun macros
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: intltool >= 0.40 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(gnome-desktop-3.0) >= 3.7.90
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.11 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 BuildRequires: pkgconfig(libcanberra) >= 0.30
Recommends: %{name}-lang Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -47,6 +47,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
A nice simple app to show the time, date, and alarms. 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 %lang_package
%prep %prep
%setup -q %setup -q
@ -54,6 +64,7 @@ translation-update-upstream
%build %build
%configure %configure
make %{?_smp_mflags}
%install %install
%make_install %make_install
@ -86,6 +97,12 @@ translation-update-upstream
%{_datadir}/icons/HighContrast/ %{_datadir}/icons/HighContrast/
%{_datadir}/applications/org.gnome.clocks.desktop %{_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 %files lang -f %{name}.lang
%changelog %changelog