SHA256
1
0
forked from pool/pugixml

Accepting request 458557 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/458557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pugixml?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2017-02-18 02:19:55 +00:00 committed by Git OBS Bridge
commit 9a328b7d26
4 changed files with 31 additions and 7 deletions

View File

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

3
pugixml-1.8.tar.gz Normal file
View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Feb 16 15:32:17 UTC 2017 - joerg.lorenzen@ki.tng.de
- Update to version 1.8
* Specification changes
+ When printing empty elements, a space is no longer added
before / in format_raw mode.
* New features
+ Added parse_embed_pcdata parsing mode in which PCDATA value
is stored in the element node if possible (significantly
reducing memory consumption for some documents).
+ Added auto-detection support for Latin-1 (ISO-8859-1)
encoding during parsing.
+ Added format_no_empty_element_tags formatting flag that
outputs start/end tags instead of empty element tags for
empty elements.
* Performance improvements
+ Minor memory allocation improvements (yielding up to 1%
memory savings in some cases).
* Compatibility improvements
+ Fixed compilation issues for Borland C++ 5.4.
+ Fixed compilation issues for some distributions of MinGW 3.8.
+ Fixed various Clang/GCC warnings.
+ Enabled move semantics support for XPath objects for MSVC
2010 and above.
-------------------------------------------------------------------
Wed Oct 21 09:26:33 UTC 2015 - idonmez@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package pugixml
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.7
Version: 1.8
Release: 0
Summary: Light-weight C++ XML Processing Library
License: MIT
@ -73,12 +73,10 @@ The library is extremely portable and easy to integrate and use.
%patch1 -p1
%build
cd scripts
%cmake
make %{?_smp_mflags}
%install
cd scripts
%cmake_install
%post -n %{_libname} -p /sbin/ldconfig