rpms/tclxml/devel tclxml.spec,1.14,1.15

Michael Thomas wart at fedoraproject.org
Wed Dec 17 23:51:41 UTC 2008


Author: wart

Update of /cvs/extras/rpms/tclxml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25513

Modified Files:
	tclxml.spec 
Log Message:
Fix parsing of stylesheet entity (BZ #474766)




Index: tclxml.spec
===================================================================
RCS file: /cvs/extras/rpms/tclxml/devel/tclxml.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- tclxml.spec	23 Nov 2008 00:48:28 -0000	1.14
+++ tclxml.spec	17 Dec 2008 23:51:11 -0000	1.15
@@ -3,13 +3,14 @@
 Summary: XML parsing library for the Tcl scripting language
 Name:    tclxml
 Version: 3.1
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: BSD
 Group:   Development/Libraries
 URL:     http://tclxml.sourceforge.net/
 Source:  http://downloads.sourceforge.net/tclxml/tclxml-3.1.tar.gz
 Patch0:  tclxml.patch
 Patch1:  tclxml-3.1-sgmlversion.patch
+Patch2:  tclxml-3.1-sgmlparser.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  tcl-devel libxml2-devel expat-devel
 Requires:       tcl(abi) = 8.5 tcllib
@@ -49,6 +50,7 @@
 %setup -q
 %patch0 -p1
 %patch1
+%patch2 -p1
 
 # Clean up rpmlint warning about line endings on
 # one of the documentation files.
@@ -126,6 +128,8 @@
 %{tcl_sitearch}/Tclxml%{version}/*.a
 
 %changelog
+* Wed Dec 17 2008 Wart <wart at kobold.org> - 3.1-14
+- Fix parsing of stylesheet entity (BZ #474766)
 - Remove package name from Summary
 
 * Sat Feb 8 2008 Wart <wart at kobold.org> - 3.1-13




More information about the fedora-extras-commits mailing list