Pascal Bleser 2013-07-08 06:47:04 +00:00 committed by Git OBS Bridge
parent d4e773d56e
commit 2db2c80260
4 changed files with 30 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51a854994347a73beb7bd7a70e7203579cc873add17755771c5607533e488e25
size 407185

3
xmlstarlet-1.5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47b4ed042ea2909257f2a386001af49fceb303f84da7214779ccf99fffc6bbba
size 414036

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jul 8 06:42:44 UTC 2013 - pascal.bleser@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)
-------------------------------------------------------------------
Sun Dec 16 02:32:36 UTC 2012 - pascal.bleser@opensuse.org

View File

@ -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 @@ BuildRequires: sgml-skel
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 @@ files using 'grep', 'sed', 'awk', 'tr', 'diff', or 'patch'.
%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/