From 47422e72f0ebc23171193fb97a70ab070953de55 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 14 Sep 2015 20:51:26 +0200 Subject: [PATCH] Update to 3.16.2 --- .gitignore | 1 + 0001-Fix-stopwatch-redraw.patch | 25 ------------------------- gnome-clocks.spec | 11 +++++------ sources | 2 +- 4 files changed, 7 insertions(+), 32 deletions(-) delete mode 100644 0001-Fix-stopwatch-redraw.patch diff --git a/.gitignore b/.gitignore index abfe4d8..914d6bc 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /gnome-clocks-3.15.92.tar.xz /gnome-clocks-3.16.0.tar.xz /gnome-clocks-3.16.1.tar.xz +/gnome-clocks-3.16.2.tar.xz diff --git a/0001-Fix-stopwatch-redraw.patch b/0001-Fix-stopwatch-redraw.patch deleted file mode 100644 index 45a9604..0000000 --- a/0001-Fix-stopwatch-redraw.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 413288c02accfcfbfb946bc8380972c239fceac0 Mon Sep 17 00:00:00 2001 -From: Yanko Kaneti -Date: Mon, 3 Aug 2015 16:03:06 +0300 -Subject: [PATCH] Fix stopwatch redraw - -https://bugzilla.redhat.com/show_bug.cgi?id=1249376 ---- - src/stopwatch.vala | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/stopwatch.vala b/src/stopwatch.vala -index 00cec8c..66bc86d 100644 ---- a/src/stopwatch.vala -+++ b/src/stopwatch.vala -@@ -26,6 +26,7 @@ public class Frame : AnalogFrame { - public void update (int s, double ms) { - seconds = s; - millisecs = ms; -+ queue_draw (); - } - - public void reset () { --- -2.5.0 - diff --git a/gnome-clocks.spec b/gnome-clocks.spec index 3312aa3..7eaf441 100644 --- a/gnome-clocks.spec +++ b/gnome-clocks.spec @@ -1,15 +1,12 @@ Name: gnome-clocks -Version: 3.16.1 -Release: 4%{?dist} +Version: 3.16.2 +Release: 1%{?dist} Summary: Clock application designed for GNOME 3 License: GPLv2+ URL: https://live.gnome.org/GnomeClocks Source0: http://download.gnome.org/sources/gnome-clocks/3.16/%{name}-%{version}.tar.xz -# https://bugzilla.gnome.org/show_bug.cgi?id=753179 -Patch1: 0001-Fix-stopwatch-redraw.patch - BuildRequires: gtk3-devel Buildrequires: gobject-introspection-devel BuildRequires: libcanberra-devel @@ -28,7 +25,6 @@ Clock application designed for GNOME 3 %prep %setup -q -%autopatch -p1 %build %configure @@ -83,6 +79,9 @@ fi %changelog +* Mon Sep 14 2015 Kalev Lember - 3.16.2-1 +- Update to 3.16.2 + * Mon Aug 3 2015 Yanko Kaneti - 3.16.1-4 - Fix stopwatch redraw. #1249376. diff --git a/sources b/sources index f26887a..6fa2d5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f1d7ce5774de60f3f8b6995ba69ca5e gnome-clocks-3.16.1.tar.xz +a6e32b33f87da80d5a08905846bc9bfa gnome-clocks-3.16.2.tar.xz