Hello community,

here is the log from the commit of package pugixml for openSUSE:Factory checked 
in at 2017-02-18 03:19:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pugixml (Old)
 and      /work/SRC/openSUSE:Factory/.pugixml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pugixml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pugixml/pugixml.changes  2015-10-25 
19:13:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pugixml.new/pugixml.changes     2017-02-18 
03:19:56.293240210 +0100
@@ -1,0 +2,26 @@
+Thu Feb 16 15:32:17 UTC 2017 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  pugixml-1.7.tar.gz

New:
----
  pugixml-1.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pugixml.spec ++++++
--- /var/tmp/diff_new_pack.pwPvm7/_old  2017-02-18 03:19:56.705182026 +0100
+++ /var/tmp/diff_new_pack.pwPvm7/_new  2017-02-18 03:19:56.705182026 +0100
@@ -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 @@
 %patch1 -p1
 
 %build
-cd scripts
 %cmake
 make %{?_smp_mflags}
 
 %install
-cd scripts
 %cmake_install
 
 %post -n %{_libname} -p /sbin/ldconfig

++++++ pugixml-1.7.tar.gz -> pugixml-1.8.tar.gz ++++++
++++ 7006 lines of diff (skipped)


Reply via email to