commit xalan-c for openSUSE:Factory
Hello community, here is the log from the commit of package xalan-c for openSUSE:Factory checked in at Tue May 3 09:37:57 CEST 2011. -------- --- xalan-c/xalan-c.changes 2009-11-15 14:37:09.000000000 +0100 +++ /mounts/work_src_done/STABLE/xalan-c/xalan-c.changes 2011-05-02 17:01:36.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 2 14:55:20 UTC 2011 - idoenmez@novell.com + +- Add xalan-c-1.10.0-gcc46.patch to fix compilation with gcc 4.6 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- xalan-c-1.10.0-gcc46.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xalan-c.spec ++++++ --- /var/tmp/diff_new_pack.EQ6ldI/_old 2011-05-03 09:36:48.000000000 +0200 +++ /var/tmp/diff_new_pack.EQ6ldI/_new 2011-05-03 09:36:48.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package xalan-c (Version 1.10.0) +# spec file for package xalan-c # -# 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,7 +24,7 @@ Group: Productivity/Publishing/XML AutoReqProv: on Version: 1.10.0 -Release: 4 +Release: 14 %define tarver 1_10_0 Summary: An XSLT Transformation Engine in C++ Url: http://xml.apache.org/xalan-c/ @@ -35,6 +35,8 @@ Patch3: %{name}-%{version}-optflags.patch Patch4: %{name}-%{version}-gcc4.patch Patch5: %{name}-%{version}-fix_build.patch +# PATCH-FIX-UPSTREAM xalan-c-1.10.0-gcc46.patch idoenmez@suse.de -- Fix compilation with gcc 4.6, upstream bug XALANC-703 +Patch6: xalan-c-1.10.0-gcc46.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: Xalan-C = 1.10.0 Obsoletes: Xalan-C <= 1.10.0 @@ -106,6 +108,7 @@ %patch3 %patch4 %patch5 +%patch6 %build # This package failed when testing with -Wl,-as-needed being default. ++++++ xalan-c-1.10.0-gcc46.patch ++++++ Index: c/src/xalanc/PlatformSupport/XSLException.hpp =================================================================== --- c/src/xalanc/PlatformSupport/XSLException.hpp (revision 979236) +++ c/src/xalanc/PlatformSupport/XSLException.hpp (working copy) @@ -196,7 +196,7 @@ protected: - mutable MemoryManager& m_memoryManager; + MemoryManager& m_memoryManager; private: Index: c/src/xalanc/PlatformSupport/ExecutionContext.hpp =================================================================== --- c/src/xalanc/PlatformSupport/ExecutionContext.hpp (revision 979236) +++ c/src/xalanc/PlatformSupport/ExecutionContext.hpp (working copy) @@ -110,7 +110,7 @@ protected: - mutable MemoryManager& m_memoryManager; + MemoryManager& m_memoryManager; bool m_hasPreserveOrStripConditions; }; Index: c/src/xalanc/XPath/XObjectFactory.hpp =================================================================== --- c/src/xalanc/XPath/XObjectFactory.hpp (revision 979236) +++ c/src/xalanc/XPath/XObjectFactory.hpp (working copy) @@ -322,7 +322,7 @@ bool operator==(const XObjectFactory&) const; - mutable MemoryManager& m_memoryManager; + MemoryManager& m_memoryManager; }; Index: c/src/xalanc/XPath/XPathConstructionContext.hpp =================================================================== --- c/src/xalanc/XPath/XPathConstructionContext.hpp (revision 979236) +++ c/src/xalanc/XPath/XPathConstructionContext.hpp (working copy) @@ -200,7 +200,7 @@ private: - mutable MemoryManager& m_memoryManager; + MemoryManager& m_memoryManager; }; Index: c/src/xalanc/XPath/XPathEnvSupportDefault.hpp =================================================================== --- c/src/xalanc/XPath/XPathEnvSupportDefault.hpp (revision 979236) +++ c/src/xalanc/XPath/XPathEnvSupportDefault.hpp (working copy) @@ -277,7 +277,7 @@ NamespaceFunctionTablesType m_externalFunctions; - mutable MemoryManager& m_memoryManager; + MemoryManager& m_memoryManager; PrintWriter* m_pw; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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