From da8f61278bccca9da62f52825ed6daf122d4d4abb64bd0f45314f0c051eea294 Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Thu, 10 Feb 2022 10:05:59 +0000 Subject: [PATCH] Accepting request 953045 from home:1Antoine1:branches:devel:libraries:c_c++ - Update to version 1.12: * Fix a bug in xml_document move construction when the source of the move is empty. * Fix const-correctness issues with iterator objects to support C++20 ranges. * Improved detection of overly complex queries that may result in stack overflow during parsing. OBS-URL: https://build.opensuse.org/request/show/953045 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=21 --- pugixml-1.11.4.tar.gz | 3 --- pugixml-1.12.tar.gz | 3 +++ pugixml.changes | 11 +++++++++++ pugixml.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 pugixml-1.11.4.tar.gz create mode 100644 pugixml-1.12.tar.gz diff --git a/pugixml-1.11.4.tar.gz b/pugixml-1.11.4.tar.gz deleted file mode 100644 index 038bfbb..0000000 --- a/pugixml-1.11.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716 -size 386229 diff --git a/pugixml-1.12.tar.gz b/pugixml-1.12.tar.gz new file mode 100644 index 0000000..e712a59 --- /dev/null +++ b/pugixml-1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6922a4448ec2f3eb9db415d10a49660e5d84ce20ce66b8a07e72ffc84270a7 +size 389685 diff --git a/pugixml.changes b/pugixml.changes index 25bdff2..f22ece3 100644 --- a/pugixml.changes +++ b/pugixml.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Feb 9 20:55:17 UTC 2022 - Antoine Belvire + +- Update to version 1.12: + * Fix a bug in xml_document move construction when the source of + the move is empty. + * Fix const-correctness issues with iterator objects to support + C++20 ranges. + * Improved detection of overly complex queries that may result in + stack overflow during parsing. + ------------------------------------------------------------------- Mon Jan 11 22:08:11 UTC 2021 - Dirk Müller diff --git a/pugixml.spec b/pugixml.spec index 6af3138..cb0c328 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -1,7 +1,7 @@ # # spec file for package pugixml # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define _libname libpugixml1 Name: pugixml -Version: 1.11.4 +Version: 1.12 Release: 0 Summary: Light-weight C++ XML Processing Library License: MIT