rpms/abiword/FC-5 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 01:01:29 UTC 2006


Author: uwog

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

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-5/abiword.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- abiword.spec	12 Apr 2006 23:23:38 -0000	1.34
+++ abiword.spec	8 May 2006 01:01:29 -0000	1.35
@@ -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
@@ -44,6 +44,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
@@ -54,6 +55,7 @@
 %patch0 -p1 -b .windowshelppaths
 %patch1 -p1 -b .desktop
 %patch2 -p1 -b .docbuild
+%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-3.fc5
+- Fix bug 190591 - crash on x86_64 machines when saving a document
+
 * Wed Apr 12 2006 Marc Maurer <uwog at abisource.com> - 1:2.4.4-2.fc5
 - Fix documentation generation
 - Fix charting support




More information about the fedora-extras-commits mailing list