rpms/diveintopython/devel diveintopython.spec, 1.12, 1.13 diveintopython-xalan.patch, 1.1, 1.2

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Jul 13 09:15:48 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/diveintopython/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14381/devel

Modified Files:
	diveintopython.spec diveintopython-xalan.patch 
Log Message:
- Fix xalan patch.


Index: diveintopython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/diveintopython/devel/diveintopython.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- diveintopython.spec	26 Nov 2009 17:27:10 -0000	1.12
+++ diveintopython.spec	13 Jul 2010 09:15:47 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           diveintopython
 Version:        5.4
-Release:        17%{?dist}
+Release:        18%{?dist}
 
 Summary:        Dive into Python - a python book
 
@@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 13 2010 Alexander Kurtakov <akurtako at redhat.com> 5.4-18
+- Fix xalan patch.
+
 * Wed Nov 25 2009 Lubomir Rintel <lkundrak at v3.sk> - 5.4-17
 - Newer saxon no longer supports XSLT 1.0, use Xalan-J instead
 

diveintopython-xalan.patch:
 build_common.xml |  108 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 56 insertions(+), 52 deletions(-)

Index: diveintopython-xalan.patch
===================================================================
RCS file: /cvs/pkgs/rpms/diveintopython/devel/diveintopython-xalan.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- diveintopython-xalan.patch	26 Nov 2009 17:27:10 -0000	1.1
+++ diveintopython-xalan.patch	13 Jul 2010 09:15:47 -0000	1.2
@@ -15,7 +15,7 @@ index 905cf49..7575449 100644
  <property name="images" value="&common;/images"/>
  <property name="crimson" value="/usr/share/java/xerces-j2.jar"/>
  <property name="saxon" value="/usr/share/java/saxon.jar:${crimson}"/>
-+<property name="xalan-j2" value="/usr/share/java/xalan-j2.jar"/>
++<property name="xalan-j2" value="/usr/share/java/xalan-j2.jar:/usr/share/java/xalan-j2-serializer.jar"/>
  <property name="encoding" value="iso-8859-1"/>
  <property name="standardargs" value=""/>
  



More information about the scm-commits mailing list