From 33cac082e3158317083132767878676dd5435927 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Mon, 16 Jun 2014 13:43:13 -0400 Subject: [PATCH] Update to upstream 1.6.0 (#1037400, #1107292) --- .gitignore | 1 + sources | 2 +- xmlstarlet.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3233c0e..ecdcec3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ xmlstarlet-1.0.1.tar.gz /xmlstarlet-1.3.1.tar.gz /xmlstarlet-1.4.2.tar.gz /xmlstarlet-1.5.0.tar.gz +/xmlstarlet-1.6.0.tar.gz diff --git a/sources b/sources index aef8cdb..91e1df1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c6db295d0cf9ff0d439edb755b7e8f6 xmlstarlet-1.5.0.tar.gz +526ad940de84b82902d5e41163e7126e xmlstarlet-1.6.0.tar.gz diff --git a/xmlstarlet.spec b/xmlstarlet.spec index fa0fe1e..fe3fec0 100644 --- a/xmlstarlet.spec +++ b/xmlstarlet.spec @@ -1,6 +1,6 @@ Name: xmlstarlet -Version: 1.5.0 -Release: 3%{?dist} +Version: 1.6.0 +Release: 1%{?dist} Summary: Command Line XML Toolkit Group: Applications/Text License: MIT @@ -38,8 +38,7 @@ mv $RPM_BUILD_ROOT%{_bindir}/xml $RPM_BUILD_ROOT%{_bindir}/xmlstarlet %check -cd tests -./runAllTests.sh +make check %clean @@ -54,6 +53,9 @@ rm -fr %{buildroot} %changelog +* Mon Jun 16 2014 Paul W. Frields - 1.6.0-1 +- Update to upstream 1.6.0 (#1037400, #1107292) + * Sun Jun 08 2014 Fedora Release Engineering - 1.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild