Hello community, here is the log from the commit of package xmlstarlet for openSUSE:Factory checked in at 2013-07-16 16:27:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlstarlet (Old) and /work/SRC/openSUSE:Factory/.xmlstarlet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlstarlet" Changes: -------- --- /work/SRC/openSUSE:Factory/xmlstarlet/xmlstarlet.changes 2012-12-28 22:51:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xmlstarlet.new/xmlstarlet.changes 2013-07-16 16:27:58.000000000 +0200 @@ -1,0 +2,21 @@ +Mon Jul 8 06:42:44 UTC 2013 - [email protected] + +- update to 1.5.0: + - Bugs: + - avoid segfault on pyx non-existant file + - fix unescaping of entities straddling 4K byte boundary (Bug #102) + - Enhancements: + - unescape hex entities (&#xXX;) + - give a helpful message if doc has default namespace and + nothing matched + - add "_" and "DEFAULT" as names for document's top-level + default namespace + - Adding a global quiet option + - ed: Allow omitting value argument to create empty element. + - use default attribute values in sel subcommand + +- changes from 1.4.2: + - pyx: avoid segfault on documents with multiple attributes (Bug + #3595212) + +------------------------------------------------------------------- Old: ---- xmlstarlet-1.4.1.tar.gz New: ---- xmlstarlet-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlstarlet.spec ++++++ --- /var/tmp/diff_new_pack.jsTMjF/_old 2013-07-16 16:27:58.000000000 +0200 +++ /var/tmp/diff_new_pack.jsTMjF/_new 2013-07-16 16:27:58.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xmlstarlet # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ Summary: Command Line Tool to Process XML Documents License: MIT Group: Productivity/Publishing/XML -Version: 1.4.1 +Version: 1.5.0 Release: 0 Source: http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz Source1: %{name}-rpmlintrc @@ -50,15 +50,16 @@ %build export CFLAGS="$RPM_OPT_FLAGS -W -Wall" %configure \ - --disable-static-libs + --disable-static-libs \ + --disable-silent-rules -%__make %{?_smp_mflags} +%__make %{?_smp_mflags} V=1 %check %__make tests %install -%makeinstall +%makeinstall V=1 install -d _docs %__mv "%{buildroot}%{_datadir}/doc"/* _docs/ ++++++ xmlstarlet-1.4.1.tar.gz -> xmlstarlet-1.5.0.tar.gz ++++++ ++++ 6842 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
