Accepting request 196226 from GNOME:Factory

Push GNOME 3.9.90

OBS-URL: https://build.opensuse.org/request/show/196226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-clocks?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2013-08-30 14:23:06 +00:00 committed by Git OBS Bridge
commit 865f66b43e
5 changed files with 40 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 19 21:13:21 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.90:
+ Add analogic progress to stopwatch and timer.
+ Rework stopwatch layout using a list box.
+ Blink when the timer is paused.
+ Fix many problems with right-to-left languages.
+ Misc bugfixes.
+ Updated translations.
- Add gnome-clocks.gresource.xml: the file was missing from the
tarball.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 3 11:07:03 UTC 2013 - zaitor@opensuse.org Sat Aug 3 11:07:03 UTC 2013 - zaitor@opensuse.org

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/clocks">
<file>css/gnome-clocks.css</file>
<file preprocess="xml-stripblanks">ui/menu.ui</file>
<file preprocess="xml-stripblanks">ui/window.ui</file>
<file preprocess="xml-stripblanks">ui/worldlocationdialog.ui</file>
<file preprocess="xml-stripblanks">ui/world.ui</file>
<file preprocess="xml-stripblanks">ui/alarm.ui</file>
<file preprocess="xml-stripblanks">ui/alarmsetupdialog.ui</file>
<file preprocess="xml-stripblanks">ui/stopwatch.ui</file>
<file preprocess="xml-stripblanks">ui/stopwatchlapsrow.ui</file>
<file preprocess="xml-stripblanks">ui/timer.ui</file>
</gresource>
</gresources>

View File

@ -18,13 +18,15 @@
Name: gnome-clocks Name: gnome-clocks
Version: 3.9.3 Version: 3.9.90
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.9/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/gnome-clocks/3.9/%{name}-%{version}.tar.xz
# Add missing gnome-clocks.gresource.xml. Next tarball should have it.
Source1: gnome-clocks.gresource.xml
# 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
@ -34,7 +36,7 @@ BuildRequires: vala >= 0.17.4
BuildRequires: pkgconfig(gio-2.0) >= 2.30.0 BuildRequires: pkgconfig(gio-2.0) >= 2.30.0
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.7 BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.11
BuildRequires: pkgconfig(gweather-3.0) >= 3.9.3 BuildRequires: pkgconfig(gweather-3.0) >= 3.9.3
BuildRequires: pkgconfig(libcanberra) >= 0.30 BuildRequires: pkgconfig(libcanberra) >= 0.30
BuildRequires: pkgconfig(libnotify) >= 0.7.0 BuildRequires: pkgconfig(libnotify) >= 0.7.0
@ -48,6 +50,11 @@ A nice simple app to show the time, date, and alarms.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
# gnome-clocks 3.9.90 is missing data/gnome-clocks.gresource.xml in the tarball. Fail if it's
# now present of add the one which is added as source.
test ! -f data/gnome-clocks.gresource.xml
cp %{S:1} data/gnome-clocks.gresource.xml
# End fixup
translation-update-upstream translation-update-upstream
%build %build