commit xmlstarlet for openSUSE:Factory

2016-05-08 Thread h_root
Hello community,

here is the log from the commit of package xmlstarlet for openSUSE:Factory 
checked in at 2016-05-08 10:45:37

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.changes2014-10-14 
07:12:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmlstarlet.new/xmlstarlet.changes   
2016-05-08 10:46:11.0 +0200
@@ -1,0 +2,18 @@
+Tue May  3 19:09:24 UTC 2016 - mplus...@suse.com
+
+- Update to 1.6.1:
+  * handle unicode arguments under Windows
+- Changes for 1.6.0:
+  * get rid of "helpful" message about namespaces
+  * update user guide
+  * Enhancements:
++ add --stop option to val
++ add global option --no-doc-namespace
+  * Build:
++ let the make install target succeed even if docs aren't 
+  built.
+- Cleanup spec file with spec-cleaner
+- Cleanup dependencies
+- Refresh xmlstarlet-xml_depyx.c.diff
+
+---

Old:

  xmlstarlet-1.5.0.tar.gz

New:

  xmlstarlet-1.6.1.tar.gz



Other differences:
--
++ xmlstarlet.spec ++
--- /var/tmp/diff_new_pack.GyIPW9/_old  2016-05-08 10:46:12.0 +0200
+++ /var/tmp/diff_new_pack.GyIPW9/_new  2016-05-08 10:46:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlstarlet
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,53 +17,47 @@
 
 
 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
+Version:1.6.1
+Release:0
 Summary:Command Line Tool to Process XML Documents
 License:MIT
 Group:  Productivity/Publishing/XML
-Version:1.5.0
-Release:0
+Url:http://sourceforge.net/projects/xmlstar/
 Source: 
http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 Patch2: %{name}-xml_depyx.c.diff
+BuildRequires:  libxml2-devel >= 2.6.27
+BuildRequires:  libxslt-devel >= 1.1.9
+BuildRequires:  pkgconfig
+BuildRequires:  sgml-skel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://sourceforge.net/projects/xmlstar/
 
 %description
 XMLStarlet (xml) is a command line XML toolkit which can be used to
-transform, query, validate, and edit XML documents and files using
-simple set of shell commands in similar way it is done for plain text
-files using 'grep', 'sed', 'awk', 'tr', 'diff', or 'patch'.
+transform, query, validate, and edit XML documents and files using simple
+set of shell commands in similar way it is done for plain text files using
+'grep', 'sed', 'awk', 'tr', 'diff', or 'patch'.
 
 %prep
 %setup -q
 %patch2
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -W -Wall"
+export CFLAGS="%{optflags} -W -Wall"
 %configure \
 --disable-static-libs \
 --disable-silent-rules
-
-%__make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %check
-%__make tests
+make %{?_smp_mflags} tests
 
 %install
