Accepting request 376362 from GNOME:Factory
(forwarded request 376194 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/376362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-clocks?expand=0&rev=24
This commit is contained in:
commit
efce455f2f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca0818ec89e3539201da6b5388365e3d66df815198beccc90e2be44c7822baa0
|
||||
size 870864
|
3
gnome-clocks-3.20.0.tar.xz
Normal file
3
gnome-clocks-3.20.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7a6da2ba3778fcfd77a6734f960319035370b942a3358089b7e712055e1bb17
|
||||
size 900524
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 19:50:13 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.20.0:
|
||||
+ Save and restore window size correctly with new GTK.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 21 20:51:05 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.19.2:
|
||||
+ Adapt to GTK changes.
|
||||
+ Add HighContrast theme variant.
|
||||
+ Refactor internals to use GListModel.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 16:54:55 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.19.1:
|
||||
+ Adapt to GTK changes.
|
||||
+ Improve keyboard shortcuts and add overlay panel.
|
||||
- Replace pkgconfig(geoclue-2.0) for pkgconfig(libgeoclue-2.0)
|
||||
BuildRequires following upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 15:36:56 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-clocks
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
|
||||
Name: gnome-clocks
|
||||
Version: 3.18.0
|
||||
Version: 3.20.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.18/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-clocks/3.20/%{name}-%{version}.tar.xz
|
||||
# For icont_theme_chache post and postun macros
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.40
|
||||
@ -32,14 +32,14 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.23.3
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(geoclue-2.0) >= 1.99.3
|
||||
BuildRequires: pkgconfig(geocode-glib-1.0) >= 0.99.4
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.39
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.7.90
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gsound) >= 0.98
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.11
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= 3.13.91
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= 3.19.8
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.3.1
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
@ -48,7 +48,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
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
|
||||
Summary: GNOME Clocks -- Search Provider for GNOME Shell
|
||||
Group: Productivity/Office/Other
|
||||
Supplements: packageand(gnome-shell:%{name})
|
||||
Requires: %{name} = %{version}
|
||||
@ -91,7 +91,7 @@ make %{?_smp_mflags}
|
||||
%{_datadir}/appdata/org.gnome.clocks.appdata.xml
|
||||
%{_datadir}/dbus-1/services/org.gnome.clocks.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.clocks.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/gnome-clocks*
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.clocks*
|
||||
%{_datadir}/applications/org.gnome.clocks.desktop
|
||||
|
||||
%files -n gnome-shell-search-provider-gnome-clocks
|
||||
|
Loading…
Reference in New Issue
Block a user