Update to 3.16.2

This commit is contained in:
Kalev Lember 2015-09-14 20:51:26 +02:00
parent 2a764d0eb1
commit 47422e72f0
4 changed files with 7 additions and 32 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1,25 +0,0 @@
From 413288c02accfcfbfb946bc8380972c239fceac0 Mon Sep 17 00:00:00 2001
From: Yanko Kaneti <yaneti@declera.com>
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

View File

@ -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 <klember@redhat.com> - 3.16.2-1
- Update to 3.16.2
* Mon Aug 3 2015 Yanko Kaneti <yaneti@declera.com> - 3.16.1-4
- Fix stopwatch redraw. #1249376.

View File

@ -1 +1 @@
5f1d7ce5774de60f3f8b6995ba69ca5e gnome-clocks-3.16.1.tar.xz
a6e32b33f87da80d5a08905846bc9bfa gnome-clocks-3.16.2.tar.xz