Hello community, here is the log from the commit of package libxml++ for openSUSE:Leap:15.2 checked in at 2020-03-06 12:38:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libxml++ (Old) and /work/SRC/openSUSE:Leap:15.2/.libxml++.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxml++" Fri Mar 6 12:38:32 2020 rev:15 rq:779731 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libxml++/libxml++.changes 2020-01-15 15:25:48.154589332 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libxml++.new.26092/libxml++.changes 2020-03-06 12:40:11.570717650 +0100 @@ -1,0 +2,14 @@ +Sat Jan 11 21:10:35 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 3.2.0: + + Document, DomParser: Improve XInclude processing: + - Document: Add process_xinclude() overload that takes a + fixup_base_uris parameter. + - DomParser: Add set/get_xinclude_options() and add optional + XInclude processing to the parse methods (bgo#781566). + + Add explicit keyword to some single-parameter constructors. + + tests: Don't require C++17. + + Build: Fix srcdir != buildir build. +- Modernize spec. + +------------------------------------------------------------------- @@ -9 +23 @@ -- Update to version 3.0.1: +- Update to version 3.0.1 (jsc#SLE-8163, FATE#324347): Old: ---- libxml++-3.0.1.tar.xz New: ---- libxml++-3.2.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxml++.spec ++++++ --- /var/tmp/diff_new_pack.oCQggC/_old 2020-03-06 12:40:12.710718343 +0100 +++ /var/tmp/diff_new_pack.oCQggC/_new 2020-03-06 12:40:12.750718367 +0100 @@ -1,7 +1,7 @@ # # spec file for package libxml++ # -# Copyright (c) 2018 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,19 +12,20 @@ # 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/ # Name: libxml++ -Version: 3.0.1 +Version: 3.2.0 Release: 0 Summary: C++ Interface for XML Files License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -URL: http://sourceforge.net/projects/libxmlplusplus/ -Source: http://download.gnome.org/sources/libxml++/3.0/%{name}-%{version}.tar.xz +URL: https://sourceforge.net/projects/libxmlplusplus/ +Source0: https://download.gnome.org/sources/libxml++/3.2/%{name}-%{version}.tar.xz Source1: baselibs.conf + BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -56,11 +57,14 @@ to develop applications that require these. %prep -%setup -q +%autosetup -p1 %build -%configure --disable-static --with-pic -make %{?_smp_mflags} +%configure \ + --disable-static \ + --with-pic \ + %{nil} +%make_build %install %make_install ++++++ libxml++-3.0.1.tar.xz -> libxml++-3.2.0.tar.xz ++++++ ++++ 50305 lines of diff (skipped)
