Add patch to fix redraw issues of ruler
This commit is contained in:
parent
491567af14
commit
cf8678f1fe
@ -6,7 +6,7 @@
|
||||
Summary: Word processing program
|
||||
Name: abiword
|
||||
Version: %{majorversion}.%{minorversion}.%{microversion}
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Epoch: 1
|
||||
Group: Applications/Editors
|
||||
License: GPLv2+
|
||||
@ -21,6 +21,7 @@ Patch0: abiword-2.6.0-windowshelppaths.patch
|
||||
Patch1: abiword-2.8.3-desktop.patch
|
||||
Patch2: abiword-2.6.0-boolean.patch
|
||||
Patch3: abiword-3.0.0-fixintrospection.patch
|
||||
Patch4: abiword-3.0.0-fix-redraw.patch
|
||||
|
||||
BuildRequires: aiksaurus-devel
|
||||
BuildRequires: aiksaurus-gtk-devel
|
||||
@ -103,6 +104,7 @@ Python bindings for developing with libabiword
|
||||
%patch1 -p1 -b .desktop
|
||||
%patch2 -p1 -b .boolean
|
||||
%patch3 -p1 -b .introspection
|
||||
%patch4 -p1 -b .redraw
|
||||
|
||||
# setup abiword documentation
|
||||
%setup -q -T -b 1 -n abiword-docs-%{version}
|
||||
@ -187,6 +189,9 @@ fi
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 22 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.0-5
|
||||
- Add patch to fix redraw issues of ruler
|
||||
|
||||
* Mon Nov 4 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.0-4
|
||||
- Add patch to fix libabiword_init annotation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user