From 821f97eb14b4722d7936b7c933e31f783b537510 Mon Sep 17 00:00:00 2001 From: Yanko Kaneti Date: Aug 04 2015 14:42:14 +0000 Subject: Fix stopwatch redraw. #1249376 --- diff --git a/gnome-clocks.spec b/gnome-clocks.spec index de77fe3..3312aa3 100644 --- a/gnome-clocks.spec +++ b/gnome-clocks.spec @@ -1,12 +1,15 @@ Name: gnome-clocks Version: 3.16.1 -Release: 3%{?dist} +Release: 4%{?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 @@ -25,6 +28,7 @@ Clock application designed for GNOME 3 %prep %setup -q +%autopatch -p1 %build %configure @@ -79,6 +83,9 @@ fi %changelog +* Mon Aug 3 2015 Yanko Kaneti - 3.16.1-4 +- Fix stopwatch redraw. #1249376. + * Wed Jul 22 2015 Yanko Kaneti - 3.16.1-3 - Bump for gnome-desktop3 soname change