diff --git a/gnome-clocks-3.9.3.tar.xz b/gnome-clocks-3.9.3.tar.xz deleted file mode 100644 index 61a7000..0000000 --- a/gnome-clocks-3.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81c74b795dcac94149cc4ea605e4e356b41c0f6d933ee97d7b639c98a09197ec -size 771352 diff --git a/gnome-clocks-3.9.90.tar.xz b/gnome-clocks-3.9.90.tar.xz new file mode 100644 index 0000000..d531759 --- /dev/null +++ b/gnome-clocks-3.9.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09119e14980101a56eb48e064a1169753d24188d8f297470bd1d18b2a0f09b93 +size 779808 diff --git a/gnome-clocks.changes b/gnome-clocks.changes index f4ed6a0..c3fc074 100644 --- a/gnome-clocks.changes +++ b/gnome-clocks.changes @@ -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 diff --git a/gnome-clocks.gresource.xml b/gnome-clocks.gresource.xml new file mode 100644 index 0000000..3937d32 --- /dev/null +++ b/gnome-clocks.gresource.xml @@ -0,0 +1,15 @@ + + + + css/gnome-clocks.css + ui/menu.ui + ui/window.ui + ui/worldlocationdialog.ui + ui/world.ui + ui/alarm.ui + ui/alarmsetupdialog.ui + ui/stopwatch.ui + ui/stopwatchlapsrow.ui + ui/timer.ui + + diff --git a/gnome-clocks.spec b/gnome-clocks.spec index 8b2e469..2eaaa4a 100644 --- a/gnome-clocks.spec +++ b/gnome-clocks.spec @@ -18,13 +18,15 @@ Name: gnome-clocks -Version: 3.9.3 +Version: 3.9.90 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.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 BuildRequires: hicolor-icon-theme BuildRequires: intltool >= 0.40 @@ -34,7 +36,7 @@ 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.9.7 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.11 BuildRequires: pkgconfig(gweather-3.0) >= 3.9.3 BuildRequires: pkgconfig(libcanberra) >= 0.30 BuildRequires: pkgconfig(libnotify) >= 0.7.0 @@ -48,6 +50,11 @@ A nice simple app to show the time, date, and alarms. %lang_package %prep %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 %build