SHA256
1
0
forked from pool/pugixml

Accepting request 953120 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/953120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-02-10 22:12:21 +00:00 committed by Git OBS Bridge
commit 84db007f6c
4 changed files with 16 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd6922a4448ec2f3eb9db415d10a49660e5d84ce20ce66b8a07e72ffc84270a7
size 389685

View File

@ -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>

View File

@ -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