Hello community, here is the log from the commit of package libxml++ for openSUSE:Factory checked in at 2020-01-16 18:17:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxml++ (Old) and /work/SRC/openSUSE:Factory/.libxml++.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxml++" Thu Jan 16 18:17:48 2020 rev:45 rq:763800 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libxml++/libxml++.changes 2019-09-11 10:34:49.199306215 +0200 +++ /work/SRC/openSUSE:Factory/.libxml++.new.26092/libxml++.changes 2020-01-16 18:17:48.648858399 +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. + +------------------------------------------------------------------- Old: ---- libxml++-3.0.1.tar.xz New: ---- libxml++-3.2.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxml++.spec ++++++ --- /var/tmp/diff_new_pack.Vkkzbk/_old 2020-01-16 18:17:49.288858761 +0100 +++ /var/tmp/diff_new_pack.Vkkzbk/_new 2020-01-16 18:17:49.296858765 +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)
