rpms/abiword/FC-3 abiword-2.4.4-x86_64.patch, NONE, 1.1 abiword.spec, 1.34, 1.35

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


Author: uwog

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

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



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-3/abiword.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- abiword.spec	11 Apr 2006 10:31:23 -0000	1.34
+++ abiword.spec	8 May 2006 15:09:21 -0000	1.35
@@ -3,7 +3,7 @@
 Summary: The AbiWord word processor
 Name: abiword
 Version: 2.4.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 Group: Applications/Editors
 License: GPL
@@ -42,6 +42,7 @@
 Patch0: abiword-2.0.9-windowshelppaths.patch
 Patch1: abiword-2.4.4-desktop.patch
 Patch2: abiword-2.4.2-gsf.patch
+Patch3: abiword-2.4.4-x86_64.patch
 
 %description
 AbiWord is a cross-platform Open Source word processor. The goal is to make
@@ -52,6 +53,7 @@
 %patch0 -p1 -b .windowshelppaths
 %patch1 -p1 -b .desktop
 %patch2 -p1 -b .gsf
+%patch3 -p1 -b .x86_64
 
 %build
 cd abi
@@ -135,6 +137,9 @@
 %{_datadir}/icons/*png
 
 %changelog
+* Mon May 08 2006 Marc Maurer <uwog at abisource.com> - 1:2.4.4-2.fc3
+- Fix bug 190591 - crash on x86_64 machines when saving a document
+
 * Tue Apr 11 2006 Marc Maurer <uwog at abisource.com> - 1:2.4.4-1.fc3
 - New upstream version
 - Remove the macro patch and update the desktop patch




More information about the fedora-extras-commits mailing list