Hello community,

here is the log from the commit of package xalan-c for openSUSE:Factory checked 
in at 2015-03-12 16:38:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xalan-c (Old)
 and      /work/SRC/openSUSE:Factory/.xalan-c.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xalan-c"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c.changes  2011-12-25 
17:42:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c.changes     2015-03-12 
16:38:46.000000000 +0100
@@ -1,0 +2,14 @@
+Tue Mar 10 17:48:04 UTC 2015 - matwey.korni...@gmail.com
+
+- Update to 1.11
+- Drop xalan-c-1.10.0-gcc46.patch: upstreamed
+- Frop xalan-c-svn-20090415.patch: upstreamed
+- Refresh and rename the following patches
+    * xalan-c-1.10.0-lib64.patch -> xalan-c-1.11-lib64.patch
+    * xalan-c-1.10.0-fix_build.patch -> xalan-c-1.11-fix_build.patch
+    * xalan-c-1.10.0-optflags.patch -> xalan-c-1.11-optflags.patch
+    * xalan-c-1.10.0-fixes.patch -> xalan-c-1.11-fixes.patch
+    * xalan-c-1.10.0-gcc4.patch -> xalan-c-1.11-gcc4.patch
+
+
+-------------------------------------------------------------------

Old:
----
  Xalan-C_1_10_0-src.tar.bz2
  xalan-c-1.10.0-fix_build.patch
  xalan-c-1.10.0-fixes.patch
  xalan-c-1.10.0-gcc4.patch
  xalan-c-1.10.0-gcc46.patch
  xalan-c-1.10.0-lib64.patch
  xalan-c-1.10.0-optflags.patch
  xalan-c-svn-20090415.patch

New:
----
  xalan-c-1.11-fix_build.patch
  xalan-c-1.11-fixes.patch
  xalan-c-1.11-gcc4.patch
  xalan-c-1.11-lib64.patch
  xalan-c-1.11-optflags.patch
  xalan_c-1.11-src.tar.gz

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

Other differences:
------------------
++++++ xalan-c.spec ++++++
--- /var/tmp/diff_new_pack.J1QKZr/_old  2015-03-12 16:38:48.000000000 +0100
+++ /var/tmp/diff_new_pack.J1QKZr/_new  2015-03-12 16:38:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xalan-c
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,30 +16,26 @@
 #
 
 
-
 Name:           xalan-c
 BuildRequires:  Xerces-c-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
-Version:        1.10.0
+Version:        1.11
 Release:        0
-%define tarver  1_10_0
+%define tarver  %{version}
 Summary:        An XSLT Transformation Engine in C++
 License:        Apache-2.0
 Group:          Productivity/Publishing/XML
-URL:            http://xml.apache.org/xalan-c/
-Source:         Xalan-C_%{tarver}-src.tar.bz2
-Patch:          xalan-c-svn-20090415.patch
+Url:            http://xml.apache.org/xalan-c/
+Source:         
http://www.eu.apache.org/dist/xalan/xalan-c/sources/xalan_c-%{tarver}-src.tar.gz
 Patch1:         %{name}-%{version}-lib64.patch
 Patch2:         %{name}-%{version}-fixes.patch
 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 idoen...@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
+Provides:       Xalan-C = 1.11
+Obsoletes:      Xalan-C <= 1.11
 
 %description
 Xalan is an XSL processor for transforming XML documents into HTML,
@@ -48,14 +44,14 @@
 Recommendations for XSL Transformations (XSLT) and the XML Path
 Language (XPath).
 
-%package -n libxalan-c110
+%package -n libxalan-c111
 # Requires:       Xalan-c = %{version}
 Summary:        An XSLT Transformation Engine in C++
 Group:          System/Libraries
-Provides:       libXalan-c110 = 1.10.0
-Obsoletes:      libXalan-c110 <= 1.10.0
+Provides:       libXalan-c111 = 1.11
+Obsoletes:      libXalan-c111 <= 1.11
 
-%description -n libxalan-c110
+%description -n libxalan-c111
 Xalan is an XSL processor for transforming XML documents into HTML,
 text, or other XML document types. Xalan-C++ represents an almost
 complete and robust C++ reference implementation of the W3C
@@ -63,11 +59,11 @@
 Language (XPath).
 
 %package -n libxalan-c-devel
-Requires:       libxalan-c110 = %{version}
+Requires:       libxalan-c111 = %{version}
 Provides:       Xalan-c-devel = 1.9
 Obsoletes:      Xalan-c-devel <= 1.9
-Provides:       libXalan-c-devel = 1.10.0
-Obsoletes:      libXalan-c-devel <= 1.10.0
+Provides:       libXalan-c-devel = 1.11
+Obsoletes:      libXalan-c-devel <= 1.11
 Summary:        An XSLT Transformation Engine in C++ - Development Files
 Group:          Development/Libraries/C and C++
 
@@ -81,14 +77,12 @@
 This package contains files needed for development with Xalanc
 
 %prep
-%setup -q -n xml-xalan
-%patch -p1
+%setup -q -n xalan-c-%{version}
 %patch1
 %patch2
 %patch3
 %patch4
 %patch5
-%patch6
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
@@ -97,7 +91,7 @@
 DIRS=$(find -type d)
 [ -f configure.in ] && autoreconf -f -i  # libtoolize --copy --force
 export XERCESCROOT=%{_prefix}
-export XALANCROOT=$RPM_BUILD_DIR/xml-xalan/c
+export XALANCROOT=$RPM_BUILD_DIR/xalan-c-%{version}/c
 export ICUROOT=%{_prefix}
 export RPM_OPT_FLAGS
 cd c
@@ -116,7 +110,7 @@
 
 %install
 export XERCESCROOT=%{_prefix}
-export XALANCROOT=$RPM_BUILD_DIR/xml-xalan/c
+export XALANCROOT=$RPM_BUILD_DIR/xalan-c-%{version}/c
 export ICUROOT=%{_prefix}
 pushd c
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
@@ -132,16 +126,16 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/libicu*
 popd
 
-%post   -n libxalan-c110 -p /sbin/ldconfig
+%post   -n libxalan-c111 -p /sbin/ldconfig
 
-%postun -n libxalan-c110 -p /sbin/ldconfig
+%postun -n libxalan-c111 -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
 %doc c/LICENSE
 %{_bindir}/*
 
-%files -n libxalan-c110
+%files -n libxalan-c111
 %defattr(-, root, root)
 %{_libdir}/*.so.*
 

++++++ xalan-c-1.10.0-fix_build.patch -> xalan-c-1.11-fix_build.patch ++++++
--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c-1.10.0-fix_build.patch   
2011-09-23 12:50:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c-1.11-fix_build.patch        
2015-03-12 16:38:46.000000000 +0100
@@ -1,4 +1,6 @@
---- c/Tests/Threads/ThreadTest.cpp
+Index: c/Tests/Threads/ThreadTest.cpp
+===================================================================
+--- c/Tests/Threads/ThreadTest.cpp.orig
 +++ c/Tests/Threads/ThreadTest.cpp
 @@ -29,6 +29,7 @@
  #include <climits>
@@ -8,7 +10,9 @@
  
  
  
---- c/samples/StreamTransform/StreamTransform.cpp
+Index: c/samples/StreamTransform/StreamTransform.cpp
+===================================================================
+--- c/samples/StreamTransform/StreamTransform.cpp.orig
 +++ c/samples/StreamTransform/StreamTransform.cpp
 @@ -17,6 +17,7 @@
   */
@@ -18,7 +22,9 @@
  
  
  
---- c/samples/TraceListen/TraceListen.cpp
+Index: c/samples/TraceListen/TraceListen.cpp
+===================================================================
+--- c/samples/TraceListen/TraceListen.cpp.orig
 +++ c/samples/TraceListen/TraceListen.cpp
 @@ -17,6 +17,7 @@
   */
@@ -28,7 +34,9 @@
  
  
  
---- c/samples/XPathWrapper/XPathWrapper.cpp
+Index: c/samples/XPathWrapper/XPathWrapper.cpp
+===================================================================
+--- c/samples/XPathWrapper/XPathWrapper.cpp.orig
 +++ c/samples/XPathWrapper/XPathWrapper.cpp
 @@ -21,6 +21,7 @@
  
@@ -38,7 +46,9 @@
  
  
  #if defined(XALAN_CLASSIC_IOSTREAMS)
---- c/src/xalanc/Harness/XalanFileUtility.cpp
+Index: c/src/xalanc/Harness/XalanFileUtility.cpp
+===================================================================
+--- c/src/xalanc/Harness/XalanFileUtility.cpp.orig
 +++ c/src/xalanc/Harness/XalanFileUtility.cpp
 @@ -21,6 +21,7 @@
  
@@ -48,7 +58,9 @@
  #include <cstdio>
  #include <ctime>
  #include <climits>
---- c/src/xalanc/Harness/XalanXMLFileReporter.cpp
+Index: c/src/xalanc/Harness/XalanXMLFileReporter.cpp
+===================================================================
+--- c/src/xalanc/Harness/XalanXMLFileReporter.cpp.orig
 +++ c/src/xalanc/Harness/XalanXMLFileReporter.cpp
 @@ -21,6 +21,7 @@
  
@@ -58,7 +70,9 @@
  #include <ctime>
  
  
---- c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp
+Index: c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp
+===================================================================
+--- c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp.orig
 +++ c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp
 @@ -34,6 +34,7 @@
  #include <sys/stat.h>
@@ -68,7 +82,9 @@
  
  
  
---- c/src/xalanc/Utils/MsgCreator/ICUResHandler.cpp
+Index: c/src/xalanc/Utils/MsgCreator/ICUResHandler.cpp
+===================================================================
+--- c/src/xalanc/Utils/MsgCreator/ICUResHandler.cpp.orig
 +++ c/src/xalanc/Utils/MsgCreator/ICUResHandler.cpp
 @@ -26,6 +26,7 @@
  #include <xercesc/util/XMLUniDefs.hpp>
@@ -78,7 +94,9 @@
  #include <cassert>
  
  
---- c/src/xalanc/Utils/MsgCreator/InMemHandler.cpp
+Index: c/src/xalanc/Utils/MsgCreator/InMemHandler.cpp
+===================================================================
+--- c/src/xalanc/Utils/MsgCreator/InMemHandler.cpp.orig
 +++ c/src/xalanc/Utils/MsgCreator/InMemHandler.cpp
 @@ -21,6 +21,7 @@
  // ---------------------------------------------------------------------------
@@ -88,7 +106,9 @@
  #include <cassert>
  #include <xercesc/util/XMLUniDefs.hpp>
  #include <xercesc/sax2/Attributes.hpp>
---- c/src/xalanc/Utils/MsgCreator/NLSHandler.cpp
+Index: c/src/xalanc/Utils/MsgCreator/NLSHandler.cpp
+===================================================================
+--- c/src/xalanc/Utils/MsgCreator/NLSHandler.cpp.orig
 +++ c/src/xalanc/Utils/MsgCreator/NLSHandler.cpp
 @@ -23,6 +23,7 @@
  #include "NLSHandler.hpp"
@@ -98,7 +118,9 @@
  
  
  
---- c/src/xalanc/XMLSupport/FormatterToHTML.cpp
+Index: c/src/xalanc/XMLSupport/FormatterToHTML.cpp
+===================================================================
+--- c/src/xalanc/XMLSupport/FormatterToHTML.cpp.orig
 +++ c/src/xalanc/XMLSupport/FormatterToHTML.cpp
 @@ -46,6 +46,7 @@
  
@@ -108,7 +130,9 @@
  
  
  XALAN_CPP_NAMESPACE_BEGIN
---- c/src/xalanc/XSLT/ElemNumber.cpp
+Index: c/src/xalanc/XSLT/ElemNumber.cpp
+===================================================================
+--- c/src/xalanc/XSLT/ElemNumber.cpp.orig
 +++ c/src/xalanc/XSLT/ElemNumber.cpp
 @@ -61,7 +61,7 @@
  #include "StylesheetConstructionContext.hpp"
@@ -119,7 +143,9 @@
  
  XALAN_CPP_NAMESPACE_BEGIN
  
---- c/src/xalanc/XalanDOM/XalanDOMString.cpp
+Index: c/src/xalanc/XalanDOM/XalanDOMString.cpp
+===================================================================
+--- c/src/xalanc/XalanDOM/XalanDOMString.cpp.orig
 +++ c/src/xalanc/XalanDOM/XalanDOMString.cpp
 @@ -28,6 +28,7 @@
  

++++++ xalan-c-1.10.0-fixes.patch -> xalan-c-1.11-fixes.patch ++++++
--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c-1.10.0-fixes.patch       
2011-09-23 12:50:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c-1.11-fixes.patch    
2015-03-12 16:38:46.000000000 +0100
@@ -1,6 +1,8 @@
---- c/Makefile.incl.in
+Index: c/Makefile.incl.in
+===================================================================
+--- c/Makefile.incl.in.orig
 +++ c/Makefile.incl.in
-@@ -57,7 +57,7 @@
+@@ -58,7 +58,7 @@ SAMPLES_DIR = $(XALANCROOT)/samples
  TESTS_DIR = $(XALANCROOT)/Tests
  
  # ICU 

++++++ xalan-c-1.10.0-gcc4.patch -> xalan-c-1.11-gcc4.patch ++++++
--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c-1.10.0-gcc4.patch        
2011-09-23 12:50:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c-1.11-gcc4.patch     
2015-03-12 16:38:46.000000000 +0100
@@ -1,6 +1,8 @@
---- c/src/xalanc/ICUBridge/ICUFormatNumberFunctor.hpp
+Index: c/src/xalanc/ICUBridge/ICUFormatNumberFunctor.hpp
+===================================================================
+--- c/src/xalanc/ICUBridge/ICUFormatNumberFunctor.hpp.orig
 +++ c/src/xalanc/ICUBridge/ICUFormatNumberFunctor.hpp
-@@ -145,10 +145,10 @@
+@@ -145,10 +145,10 @@ struct DecimalFormatCacheStruct
          const XalanDecimalFormatSymbols * const m_DFS;
      };
  
@@ -12,9 +14,11 @@
  };
  
  
---- c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp
+Index: c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp
+===================================================================
+--- c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp.orig
 +++ c/src/xalanc/XPath/ElementPrefixResolverProxy.hpp
-@@ -86,9 +86,9 @@
+@@ -86,9 +86,9 @@ public:
      virtual const XalanDOMString&
      getURI() const;
  
@@ -25,9 +29,11 @@
  
      const XalanElement* const       m_namespaceContext;
  
---- c/src/xalanc/XPath/NameSpace.hpp
+Index: c/src/xalanc/XPath/NameSpace.hpp
+===================================================================
+--- c/src/xalanc/XPath/NameSpace.hpp.orig
 +++ c/src/xalanc/XPath/NameSpace.hpp
-@@ -196,8 +196,8 @@
+@@ -196,8 +196,8 @@ public:
                 equals(m_uri, theRHS.m_uri);
      }   
  
@@ -37,9 +43,11 @@
  
      XalanDOMString  m_prefix;
  
---- c/src/xalanc/XSLT/FunctionSystemProperty.hpp
+Index: c/src/xalanc/XSLT/FunctionSystemProperty.hpp
+===================================================================
+--- c/src/xalanc/XSLT/FunctionSystemProperty.hpp.orig
 +++ c/src/xalanc/XSLT/FunctionSystemProperty.hpp
-@@ -66,6 +66,7 @@
+@@ -66,6 +66,7 @@ public:
  #endif
      clone(MemoryManager& theManager) const;
  
@@ -47,7 +55,7 @@
  protected:
  
      virtual const XalanDOMString&
-@@ -73,8 +74,6 @@
+@@ -73,8 +74,6 @@ protected:
  
  private:
  
@@ -56,9 +64,11 @@
      // Not implemented...
      FunctionSystemProperty&
      operator=(const FunctionSystemProperty&);
---- c/src/xalanc/XSLT/TopLevelArg.hpp
+Index: c/src/xalanc/XSLT/TopLevelArg.hpp
+===================================================================
+--- c/src/xalanc/XSLT/TopLevelArg.hpp.orig
 +++ c/src/xalanc/XSLT/TopLevelArg.hpp
-@@ -147,9 +147,9 @@
+@@ -147,9 +147,9 @@ public:
          return *this;
      }
  

++++++ xalan-c-1.10.0-lib64.patch -> xalan-c-1.11-lib64.patch ++++++
--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c-1.10.0-lib64.patch       
2011-09-23 12:50:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c-1.11-lib64.patch    
2015-03-12 16:38:46.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- c/Makefile.incl.in.orig
 +++ c/Makefile.incl.in
-@@ -72,7 +72,7 @@ ifdef XALAN_USE_ICU
+@@ -73,7 +73,7 @@ ifdef XALAN_USE_ICU
  endif
  
  # required libraries 

++++++ xalan-c-1.10.0-optflags.patch -> xalan-c-1.11-optflags.patch ++++++
--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c-1.10.0-optflags.patch    
2011-09-23 12:50:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c-1.11-optflags.patch 
2015-03-12 16:38:46.000000000 +0100
@@ -1,6 +1,8 @@
---- c/runConfigure
+Index: c/runConfigure
+===================================================================
+--- c/runConfigure.orig
 +++ c/runConfigure
-@@ -363,7 +363,7 @@
+@@ -367,7 +367,7 @@ if test $debug = "off"; then
      elif test $platform = "os390"; then
          debugflag="-DNDEBUG";
      elif test $platform = "linux"; then
@@ -9,7 +11,7 @@
      elif test $cppcompiler = "aCC"; then
          if test $platform = "hp-11-ia64"; then
             debugflag="+O3 -DNDEBUG";
-@@ -371,7 +371,7 @@
+@@ -375,7 +375,7 @@ if test $debug = "off"; then
             debugflag="+O2 -DNDEBUG";
          fi
      else

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to