rpms/xmlto/F-9 xmlto-backendstylesheet.patch, NONE, 1.1 xmlto.spec, 1.36, 1.37 xmlto-basename.patch, 1.1, NONE xmlto-findwarning.patch, 1.1, NONE

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Tue May 13 10:17:41 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/xmlto/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16646

Modified Files:
	xmlto.spec 
Added Files:
	xmlto-backendstylesheet.patch 
Removed Files:
	xmlto-basename.patch xmlto-findwarning.patch 
Log Message:
fixed errorneus handling of backend stylesheet(#446092)

xmlto-backendstylesheet.patch:

--- NEW FILE xmlto-backendstylesheet.patch ---
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


Index: xmlto.spec
===================================================================
RCS file: /cvs/extras/rpms/xmlto/F-9/xmlto.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- xmlto.spec	11 Feb 2008 09:24:15 -0000	1.36
+++ xmlto.spec	13 May 2008 10:16:58 -0000	1.37
@@ -3,11 +3,14 @@
 Summary: A tool for converting XML files to various formats.
 Name: xmlto
 Version: 0.0.20
-Release: 2%{?dist}
+Release: 3%{?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
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: docbook-xsl >= 1.56.0
@@ -33,6 +36,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .backendstylesheet
 
 %build
 touch doc/xmlto.xml doc/xmlif.xml
@@ -54,6 +58,10 @@
 %{_datadir}/xmlto
 
 %changelog
+* Tue May 13 2008 Ondrej Vasik <ovasik at redhat.com> - 0.0.20-3
+- fixed errorneus handling of backend stylesheet(#446092)
+- removed unused patches
+
 * Mon Feb 11 2008 Ondrej Vasik <ovasik at redhat.com> - 0.0.20-2
 - gcc4.3 rebuild
 


--- xmlto-basename.patch DELETED ---


--- xmlto-findwarning.patch DELETED ---




More information about the fedora-extras-commits mailing list