diff --git a/.cvsignore b/.cvsignore index 2ec5fc9..44d5302 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xmlto-0.0.20.tar.bz2 +xmlto-0.0.21.tar.bz2 diff --git a/sources b/sources index c20b7be..602aff8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab814ae352fc028862cbea9d676ab93b xmlto-0.0.20.tar.bz2 +cc2039dedc81f1a56b06e5fdac6f7570 xmlto-0.0.21.tar.bz2 diff --git a/xmlto-backendstylesheet.patch b/xmlto-backendstylesheet.patch deleted file mode 100644 index d40028e..0000000 --- a/xmlto-backendstylesheet.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urNp xmlto-0.0.20-orig/xmlto.in xmlto-0.0.20/xmlto.in ---- xmlto-0.0.20-orig/xmlto.in 2008-01-17 10:39:02.000000000 +0100 -+++ xmlto-0.0.20/xmlto.in 2008-05-13 12:08:35.000000000 +0200 -@@ -326,6 +326,7 @@ fi - # Ask the format script what stylesheet to use. - XSLT_PROCESSOR=xsltproc # We only know about xsltproc right now. - export XSLT_PROCESSOR -+export USE_BACKEND - if [ -z "$STYLESHEET" ] - then - STYLESHEET="$(${BASH} "$FORMAT" stylesheet)" || exit 1 diff --git a/xmlto.spec b/xmlto.spec index 97f800e..bc875e7 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -2,14 +2,15 @@ Summary: A tool for converting XML files to various formats. Name: xmlto -Version: 0.0.20 -Release: 3%{?dist} +Version: 0.0.21 +Release: 1%{?dist} License: GPLv2 Group: Applications/System -URL: http://cyberelk.net/tim/xmlto/ -Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2 - -Patch1: xmlto-backendstylesheet.patch +#Older versions up to xmlto-0.0.20 +#URL: http://cyberelk.net/tim/xmlto/ +#Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2 +URL: https://fedorahosted.org/xmlto/ +Source0: http://svn.fedorahosted.org/svn/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -36,7 +37,6 @@ stylesheets. %prep %setup -q -%patch1 -p1 -b .backendstylesheet %build touch doc/xmlto.xml doc/xmlif.xml @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xmlto %changelog +* Mon Jun 20 2008 Ondrej Vasik - 0.0.21-1 +- new version 0.0.21 + * Tue May 13 2008 Ondrej Vasik - 0.0.20-3 - fixed errorneus handling of backend stylesheet(#446092) - removed unused patches