-%makeinstall V=1
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 install -d _docs
-%__mv "%{buildroot}%{_datadir}/doc"/* _docs/
-%__rm -rf "%{buildroot}%{_datadir}/doc"
+mv "%{buildroot}%{_datadir}/doc"/* _docs/
+rm -rf "%{buildroot}%{_datadir}/doc"
 
 cd %{buildroot}%{_bindir}
 ln -s xml %{name}
@@ -71,16 +65,13 @@
 cd %{buildroot}%{_mandir}/man1/
 ln -s %{name}.1%{ext_man} xml.1%{ext_man}
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog NEWS README Copyright TODO
 %doc _docs/*
 %{_bindir}/xml
 %{_bindir}/%{name}
-%doc %{_mandir}/man1/%{name}.1%{ext_man}
-%doc %{_mandir}/man1/xml.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/xml.1%{ext_man}
 
 %changelog

++ xmlstarlet-1.5.0.tar.gz -> xmlstarlet-1.6.1.tar.gz ++
 7353 lines of diff (skipped)

++ xmlstarlet-xml_depyx.c.diff ++
--- /var/tmp/diff_new_pack.GyIPW9/_old  2016-05-08 10:46:13.0 +0200
+++ /var/tmp/diff_new_pack.GyIPW9/_new  2016-05-08 10:46:13.0 +0200
@@ -1,6 +1,8 @@
 src/xml_depyx.c.orig   2011-02-17 09:53:27.0 +0100
-+++ src/xml_depyx.c2011-02-17 10:00:13.0 +0100
-@@ -115,6 +115,7 @@
+Index: src/xml_depyx.c
+

commit xmlstarlet for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package xmlstarlet for openSUSE:Factory 
checked in at 2014-10-14 07:12:02

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.changes2013-07-16 
16:27:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmlstarlet.new/xmlstarlet.changes   
2014-10-14 07:12:49.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 13 08:52:37 UTC 2014 - t...@opensuse.org
+
+- SPEC file changes
+  - Added link from /usr/bin/xml to /usr/bin/xmlstarlet as other
+distributions do the same
+  - Did the same for the manpage
+
+---



Other differences:
--
++ xmlstarlet.spec ++
--- /var/tmp/diff_new_pack.F3FxVa/_old  2014-10-14 07:12:50.0 +0200
+++ /var/tmp/diff_new_pack.F3FxVa/_new  2014-10-14 07:12:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlstarlet
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -65,6 +65,12 @@
 %__mv "%{buildroot}%{_datadir}/doc"/* _docs/
 %__rm -rf "%{buildroot}%{_datadir}/doc"
 
+cd %{buildroot}%{_bindir}
+ln -s xml %{name}
+
+cd %{buildroot}%{_mandir}/man1/
+ln -s %{name}.1%{ext_man} xml.1%{ext_man}
+
 %clean
 %{?buildroot:%__rm -rf "%{buildroot}"}
 
@@ -73,6 +79,8 @@
 %doc AUTHORS ChangeLog NEWS README Copyright TODO
 %doc _docs/*
 %{_bindir}/xml
-%doc %{_mandir}/man1/xmlstarlet.1%{ext_man}
+%{_bindir}/%{name}
+%doc %{_mandir}/man1/%{name}.1%{ext_man}
+%doc %{_mandir}/man1/xml.1%{ext_man}
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmlstarlet for openSUSE:Factory

2013-07-16 Thread h_root
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.changes2012-12-28 
22:51:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmlstarlet.new/xmlstarlet.changes   
2013-07-16 16:27:58.0 +0200
@@ -1,0 +2,21 @@
+Mon Jul  8 06:42:44 UTC 2013 - pascal.ble...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.jsTMjF/_new  2013-07-16 16:27:58.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmlstarlet for openSUSE:Factory

2012-10-26 Thread h_root
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 "thomas.schrai...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xmlstarlet/xmlstarlet.changes2012-03-01 
17:28:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmlstarlet.new/xmlstarlet.changes   
2012-10-26 17:37:22.0 +0200
@@ -1,0 +2,15 @@
+Thu Oct 18 11:08:49 UTC 2012 - pascal.ble...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.ITD9lF/_new  2012-10-26 17:37:24.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmlstarlet for openSUSE:Factory

2012-03-01 Thread h_root
Hello community,

here is the log from the commit of package xmlstarlet for openSUSE:Factory 
checked in at 2012-03-01 17:28:39

Comparing /work/SRC/openSUSE:Factory/xmlstarlet (Old)
 and  /work/SRC/openSUSE:Factory/.xmlstarlet.new (New)


Package is "xmlstarlet", Maintainer is "thomas.schrai...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xmlstarlet/xmlstarlet.changes2011-10-03 
09:25:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmlstarlet.new/xmlstarlet.changes   
2012-03-01 17:28:40.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb 21 11:27:45 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 1.3.1:
+  * handle multiple values for --value-of properly (sf#2563866)
+  * substitute external entities (sf#3467320)
+  * pyx output needs space between attribute name and value (sf#3440797)
+
+---

Old:

  xmlstarlet-1.3.0.tar.bz2

New:

  xmlstarlet-1.3.1.tar.gz



Other differences:
--
++ xmlstarlet.spec ++
--- /var/tmp/diff_new_pack.G8tC6I/_old  2012-03-01 17:28:42.0 +0100
+++ /var/tmp/diff_new_pack.G8tC6I/_new  2012-03-01 17:28:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlstarlet
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   xmlstarlet
@@ -24,12 +23,11 @@
 BuildRequires:  sgml-skel
 BuildRequires:  autoconf automake gcc glibc-devel libtool pkgconfig
 Summary:Command Line Tool to Process XML Documents
-Version:1.3.0
+Version:1.3.1
 Release:1
 License:MIT
 Group:  Productivity/Publishing/XML
-# http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz
-Source0:xmlstarlet-%{version}.tar.bz2
+Source: 
http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 Patch2: %{name}-xml_depyx.c.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,23 +39,16 @@
 simple set of shell commands in similar way it is done for plain text
 files using 'grep', 'sed', 'awk', 'tr', 'diff', or 'patch'.
 
-
-
-Authors:
-
-Mikhail Grushinskiy 
-
 %prep
 %setup -q
 %patch2
-#%patch3
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -W -Wall"
 %configure \
 --disable-static-libs
 
-%__make %{?_smp_flags}
+%__make %{?_smp_mflags}
 
 %__mkdir_p html
 %__cp -a doc/callouts html

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmlstarlet for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xmlstarlet for openSUSE:Factory 
checked in at 2011-12-06 19:16:37

Comparing /work/SRC/openSUSE:Factory/xmlstarlet (Old)
 and  /work/SRC/openSUSE:Factory/.xmlstarlet.new (New)


Package is "xmlstarlet", Maintainer is "thomas.schrai...@suse.com"

Changes:




Other differences:
--
++ xmlstarlet.spec ++
--- /var/tmp/diff_new_pack.PDxEtq/_old  2011-12-06 19:57:24.0 +0100
+++ /var/tmp/diff_new_pack.PDxEtq/_new  2011-12-06 19:57:24.0 +0100
@@ -26,7 +26,7 @@
 Summary:Command Line Tool to Process XML Documents
 Version:1.3.0
 Release:1
-License:MIT License (or similar)
+License:MIT
 Group:  Productivity/Publishing/XML
 # http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz
 Source0:xmlstarlet-%{version}.tar.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmlstarlet for openSUSE:Factory

2011-10-03 Thread h_root

Hello community,

here is the log from the commit of package xmlstarlet for openSUSE:Factory
checked in at Mon Oct 3 09:25:26 CEST 2011.




--- openSUSE:Factory/xmlstarlet/xmlstarlet.changes  2011-09-23 
12:51:54.0 +0200
+++ xmlstarlet/xmlstarlet.changes   2011-10-03 01:35:28.0 +0200
@@ -1,0 +2,53 @@
+Sun Oct 02 23:31:50 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.3.0:
+  * avoid ASCII CRs in UTF-16/32 text
+  * --value-of outputs concat values of all nodes (sf#2563866)
+  * encode special chars for ed -u -x
+  * allow use of exslt functions in ed -u -x
+  * add --var to select (allow --var = as well as --var 
+ --break)
+  * work around libxml bug that passes bogus data to error handler (sf#3362217)
+
+---
+Fri Jul 22 08:32:57 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.2.1:
+  * check for NULL nodeset result (Bugs #3323189, #3323196)
+  * "-" was being confused with --elif
+  * generated XSLT should also have automatic namespaces
+  * allow -N after other option (Bug #3325166)
+  * namespace values were being registered as prefixes
+  * avoid segfault when asked to move namespace nodes
+  * missing newline in ed --help message
+  * don't use XML_SAVE_WSNONSIG #if libxml < 2.7.8 (Bug #3310475)
+- dropped patch "xmlstarlet-backport_libxml2_2_7_8_XML_SAVE_WSNONSIG.patch",
+  was merged upstream
+
+---
+Thu Jun  2 06:40:14 UTC 2011 - pascal.ble...@opensuse.org
+
+- add xmlstarlet-backport_libxml2_2_7_8_XML_SAVE_WSNONSIG.patch to fix builds
+  on distros that use libxml2 versions prior to 2.7.8 and which hence don't
+  support XML_SAVE_WSNONSIG
+
+---
+Wed Jun 01 22:17:43 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.2.0:
+  * implement ed --update --expr
+  * use top-level namespace definitions from first input file, this should
+remove the need to define namespaces on the command line with -N in most
+cases
+  * select exits with 0 only if result is non-empty (SF#3155702)
+  * add -Q to select, like grep's -q
+  * add column number to error messages
+  * restore input context (lost in version 1.0.3) to error messages
+(SF#3305659)
+  * print extra string information in error messages
+  * use entity definitions from dtd (SF#3305659)
+  * add --net option to c14n, ed, fo, and val (SF#1071398)
+  * remove --catalog from tr --help message since it isn't actually supported
+  * add --elif and --else to sel --help message
+
+---

calling whatdependson for head-i586


Old:

  xmlstarlet-1.1.0.tar.bz2

New:

  xmlstarlet-1.3.0.tar.bz2



Other differences:
--
++ xmlstarlet.spec ++
--- /var/tmp/diff_new_pack.jHEXTt/_old  2011-10-03 09:25:22.0 +0200
+++ /var/tmp/diff_new_pack.jHEXTt/_new  2011-10-03 09:25:22.0 +0200
@@ -19,12 +19,12 @@
 
 
 Name:   xmlstarlet
-BuildRequires:  libxml2-devel >= 2.6.23
+BuildRequires:  libxml2-devel >= 2.6.27
 BuildRequires:  libxslt-devel >= 1.1.9
 BuildRequires:  sgml-skel
 BuildRequires:  autoconf automake gcc glibc-devel libtool pkgconfig
 Summary:Command Line Tool to Process XML Documents
-Version:1.1.0
+Version:1.3.0
 Release:1
 License:MIT License (or similar)
 Group:  Productivity/Publishing/XML
@@ -50,6 +50,7 @@
 %prep
 %setup -q
 %patch2
+#%patch3
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -W -Wall"

++ xmlstarlet-1.1.0.tar.bz2 -> xmlstarlet-1.3.0.tar.bz2 ++
 4704 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmlstarlet for openSUSE:Factory

2011-04-04 Thread h_root

Hello community,

here is the log from the commit of package xmlstarlet for openSUSE:Factory
checked in at Mon Apr 4 16:33:47 CEST 2011.




--- xmlstarlet/xmlstarlet.changes   2011-03-14 01:55:24.0 +0100
+++ /mounts/work_src_done/STABLE/xmlstarlet/xmlstarlet.changes  2011-04-04 
13:58:20.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr  4 11:47:36 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.0:
+  * several select command improvements were made:
++ --elif and --else options
++ sorting on multiple fields
++ correct (for English) lexical sorting
++ inclusion of only needed namespaces by the output stylesheet
+  * library version information was added to --version output
+  * a directory argument for ls was added; the exit status indicates failure or
+success instead of file count
+
+---

calling whatdependson for head-i586


Old:

  xmlstarlet-1.0.6.tar.bz2

New:

  xmlstarlet-1.1.0.tar.bz2



Other differences:
--
++ xmlstarlet.spec ++
--- /var/tmp/diff_new_pack.AdW2Sj/_old  2011-04-04 16:33:23.0 +0200
+++ /var/tmp/diff_new_pack.AdW2Sj/_new  2011-04-04 16:33:23.0 +0200
@@ -24,7 +24,7 @@
 BuildRequires:  sgml-skel
 BuildRequires:  autoconf automake gcc glibc-devel libtool pkgconfig
 Summary:Command Line Tool to Process XML Documents
-Version:1.0.6
+Version:1.1.0
 Release:1
 License:MIT License (or similar)
 Group:  Productivity/Publishing/XML

++ xmlstarlet-1.0.6.tar.bz2 -> xmlstarlet-1.1.0.tar.bz2 ++
 3322 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xmlstarlet for openSUSE:Factory

2011-03-14 Thread h_root

Hello community,

here is the log from the commit of package xmlstarlet for openSUSE:Factory
checked in at Mon Mar 14 16:50:36 CET 2011.




--- xmlstarlet/xmlstarlet.changes   2011-02-17 10:07:35.0 +0100
+++ /mounts/work_src_done/STABLE/xmlstarlet/xmlstarlet.changes  2011-03-14 
01:55:24.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 14 00:53:27 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.0.6:
+  * the c14n command now outputs linefeeds only in Windows as well
+  * the --help text for ed now correctly describes the behavior of -P, -S,
+--pf, and --ps
+  * some subcommands' --help options were outputting the printf format string
+literally
+
+---

calling whatdependson for head-i586


Old:

  xmlstarlet-1.0.5.tar.bz2

New:

  xmlstarlet-1.0.6.tar.bz2



Other differences:
--
++ xmlstarlet.spec ++
--- /var/tmp/diff_new_pack.hsjvYX/_old  2011-03-14 16:50:17.0 +0100
+++ /var/tmp/diff_new_pack.hsjvYX/_new  2011-03-14 16:50:17.0 +0100
@@ -24,7 +24,7 @@
 BuildRequires:  sgml-skel
 BuildRequires:  autoconf automake gcc glibc-devel libtool pkgconfig
 Summary:Command Line Tool to Process XML Documents
-Version:1.0.5
+Version:1.0.6
 Release:1
 License:MIT License (or similar)
 Group:  Productivity/Publishing/XML

++ xmlstarlet-1.0.5.tar.bz2 -> xmlstarlet-1.0.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmlstarlet-1.0.5/Makefile.am 
new/xmlstarlet-1.0.6/Makefile.am
--- old/xmlstarlet-1.0.5/Makefile.am2011-02-11 22:21:22.0 +0100
+++ new/xmlstarlet-1.0.6/Makefile.am2011-03-08 01:48:17.0 +0100
@@ -1,25 +1,27 @@
-EXTRA_DIST = README TODO Copyright COPYING
-WIN32_DIST = $(EXTRA_DIST) AUTHORS ChangeLog INSTALL NEWS xml.exe doc
+EXTRA_DIST = Copyright doc examples solaris tests
+WIN32_DIST = README TODO Copyright COPYING AUTHORS ChangeLog INSTALL NEWS 
xml.exe doc
 
 ACLOCAL_AMFLAGS = -I m4
 if GCC
 AM_CFLAGS = -Wall -pedantic
 endif
 
-dist-hook: xmlstarlet.spec
+GIT_DESCRIBE = git describe --tags --dirty
+
+dist-hook:
@ if [ -d .git ] ; then \
-   if [ $(VERSION) != `git describe --tags --dirty` ] ; then \
-   echo 'ERROR: version mismatch, rerun autoreconf -f' ; exit 1 ; 
fi ; \
-   $(SED) 's/\[m4_esyscmd_s(\[git describe --tags 
--dirty\])\]/[$(VERSION)]/' \
+   if [ $(VERSION) != `$(GIT_DESCRIBE)` ] ; then \
+   echo 'ERROR: version mismatch, rerun autoconf -f' ; exit 1 ; fi 
; \
+   $(SED) 's/\[m4_esyscmd_s(\[$(GIT_DESCRIBE)\])\]/[$(VERSION)]/' \
  $(srcdir)/configure.ac > $(distdir)/configure.ac ; fi
-   -cp xmlstarlet.spec $(distdir)
-   (cd $(srcdir) ; $(AMTAR) -cf - --exclude CVS doc examples solaris 
tests) | (cd $(distdir); $(AMTAR) xf -)
 
 cleantar:
@(rm -f xmlstarlet*.tar.gz)
 
-rpm: cleantar
-   @(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
+rpm: cleantar distdir xmlstarlet.spec
+   cp xmlstarlet.spec $(distdir)
+   $(AMTAR) -czf $(distdir).tar.gz $(distdir)
+   rpmbuild -ta $(distdir).tar.gz
 
 $(distdir)-win32.zip: xml.exe
mkdir -p /tmp/$(distdir)
@@ -34,7 +36,7 @@
 
 version.h: VERSION
@if [ -d .git ] ; then \
-   VERSION=`git describe --tags --dirty`; \
+   VERSION=`$(GIT_DESCRIBE)`; \
else VERSION=$(VERSION) ; fi; \
NEW_VERSION="#define VERSION \"$$VERSION\""; \
OLD_VERSION=`cat version.h 2>/dev/null` ; \
@@ -46,6 +48,10 @@
 clean-local:
-rm version.h
 
+# need to build version.h even if dependency files haven't been
+# generated
+src/xml.o : version.h
+
 .PHONY: cleantar rpm dist-win32 VERSION
 
 # testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xmlstarlet-1.0.5/Makefile.in 
new/xmlstarlet-1.0.6/Makefile.in
--- old/xmlstarlet-1.0.5/Makefile.in2011-02-11 22:42:26.0 +0100
+++ new/xmlstarlet-1.0.6/Makefile.in2011-03-11 04:14:46.0 +0100
@@ -61,13 +61,12 @@
 PROGRAMS = $(bin_PROGRAMS)
 am__dirstamp = $(am__leading_dot)dirstamp
 am_xml_OBJECTS = src/binsert.$(OBJEXT) src/stack.$(OBJEXT) \
-   src/strdup.$(OBJEXT) src/trans.$(OBJEXT) src/xml.$(OBJEXT) \
-   src/xml_C14N.$(OBJEXT) src/xml_depyx.$(OBJEXT) \
-   src/xml_edit.$(OBJEXT) src/xml_elem.$(OBJEXT) \
-   src/xml_escape.$(OBJEXT) src/xml_format.$(OBJEXT) \
-   src/xml_ls.$(OBJEXT) src/xml_pyx.$(OBJEXT) \
-   src/xml_select.$(OBJEXT) src/xml_trans.$(OBJEXT) \
-   src/xml_validate.$(OBJEXT)
+   src/trans.$(OBJEXT) src/xml.$(OBJEXT) src/xml_C14N.$(OBJEXT) \
+   src/xml_depyx.$(OBJEXT) src/xml_edit.$(OBJEXT) \
+   src/xml_elem.$(OBJEXT) src/xml_escape.$(OBJEXT) \
+   src/xml_format.$(OBJEXT) src/x

commit xmlstarlet for openSUSE:Factory

2011-02-27 Thread h_root

Hello community,

here is the log from the commit of package xmlstarlet for openSUSE:Factory
checked in at Sun Feb 27 13:46:32 CET 2011.




--- xmlstarlet/xmlstarlet.changes   2009-12-14 14:33:32.0 +0100
+++ xmlstarlet/xmlstarlet.changes   2011-02-17 10:07:35.0 +0100
@@ -1,0 +2,29 @@
+Thu Feb 17 09:02:37 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.0.5:
+  * fixes a bug in which stylesheets with CDATA nodes led to memory corruption
+  * the --help option now prints to stdout and exits with success
+
+- changes from 1.0.4:
+  * special XML characters in arguments are escaped (in particular, double
+quotes can now be included in xpath expressions)
+  * non-zero exit code when an input file is not found
+  * XML ed with --pf/--ps options no longer reformats output
+  * exit with an error instead of segfaulting when trying to delete namespace
+nodes
+
+- changes from 1.0.3:
+  * fixes several bugs
+  * when validating long documents, error messages will now give correct line
+numbers past 65536 sf#1219072
+  * validation will not use an embedded DTD if not asked, sf#1167215
+  * the parameters to the --value option for update and the --output option for
+select are now escaped (sf#3052978 and sf#1912978)
+  * c14n on documents with a DTD now respects default attributes (sf#1505579)
+
+- changes from 1.0.2:
+  * inplace editing now works
+  * libxml2 features are only used if libxml2 has been compiled to support them
+  * the -N option usage has been expanded
+
+---

calling whatdependson for head-i586


Old:

  xmlstarlet-0.9.5-configure_fix.diff
  xmlstarlet-1.0.0-no_static_linking.diff
  xmlstarlet-1.0.1.tar.bz2

New:

  xmlstarlet-1.0.5.tar.bz2



Other differences:
--
++ xmlstarlet.spec ++
--- /var/tmp/diff_new_pack.hTwzIF/_old  2011-02-27 13:44:41.0 +0100
+++ /var/tmp/diff_new_pack.hTwzIF/_new  2011-02-27 13:44:41.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xmlstarlet (Version 1.0.1)
+# spec file for package xmlstarlet
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,20 +19,21 @@
 
 
 Name:   xmlstarlet
-BuildRequires:  libxslt-devel pkgconfig sgml-skel
+BuildRequires:  libxml2-devel >= 2.6.23
+BuildRequires:  libxslt-devel >= 1.1.9
+BuildRequires:  sgml-skel
+BuildRequires:  autoconf automake gcc glibc-devel libtool pkgconfig
 Summary:Command Line Tool to Process XML Documents
-Version:1.0.1
-Release:153
+Version:1.0.5
+Release:1
 License:MIT License (or similar)
 Group:  Productivity/Publishing/XML
-Source0:
http://ftp1.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.bz2
+# http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz
+Source0:xmlstarlet-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
-Patch0: %{name}-1.0.0-no_static_linking.diff
-Patch1: %{name}-0.9.5-configure_fix.diff
 Patch2: %{name}-xml_depyx.c.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://sourceforge.net/projects/xmlstar/
-DocDir: %{_docdir}
 
 %description
 XMLStarlet (xml) is a command line XML toolkit which can be used to
@@ -48,40 +49,34 @@
 
 %prep
 %setup -q
-%patch0 -p 1
-%patch1
 %patch2
 
 %build
-autoreconf --force --install
 export CFLAGS="$RPM_OPT_FLAGS -W -Wall"
-./configure --prefix=%{_prefix} \
-  --sysconfdir=%{_sysconfdir} \
-  --mandir=%{_mandir} \
-  --libdir=%{_libdir}
-make
-%{__mkdir_p} html
-%{__cp} -a doc/callouts html
-%{__cp} doc/*{css,html} html
+%configure \
+--disable-static-libs
+
+%__make %{?_smp_flags}
+
+%__mkdir_p html
+%__cp -a doc/callouts html
+%__cp doc/*{css,html} html
 
 %check
-make tests
+%__make tests
 
 %install
-#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] \
-#  && %{__rm} -rf $RPM_BUILD_ROOT
-[ -e "%buildroot" -a -d "%buildroot" ] || %{__mkdir} %buildroot
 %makeinstall
 
 %clean
-%{__rm} -fr %{buildroot}
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %files
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog NEWS README Copyright TODO
 %doc doc/xmlstarlet.txt doc/xmlstarlet.pdf
 %doc html
-%{_prefix}/bin/xml
-%{_mandir}/*/*
+%{_bindir}/xml
+%doc %{_mandir}/man1/xmlstarlet.1%{ext_man}
 
 %changelog

++ xmlstarlet-1.0.1.tar.bz2 -> xmlstarlet-1.0.5.tar.bz2 ++
 21732 lines of diff (skipped)

++ xmlstarlet-xml_depyx.c.diff ++
--- /var/tmp/diff_new_pack.hTwzIF/_old  2011-02-27 13:44:41.0 +0100
+++ /var/tmp/diff_new_pack.hTwzIF/_new  2011-02-27 13:44:41.0 +0100
@@ -1,12 +1,30 @@
-Index: src/xm