commit pstoedit for openSUSE:11.2
Hello community, here is the log from the commit of package pstoedit for openSUSE:11.2 checked in at Wed Mar 23 19:46:29 CET 2011. -------- --- old-versions/11.2/all/pstoedit/pstoedit.changes 2009-08-12 19:11:06.000000000 +0200 +++ /mounts/work_src_done/11.2/pstoedit/pstoedit.changes 2011-03-23 19:46:05.881224000 +0100 @@ -1,0 +2,5 @@ +Thu Jan 7 10:54:14 CET 2010 - sweet_f_a@gmx.de +- fix segfault at program termination + (see Novell/Suse Bugzilla #555599 ) + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.2/all/pstoedit Destination is old-versions/11.2/UPDATES/all/pstoedit calling whatdependson for 11.2-i586 New: ---- pstoedit-segfault_at_termination.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pstoedit.spec ++++++ --- /var/tmp/diff_new_pack.YyVZJF/_old 2011-03-23 19:46:19.000000000 +0100 +++ /var/tmp/diff_new_pack.YyVZJF/_new 2011-03-23 19:46:19.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package pstoedit (Version 3.50) +# spec file for package pstoedit # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,16 +24,17 @@ %endif # FIXME: Not yet in openSUSE: #BuildRequires: libming-devel -License: GPL v2 or later +License: GPLv2+ Group: Productivity/Publishing/PS Requires: ghostscript_any Summary: PostScript and PDF Converter Version: 3.50 -Release: 1 +Release: 2.<RELEASE5> Url: http://www.pstoedit.net/ # URL for Source: http://prdownloads.sourceforge.net/pstoedit/pstoedit-3.50.tar.gz?download Source: %{name}-%{version}.tar.bz2 Patch1: pstoedit-no_builddir_in_la_file.patch +Patch2: pstoedit-segfault_at_termination.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -105,7 +106,7 @@ Wolfgang Glunz <wglunz34@pstoedit.net> %package devel -License: GPL v2 or later +License: GPLv2+ Summary: PostScript and PDF converter (development files) Group: Productivity/Publishing/PS Requires: %{name} = %{version} @@ -124,6 +125,7 @@ %prep %setup -q %patch1 +%patch2 chmod -x examples/*.ps examples/Makefile* doc/*.* copying %build ++++++ pstoedit-segfault_at_termination.patch ++++++ --- src/dynload.cpp.orig 2009-06-21 17:10:24.000000000 +0200 +++ src/dynload.cpp 2010-01-07 16:55:17.000000000 +0100 @@ -135,7 +135,8 @@ void DynLoader::close() { if (handle) { #if defined(__linux) || defined(__linux__) || defined(__CYGWIN32__) || defined(__FreeBSD__) || defined(__hpux) || defined(__sparc) || defined(__OS2__) || defined(_AIX) || (defined (HAVE_DLFCN_H) && (HAVE_DLFCN_H==1 ) ) - dlclose(handle); + /* disabled because deinitializing plugins seem to cause segfaults at program termination */ + /* dlclose(handle); */ #elif defined(_WIN32) (void) WINFREELIB((HINSTANCE) handle); #else ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de