diff --git a/.gitignore b/.gitignore index 911be84..e55af3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ xmlstarlet-1.0.1.tar.gz +/xmlstarlet-1.0.2.tar.gz diff --git a/sources b/sources index a412660..71d1344 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8deb71834bcdfb4443c258a1f0042fce xmlstarlet-1.0.1.tar.gz +cc6031201cb263ab364ee5bfbe503cb5 xmlstarlet-1.0.2.tar.gz diff --git a/xmlstarlet.spec b/xmlstarlet.spec index 9ef1863..fca5e37 100644 --- a/xmlstarlet.spec +++ b/xmlstarlet.spec @@ -1,6 +1,6 @@ Name: xmlstarlet -Version: 1.0.1 -Release: 9%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: Command Line XML Toolkit Group: Applications/Text License: MIT @@ -29,7 +29,7 @@ commands. %build autoreconf -i -%configure +%configure --with-libxml-prefix=%{_prefix} --with-libxslt-prefix=%{_prefix} make %{?_smp_mflags} cd $RPM_BUILD_DIR/%{name}-%{version}/doc xmlto man xmlstarlet-man.xml @@ -54,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Mon Nov 1 2010 Paul W. Frields - 1.0.2-1 +- Update to new upstream 1.0.2 + * Sun Jan 10 2010 Paul W. Frields - 1.0.1-9 - Correct source URL