Fix stopwatch redraw. #1249376

This commit is contained in:
Yanko Kaneti 2015-08-04 17:42:14 +03:00
parent 82859db477
commit 821f97eb14

View File

@ -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 <yaneti@declera.com> - 3.16.1-4
- Fix stopwatch redraw. #1249376.
* Wed Jul 22 2015 Yanko Kaneti <yaneti@declera.com> - 3.16.1-3
- Bump for gnome-desktop3 soname change