Fix mousewheel scrolling
This should resolve https://bugzilla.redhat.com/show_bug.cgi?id=1627823
This commit is contained in:
parent
4098673c38
commit
28d5c6b8e1
@ -2,7 +2,7 @@
|
||||
|
||||
Name: spice-gtk
|
||||
Version: 0.35
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A GTK+ widget for SPICE clients
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -10,6 +10,7 @@ License: LGPLv2+
|
||||
URL: https://www.spice-space.org/spice-gtk.html
|
||||
#VCS: git:git://anongit.freedesktop.org/spice/spice-gtk
|
||||
Source0: http://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2
|
||||
Patch1: 0001-display-Trigger-wheel-scrolling-after-one-click.patch
|
||||
|
||||
BuildRequires: git-core
|
||||
BuildRequires: intltool
|
||||
@ -176,6 +177,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_bindir}/spicy-stats
|
||||
|
||||
%changelog
|
||||
* Wed Sep 19 2018 Christophe Fergeau <cfergeau@redhat.com> - 0.35-3
|
||||
- Fix scrolling with mousewheel
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1627823
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user