Remove the scrolling patch

f38
Matthias Clasen 18 years ago
parent c4a83eeb74
commit ace2390934

@ -8,7 +8,7 @@
Summary: GnomeCanvas widget Summary: GnomeCanvas widget
Name: libgnomecanvas Name: libgnomecanvas
Version: 2.20.0 Version: 2.20.0
Release: 1%{?dist} Release: 2%{?dist}
URL: http://www.gnome.org/ URL: http://www.gnome.org/
Source0: http://download.gnome.org/sources/libgnomecanvas/2.20/%{name}-%{version}.tar.bz2 Source0: http://download.gnome.org/sources/libgnomecanvas/2.20/%{name}-%{version}.tar.bz2
License: LGPLv2+ License: LGPLv2+
@ -22,9 +22,6 @@ BuildRequires: gail-devel >= %{gail_version}
BuildRequires: libtool gettext BuildRequires: libtool gettext
BuildRequires: perl(XML::Parser) BuildRequires: perl(XML::Parser)
# http://mail.gnome.org/archives/desktop-devel-list/2007-August/msg00159.html
Patch0: libgnomecanvas-2.19.2-avoid-tearing.patch
%description %description
The canvas widget allows you to create custom displays using stock items The canvas widget allows you to create custom displays using stock items
such as circles, lines, text, and so on. It was originally a port of the such as circles, lines, text, and so on. It was originally a port of the
@ -50,7 +47,6 @@ Tk canvas widget but has evolved quite a bit over time.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .avoid-tearing
%build %build
export CFLAGS=$(echo $RPM_OPT_FLAGS |sed -e 's/O2/O1/g') export CFLAGS=$(echo $RPM_OPT_FLAGS |sed -e 's/O2/O1/g')
@ -91,6 +87,9 @@ rm -rf %{buildroot}
%{_datadir}/gtk-doc/html/libgnomecanvas %{_datadir}/gtk-doc/html/libgnomecanvas
%changelog %changelog
* Tue Oct 9 2007 Matthias Clasen <mclasen@redhat.com> 2.20.0-2
- Take out the scrolling patch, since it causes redraw problems (#289281)
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> 2.20.0-1 * Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> 2.20.0-1
- Update to 2.20.0 - Update to 2.20.0

Loading…
Cancel
Save