forked from pool/pugixml
Accepting request 458513 from home:enzokiel:branches:devel:libraries:c_c++
Update to version 1.8 OBS-URL: https://build.opensuse.org/request/show/458513 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=9
This commit is contained in:
parent
5c674182dd
commit
ae9365a0b2
@ -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
3
pugixml-1.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ef26a51c670fbe79a71e9af94df4884d5a4b00a2db38a0608a87c14113b2904
|
||||
size 357806
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user