20844430 Update xmlto to version 0.0.26
authorRich Burridge <rich.burridge@oracle.com>
Thu, 09 Apr 2015 15:35:14 -0700
changeset 4083 70f2f26368fe
parent 4082 a1a3491e5faf
child 4084 3b8278addf4b
20844430 Update xmlto to version 0.0.26
components/xmlto/Makefile
components/xmlto/patches/xmlto.in.patch
--- a/components/xmlto/Makefile	Thu Apr 09 15:33:20 2015 -0700
+++ b/components/xmlto/Makefile	Thu Apr 09 15:35:14 2015 -0700
@@ -26,16 +26,16 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		xmlto
-COMPONENT_VERSION=	0.0.25
+COMPONENT_VERSION=	0.0.26
 COMPONENT_PROJECT_URL=	https://fedorahosted.org/xmlto/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH= \
-    sha256:c52b56d929e8d20fc19cd3b7ec238f8d039730c56ee311cc352e843147e3e31a
+    sha256:cfd8d2a26077be1d5566dfe22dd66099ae4f4600dea97d6e113a2cc5b8708977
 COMPONENT_ARCHIVE_URL=	 https://fedorahosted.org/releases/x/m/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/xmlto
 
-TPNO=			13394
+TPNO=			22220
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
--- a/components/xmlto/patches/xmlto.in.patch	Thu Apr 09 15:33:20 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-Fixes a warning of:
-
- /usr/bin/xmlto: line 325: local: can only be used in a function
-
-found by Alan Coopersmith during testing of xmlto with the X.org distribution.
-
-The change will be sent upstream.
-
---- xmlto-0.0.25/xmlto.in.orig	2014-02-13 13:58:02.220260650 -0800
-+++ xmlto-0.0.25/xmlto.in	2014-02-13 14:03:39.275042953 -0800
-@@ -322,7 +322,7 @@
- 	shift
- 	;;
-   --searchpath)
--	local oldIFS="${IFS}"
-+	oldIFS="${IFS}"
- 	IFS=":"
- 	for asearchpath in "$2"; do
- 	  # wrangle relative paths into absolute ones so that the user