Accepting request 162004 from GNOME:Factory
Update to 3.8.0 OBS-URL: https://build.opensuse.org/request/show/162004 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-clocks?expand=0&rev=6
This commit is contained in:
commit
1e7dff165b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1dac0815abaceb50586043262ac841cd5303ecdc4014d1e537ba9a87a402fa6
|
||||
size 518336
|
3
gnome-clocks-3.8.0.tar.xz
Normal file
3
gnome-clocks-3.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35c78a9b1cab465b5c5ccd9c3591cfc3b27eaa0b9ad927bc52642ea3908d64e0
|
||||
size 789032
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 21:27:32 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.8.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 19:13:41 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.92:
|
||||
+ Rework some of the code to use latest libgd.
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 20:09:41 CET 2013 - sbrabec@suse.cz
|
||||
|
||||
- Added support for translation-update-upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 10:44:32 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.91:
|
||||
+ Actually update the world clocks.
|
||||
+ Show Stop/Snooze in the alarm notification.
|
||||
+ Many small ui fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 22:52:35 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.90:
|
||||
+ Switch to GNOME version number.
|
||||
+ Full rewrite in Vala.
|
||||
+ Various changes to the visual design (especially World and
|
||||
Alarm).
|
||||
+ Many bugfixes and improvements made possible by the rewrite.
|
||||
- Replace BuildRequires to follow the rewrite from python to vala:
|
||||
+ Old ones: python, pkgconfig(pycairo), pkgconfig(pygobject-3.0),
|
||||
gobject-introspection.
|
||||
+ New ones: vala, pkgconfig()-style: gio-2.0, gnome-desktop-3.0,
|
||||
gtk+-3.0, gweather-3.0, libcanberra, libnotify,
|
||||
gobject-introspection-1.0.
|
||||
- No longer mark the package as noarch, as it is now native code.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 22:11:55 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,25 +18,28 @@
|
||||
|
||||
|
||||
Name: gnome-clocks
|
||||
Version: 0.1.6
|
||||
Version: 3.8.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/0.1/%{name}-%{version}.tar.xz
|
||||
# Needed for automatic typelib() - Requires
|
||||
BuildRequires: gobject-introspection
|
||||
Source: http://download.gnome.org/sources/gnome-clocks/3.8/%{name}-%{version}.tar.xz
|
||||
# For icont_theme_chache post and postun macros
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.40
|
||||
BuildRequires: python >= 3.2
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(pycairo)
|
||||
BuildRequires: pkgconfig(pygobject-3.0) >= 3.4.2
|
||||
BuildRequires: vala >= 0.17.4
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.30.0
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.7.90
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.7.12
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= 3.7.90
|
||||
BuildRequires: pkgconfig(libcanberra) >= 0.30
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.7.0
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
@ -45,6 +48,7 @@ A nice simple app to show the time, date, and alarms.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -74,7 +78,6 @@ A nice simple app to show the time, date, and alarms.
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.clocks.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/gnome-clocks.*
|
||||
%{_datadir}/icons/HighContrast/
|
||||
%{python3_sitelib}/gnomeclocks/
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user