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
This commit is contained in:
parent
a54f74a422
commit
ea39a32bda
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716
|
|
||||||
size 386229
|
|
3
pugixml-1.12.tar.gz
Normal file
3
pugixml-1.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd6922a4448ec2f3eb9db415d10a49660e5d84ce20ce66b8a07e72ffc84270a7
|
||||||
|
size 389685
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 9 20:55:17 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Mon Jan 11 22:08:11 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pugixml
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _libname libpugixml1
|
%define _libname libpugixml1
|
||||||
Name: pugixml
|
Name: pugixml
|
||||||
Version: 1.11.4
|
Version: 1.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Light-weight C++ XML Processing Library
|
Summary: Light-weight C++ XML Processing Library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user