Hello community, here is the log from the commit of package xerces-c for openSUSE:Factory checked in at 2018-10-11 11:37:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xerces-c (Old) and /work/SRC/openSUSE:Factory/.xerces-c.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xerces-c" Thu Oct 11 11:37:58 2018 rev:22 rq:639559 version:3.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/xerces-c/xerces-c.changes 2016-07-07 15:09:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xerces-c.new/xerces-c.changes 2018-10-11 11:38:13.107339325 +0200 @@ -1,0 +2,14 @@ +Tue Oct 2 10:01:02 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Fix the libname dependency in devel pkg, typo after libname + change + +------------------------------------------------------------------- +Thu Sep 27 06:47:42 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Version update to 3.2.2: + * Fixes CVE-2017-12627 bsc#1083630 +- Remove the switch to disable SSE2 on i586, we support pentium4 as + lowest and that has sse2 + +------------------------------------------------------------------- Old: ---- xerces-c-3.1.4.tar.gz xerces-c-3.1.4.tar.gz.asc New: ---- xerces-c-3.2.2.tar.gz xerces-c-3.2.2.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xerces-c.spec ++++++ --- /var/tmp/diff_new_pack.ba7gQe/_old 2018-10-11 11:38:14.343337751 +0200 +++ /var/tmp/diff_new_pack.ba7gQe/_new 2018-10-11 11:38:14.343337751 +0200 @@ -1,7 +1,7 @@ # # spec file for package xerces-c # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,17 +12,18 @@ # 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 libxerces-c-3_2 Name: xerces-c -Version: 3.1.4 +Version: 3.2.2 Release: 0 Summary: A Validating XML Parser License: Apache-2.0 Group: Productivity/Publishing/XML -Url: http://xerces.apache.org/xerces-c/ +URL: http://xerces.apache.org/xerces-c/ Source0: http://www.apache.org/dist/xerces/c/3/sources/%{name}-%{version}.tar.gz Source1: http://www.apache.org/dist/xerces/c/3/sources/%{name}-%{version}.tar.gz.asc Source2: %{name}.keyring @@ -32,7 +33,6 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(icu-i18n) BuildRequires: pkgconfig(libcurl) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Xerces-C is a validating XML parser written in a portable subset of @@ -56,13 +56,13 @@ This package contains just documentation. -%package -n libxerces-c-3_1 +%package -n %{libname} Summary: Shared libraries for Xerces-c - a validating XML parser Group: Productivity/Publishing/XML Provides: Xerces-c = %{version} Obsoletes: Xerces-c < %{version} -%description -n libxerces-c-3_1 +%description -n %{libname} Xerces-C is a validating XML parser written in a portable subset of C++. Xerces-C makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, @@ -75,7 +75,7 @@ %package -n libxerces-c-devel Summary: A validating XML parser - Development Files Group: Development/Libraries/C and C++ -Requires: libxerces-c-3_1 = %{version} +Requires: %{libname} = %{version} Provides: Xerces-c-devel = %{version} Obsoletes: Xerces-c-devel < %{version} Provides: libXerces-c-devel = %{version} @@ -95,38 +95,33 @@ %build find . -type d -name .svn -exec rm -Rf "{}" "+" %configure \ -%ifnarch x86_64 - --disable-sse2 \ -%endif --enable-netaccessor-curl \ --disable-static \ - --disable-pretty-make + --disable-silent-rules make %{?_smp_mflags} %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install find %{buildroot} -type f -name "*.la" -delete -print %fdupes -s doc -%post -n libxerces-c-3_1 -p /sbin/ldconfig -%postun -n libxerces-c-3_1 -p /sbin/ldconfig +%post -n %{libname} -p /sbin/ldconfig +%postun -n %{libname} -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc CREDITS KEYS LICENSE NOTICE README +%license LICENSE +%doc CREDITS KEYS NOTICE README %{_bindir}/* %files doc -%defattr(-,root,root) -%doc CREDITS KEYS LICENSE NOTICE README +%license LICENSE +%doc CREDITS KEYS NOTICE README %doc doc/* -%files -n libxerces-c-3_1 -%defattr(-,root,root) -%{_libdir}/libxerces-c-3.1.so +%files -n %{libname} +%{_libdir}/libxerces-c-*.so %files -n libxerces-c-devel -%defattr(-,root,root) %{_includedir}/xercesc %{_libdir}/libxerces-c.so %{_libdir}/pkgconfig/xerces-c.pc ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.ba7gQe/_old 2018-10-11 11:38:14.371337715 +0200 +++ /var/tmp/diff_new_pack.ba7gQe/_new 2018-10-11 11:38:14.371337715 +0200 @@ -1 +1 @@ -libxerces-c-3_1 +libxerces-c-3_2 ++++++ xerces-c-3.1.4.tar.gz -> xerces-c-3.2.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/xerces-c/xerces-c-3.1.4.tar.gz /work/SRC/openSUSE:Factory/.xerces-c.new/xerces-c-3.2.2.tar.gz differ: char 5, line 1
