Hello community, here is the log from the commit of package xmlstarlet for openSUSE:Factory checked in at 2012-10-26 17:37:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlstarlet (Old) and /work/SRC/openSUSE:Factory/.xmlstarlet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlstarlet", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xmlstarlet/xmlstarlet.changes 2012-03-01 17:28:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xmlstarlet.new/xmlstarlet.changes 2012-10-26 17:37:22.000000000 +0200 @@ -1,0 +2,15 @@ +Thu Oct 18 11:08:49 UTC 2012 - [email protected] + +- update to 1.4.0: + * ed subcommand: + - relative XPaths are now handled correctly (Bug #3527850) + - the last nodeset inserted by an edit operation can be + accessed as the XPath variable $prev (or $xstar:prev) + - add --var option to define XPath variables + - allow ed -u -x to insert nodesets instead of converting to + string + - remove hard limit for number of edit operations (Bug + #3488240) + * pyx now handles namespaces correctly + +------------------------------------------------------------------- Old: ---- xmlstarlet-1.3.1.tar.gz New: ---- xmlstarlet-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlstarlet.spec ++++++ --- /var/tmp/diff_new_pack.ITD9lF/_old 2012-10-26 17:37:24.000000000 +0200 +++ /var/tmp/diff_new_pack.ITD9lF/_new 2012-10-26 17:37:24.000000000 +0200 @@ -16,17 +16,21 @@ # - Name: xmlstarlet +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc +BuildRequires: glibc-devel +BuildRequires: libtool BuildRequires: libxml2-devel >= 2.6.27 BuildRequires: libxslt-devel >= 1.1.9 +BuildRequires: pkgconfig BuildRequires: sgml-skel -BuildRequires: autoconf automake gcc glibc-devel libtool pkgconfig Summary: Command Line Tool to Process XML Documents -Version: 1.3.1 -Release: 1 License: MIT Group: Productivity/Publishing/XML +Version: 1.4.0 +Release: 0 Source: http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz Source1: %{name}-rpmlintrc Patch2: %{name}-xml_depyx.c.diff @@ -50,24 +54,23 @@ %__make %{?_smp_mflags} -%__mkdir_p html -%__cp -a doc/callouts html -%__cp doc/*{css,html} html - %check %__make tests %install %makeinstall +install -d _docs +%__mv "%{buildroot}%{_datadir}/doc"/* _docs/ +%__rm -rf "%{buildroot}%{_datadir}/doc" + %clean %{?buildroot:%__rm -rf "%{buildroot}"} %files %defattr(-, root, root) %doc AUTHORS ChangeLog NEWS README Copyright TODO -%doc doc/xmlstarlet.txt doc/xmlstarlet.pdf -%doc html +%doc _docs/* %{_bindir}/xml %doc %{_mandir}/man1/xmlstarlet.1%{ext_man} ++++++ xmlstarlet-1.3.1.tar.gz -> xmlstarlet-1.4.0.tar.gz ++++++ ++++ 35661 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
