diff --git a/xmlstarlet-1.3.0.tar.bz2 b/xmlstarlet-1.3.0.tar.bz2 deleted file mode 100644 index 302d140..0000000 --- a/xmlstarlet-1.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba203d1fd949892a6398280f6cead5c2c71d93a1342d03073d34d7e87671d255 -size 330749 diff --git a/xmlstarlet-1.3.1.tar.gz b/xmlstarlet-1.3.1.tar.gz new file mode 100644 index 0000000..6810906 --- /dev/null +++ b/xmlstarlet-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effe9aba3f8003d1da2b07aa54af4f3b5956bd09f061c499442415278425885b +size 385752 diff --git a/xmlstarlet.changes b/xmlstarlet.changes index a090048..5a00206 100644 --- a/xmlstarlet.changes +++ b/xmlstarlet.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 21 11:27:45 UTC 2012 - pascal.bleser@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) + ------------------------------------------------------------------- Sun Oct 02 23:31:50 UTC 2011 - pascal.bleser@opensuse.org diff --git a/xmlstarlet.spec b/xmlstarlet.spec index 9d9ba85..3fa412c 100644 --- a/xmlstarlet.spec +++ b/xmlstarlet.spec @@ -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: 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.3.0 +Version: 1.3.1 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 +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 @@ 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'. - - -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