diff --git a/.cvsignore b/.cvsignore index 74d6f32..c92f34a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xmlto-0.0.8.tar.gz +xmlto-0.0.10.tar.gz diff --git a/sources b/sources index bd14fc0..d3dcf17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5240571a3f0eaa82da7cdd72ee8ce140 xmlto-0.0.8.tar.gz +e30134d15713dc927ad44d72d3c2aa6a xmlto-0.0.10.tar.gz diff --git a/xmlto.spec b/xmlto.spec index 10c1446..4f10dd1 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -1,13 +1,12 @@ -%define upstreamver 0.0.8 Summary: A tool for converting XML files to various formats. Name: xmlto -Version: 0.0.8 +Version: 0.0.10 Release: 3 License: GPL Group: Applications/System URL: http://cyberelk.net/tim/xmlto/ -Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{upstreamver}.tar.gz -Patch0: xmlto-0.0.8-nonet.patch +Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.gz +Patch0: xmlto-0.0.10-cvs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildArch: noarch @@ -27,8 +26,8 @@ This is a package for converting XML files to various formats using XSL stylesheets. %prep -%setup -q -n %{name}-%{upstreamver} -%patch0 -p1 -b .nonet +%setup -q +%patch0 -p1 -b .cvs %build %configure @@ -48,6 +47,26 @@ rm -rf %{buildroot} %{_datadir}/xmlto %changelog +* Thu Jun 27 2002 Tim Waugh 0.0.10-3 +- Some db2man improvements from CVS. + +* Fri Jun 21 2002 Tim Powers 0.0.10-2 +- automated rebuild + +* Tue Jun 18 2002 Tim Waugh 0.0.10-1 +- 0.0.10. +- No longer need texinputs patch. + +* Tue Jun 18 2002 Tim Waugh 0.0.9-3 +- Fix TEXINPUTS problem with ps and dvi backends. + +* Thu May 23 2002 Tim Powers 0.0.9-2 +- automated rebuild + +* Wed May 1 2002 Tim Waugh 0.0.9-1 +- 0.0.9. +- The nonet patch is no longer needed. + * Fri Apr 12 2002 Tim Waugh 0.0.8-3 - Don't fetch entities over the network.