fix a sylpheed crash
This commit is contained in:
parent
3645684405
commit
65c1e3ad17
@ -16,7 +16,7 @@
|
||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||
Name: gtk2
|
||||
Version: %{base_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: gtk+-%{version}.tar.bz2
|
||||
@ -35,6 +35,7 @@ Patch3: gtk+-2.10.3-fam.patch
|
||||
Patch7: gtk+-2.10.2-cursor-blink.patch
|
||||
Patch8: gtk+-2.10.2-im-reset.patch
|
||||
|
||||
Patch9: gtk+-2.10.3-sylpheed-crash.patch
|
||||
|
||||
BuildPrereq: atk-devel >= %{atk_version}
|
||||
BuildPrereq: pango-devel >= %{pango_version}
|
||||
@ -121,6 +122,7 @@ tar xzf %{SOURCE1}
|
||||
|
||||
%patch7 -p0 -b .cursor-blink
|
||||
%patch8 -p1 -b .im-reset
|
||||
%patch9 -p1 -b .sylpheed-crash
|
||||
|
||||
for i in config.guess config.sub ; do
|
||||
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
||||
@ -294,6 +296,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc tmpdocs/examples
|
||||
|
||||
%changelog
|
||||
* Fri Sep 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-3.fc6
|
||||
- Fix a Sylpheed crash (#192101)
|
||||
|
||||
* Mon Sep 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.3-2.fc6
|
||||
- Use fam for recent files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user