Mailinglist Archive: opensuse-commit (1500 mails)

< Previous Next >
commit abiword
  • From: root@xxxxxxx (h_root)
  • Date: Wed, 1 Nov 2006 18:29:13 +0100 (CET)
  • Message-id: <20061101172913.2E19784837@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package abiword
checked in at Wed Nov 1 18:29:13 CET 2006.

--------
--- GNOME/abiword/abiword.changes 2006-09-30 08:00:52.000000000 +0200
+++ /mounts/work_src_done/STABLE/abiword/abiword.changes 2006-10-31 22:07:05.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Oct 31 22:05:38 CET 2006 - jhargadon@xxxxxxx
+
+- added a patch to remove call to FcFini from the XAP_UnixApp
+ destructor to resolve crashes that occur during shutdown of the
+ application.
+
+-------------------------------------------------------------------

New:
----
abiword-shutdown-crash.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ abiword.spec ++++++
--- /var/tmp/diff_new_pack.Sv9Mzg/_old 2006-11-01 18:28:57.000000000 +0100
+++ /var/tmp/diff_new_pack.Sv9Mzg/_new 2006-11-01 18:28:57.000000000 +0100
@@ -16,7 +16,7 @@
BuildRequires: valgrind
%endif
%define prefix /opt/gnome
-License: GPL, MPL
+License: GNU General Public License (GPL) - all versions, MOZILLA PUBLIC LICENSE (MPL/NPL)
Group: Productivity/Office/Other
Requires: ghostscript-fonts-std, ghostscript-fonts-other, gnome-icon-theme
Autoreqprov: on
@@ -24,7 +24,7 @@
Obsoletes: abiword2
Summary: A Multiplatform Word Processor
Version: 2.4.5
-Release: 5
+Release: 19
URL: http://www.abisource.com/
Source: %{name}-%{version}.tar.bz2
Patch2: abiword-uninited-vars.patch
@@ -33,6 +33,7 @@
Patch5: abiword-poppler.patch
Patch6: abiword-missing-sentinel.patch
Patch7: abiword-compiler-warning.patch
+Patch8: abiword-shutdown-crash.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -60,6 +61,7 @@
%patch5
%patch6
%patch7
+%patch8
find . -name ".cvsignore" -exec rm -f {} \;
%{?suse_update_config:%{suse_update_config -f $DIR}}
sed "s:config_flags=':& --with-libwmf=/usr/%_lib:" <abi/configure >abi/configure~
@@ -124,6 +126,10 @@
/usr/share/pixmaps/*.png

%changelog -n abiword
+* Tue Oct 31 2006 - jhargadon@xxxxxxx
+- added a patch to remove call to FcFini from the XAP_UnixApp
+ destructor to resolve crashes that occur during shutdown of the
+ application.
* Sat Sep 30 2006 - aj@xxxxxxx
- Cleanup BuildRequires.
* Fri Sep 01 2006 - jhargadon@xxxxxxx

++++++ abiword-shutdown-crash.patch ++++++
--- abi/src/af/xap/unix/xap_UnixApp.cpp
+++ abi/src/af/xap/unix/xap_UnixApp.cpp
@@ -134,10 +134,6 @@
DELETEP(m_pUnixToolbarIcons);

delete m_fontManager;
-
-#if FC_MINOR > 2
- FcFini();
-#endif
}

bool XAP_UnixApp::initialize(const char * szKeyBindingsKey, const char * szKeyBindingsDefaultValue)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread