Hello community,

here is the log from the commit of package xalan-c for openSUSE:Factory checked 
in at 2020-09-29 19:04:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xalan-c (Old)
 and      /work/SRC/openSUSE:Factory/.xalan-c.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xalan-c"

Tue Sep 29 19:04:17 2020 rev:23 rq:838377 version:1.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c.changes  2017-05-22 
10:49:03.235633286 +0200
+++ /work/SRC/openSUSE:Factory/.xalan-c.new.4249/xalan-c.changes        
2020-09-29 19:04:23.633962299 +0200
@@ -1,0 +2,23 @@
+Mon Sep 28 21:07:19 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 1.12:
+  * Xerces-C++ versions 3.0 and newer are supported. Xerces-C++
+  * Version 3.2.3 is the preferred stable release.
+  * Addition of a CMake build for all supported platforms.
+  * Rewrite of StyleBook XML documentation in Markdown, hosted at
+  * https://apache.github.io/xalan-c/.
+  * Removal of MacOS and Windows project files for old IDE versions.
+  * Removal of Autoconf build.
+  * Xalan-C++ now supports Microsoft Visual Studio 2019 and earlier
+  * via the new CMake build, which replaces the old version-specific
+  * project and solution files.
+  * Xalan-C++ now also supports building with C++11, C++14 and C++17.
+  * Cygwin and MinGW are known to be nonfunctional in this release.
+  * Restoring full support will be a goal for 1.13. 
+- drop fix-ftbfs-ld-as-needed.diff,
+     fix-testxslt-segfault.diff 
+     xalan-c-1.11-optflags.patch
+     reproducible.patch
+     xalan-c-parallel-build.patch : obsolete
+
+-------------------------------------------------------------------

Old:
----
  fix-ftbfs-ld-as-needed.diff
  fix-testxslt-segfault.diff
  reproducible.patch
  xalan-c-1.11-optflags.patch
  xalan-c-parallel-build.patch
  xalan_c-1.11-src.tar.gz

New:
----
  xalan_c-1.12.tar.gz

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

Other differences:
------------------
++++++ xalan-c.spec ++++++
--- /var/tmp/diff_new_pack.XdJbUB/_old  2020-09-29 19:04:24.301963110 +0200
+++ /var/tmp/diff_new_pack.XdJbUB/_new  2020-09-29 19:04:24.305963115 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xalan-c
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,37 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _libname libxalan-c111
+%define _libname libxalan-c112
 Name:           xalan-c
-Version:        1.11
+Version:        1.12
 Release:        0
 Summary:        An XSLT Transformation Engine in C++
 License:        Apache-2.0
 Group:          Productivity/Publishing/XML
-Url:            http://xml.apache.org/xalan-c/
-Source:         
http://www.eu.apache.org/dist/xalan/xalan-c/sources/xalan_c-%{version}-src.tar.gz
-# PATCH-FIX-SUSE: respect suse passed cflags
-Patch1:         %{name}-1.11-optflags.patch
-# PATCH-FIX-UPSTREAM: respect ldflags
-Patch2:         fix-ftbfs-ld-as-needed.diff
-# PATCH-FIX-UPSTREAM: fix segfault
-Patch3:         fix-testxslt-segfault.diff
-# PATCH-FIX-UPSTREAM: fix paralel build
-Patch4:         xalan-c-parallel-build.patch
-# PATCH-FIX-UPSTREAM: make build reproducible
-Patch5:         reproducible.patch
+URL:            https://apache.github.io/xalan-c/
+Source:         
https://downloads.apache.org/xalan/xalan-c/sources/xalan_c-%{version}.tar.gz
 BuildRequires:  Xerces-c-devel
-BuildRequires:  autoconf
-BuildRequires:  automake
+BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 Provides:       Xalan-C = 1.11
 Obsoletes:      Xalan-C < 1.11
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Xalan is an XSL processor for transforming XML documents into HTML,
@@ -83,43 +70,40 @@
 This package contains files needed for development with Xalanc
 
 %prep
-%setup -q -n %{name}-%{version}/c
-%patch1 -p1
-%patch2 -p1
-%patch3 -p2
-%patch4 -p2
-%patch5 -p1
+%setup -q -n xalan_c-%{version}
 
 %build
-autoreconf -fvi
+%cmake
+%cmake_build
+
+%if 0
 export XALANCROOT="${PWD}"
 export XERCESROOT=%{_includedir}/xercesc/
 export RPM_OPT_FLAGS
 chmod a+x runConfigure
 chmod a+x conf*
 ./runConfigure -p linux -c gcc -x g++ -t default -m inmem -b "%{__isa_bits}" 
-P %{_prefix} -C --libdir="%{_libdir}"
-make %{?_smp_mflags}
+%make_build
+%endif
 
 %install
-export XALANCROOT="${PWD}"
-export XERCESROOT=%{_includedir}/xercesc/
-%make_install
+%cmake_install
 
 %post   -n %{_libname} -p /sbin/ldconfig
 %postun -n %{_libname} -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root)
-%doc LICENSE KEYS NOTICE
+%license LICENSE
+%doc KEYS NOTICE
 %{_bindir}/Xalan
 
 %files -n %{_libname}
-%defattr(-, root, root)
 %{_libdir}/libxalan*.so.*
 
 %files -n libxalan-c-devel
-%defattr(-,root,root)
 %{_includedir}/xalanc/
 %{_libdir}/libxalan*.so
+%{_libdir}/cmake/XalanC
+%{_libdir}/pkgconfig/xalan-c.pc
 
 %changelog

++++++ xalan_c-1.11-src.tar.gz -> xalan_c-1.12.tar.gz ++++++
++++ 692557 lines of diff (skipped)


Reply via email to