rpms/abiword/FC-4 abiword-2.4.4-x86_64.patch, NONE, 1.1 abiword.spec, 1.23, 1.24

Marc Maurer (uwog) fedora-extras-commits at redhat.com
Mon May 8 11:15:20 UTC 2006


Author: uwog

Update of /cvs/extras/rpms/abiword/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20952

Modified Files:
	abiword.spec 
Added Files:
	abiword-2.4.4-x86_64.patch 
Log Message:
Fix crash on x86_64



abiword-2.4.4-x86_64.patch:

--- NEW FILE abiword-2.4.4-x86_64.patch ---
diff -r -u abiword-2.4.4.orig/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp abiword-2.4.4/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp
--- abiword-2.4.4.orig/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp	2005-09-27 00:23:02.000000000 +0200
+++ abiword-2.4.4/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp	2006-05-08 01:17:00.000000000 +0200
@@ -586,7 +586,7 @@
 									(!m_bSave ? GTK_FILE_CHOOSER_ACTION_OPEN : GTK_FILE_CHOOSER_ACTION_SAVE),
 									GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 									GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
-									NULL)
+									(gchar*)NULL)
 							);
 #endif	
 


Index: abiword.spec
===================================================================
RCS file: /cvs/extras/rpms/abiword/FC-4/abiword.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- abiword.spec	13 Apr 2006 11:57:11 -0000	1.23
+++ abiword.spec	8 May 2006 11:15:20 -0000	1.24
@@ -3,7 +3,7 @@
 Summary: The AbiWord word processor
 Name: abiword
 Version: 2.4.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 Group: Applications/Editors
 License: GPL
@@ -43,6 +43,7 @@
 Patch0: abiword-2.0.9-windowshelppaths.patch
 Patch1: abiword-2.4.4-desktop.patch
 Patch2: abiword-2.4.4-docbuild.patch
+Patch3: abiword-2.4.4-x86_64.patch
 
 %description
 AbiWord is a cross-platform Open Source word processor. The goal is to make
@@ -53,6 +54,7 @@
 %patch0 -p1 -b .windowshelppaths
 %patch1 -p1 -b .desktop
 %patch2 -p1 -b .docbuild
+%patch3 -p1 -b .x86_64
 
 %build
 cd abi
@@ -136,6 +138,9 @@
 %{_datadir}/icons/*png
 
 %changelog
+* Mon May 08 2006 Marc Maurer <uwog at abisource.com> - 1:2.4.4-3.fc4
+- Fix bug 190591 - crash on x86_64 machines when saving a document
+
 * Tue Apr 13 2006 Marc Maurer <uwog at abisource.com> - 1:2.4.4-2.fc4
 - Fix documentation generation
 




More information about the fedora-extras-commits mailing list