forked from pool/gnome-clocks
Accepting request 231706 from GNOME:Factory
Push GNOME:Factory - GNOME 3.12.1 OBS-URL: https://build.opensuse.org/request/show/231706 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-clocks?expand=0&rev=17
This commit is contained in:
commit
b1d588fea6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f6f3b7bb9929353d974aa444b10bb4d0f414176449cce2c626fabd2d4b55b43
|
||||
size 815896
|
3
gnome-clocks-3.12.0.tar.xz
Normal file
3
gnome-clocks-3.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fc0ce2b7b2540d6c2d791ff63ab1670f189a339c804fcf24c9010a478314604
|
||||
size 842860
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 08:49:15 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 22 17:14:24 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.11.92:
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 22:07:54 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.11.90:
|
||||
+ Use headerbar in dialogs.
|
||||
+ Detect when trying to add a duplicate alarm.
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 20:09:40 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.1:
|
||||
+ Port to the new GLib notification API.
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(libnotify) BuildRequires: no longer required.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 21:08:19 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-clocks
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,29 +18,28 @@
|
||||
|
||||
|
||||
Name: gnome-clocks
|
||||
Version: 3.10.1
|
||||
Version: 3.12.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.10/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-clocks/3.12/%{name}-%{version}.tar.xz
|
||||
# For icont_theme_chache post and postun macros
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.40
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.21.2
|
||||
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.36
|
||||
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(libcanberra) >= 0.30
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.7.0
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
@ -58,7 +57,7 @@ translation-update-upstream
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%suse_update_desktop_file %{name} Utility X-SuSE-TimeUtility
|
||||
%suse_update_desktop_file org.gnome.clocks Utility X-SuSE-TimeUtility
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%post
|
||||
@ -80,11 +79,12 @@ translation-update-upstream
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}/
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/gnome-clocks.appdata.xml
|
||||
%{_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/HighContrast/
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/applications/org.gnome.clocks.desktop
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user