[xmlto] new release 0.0.25, fix handling of external data objects with fop

Ondrej Vasik ovasik at fedoraproject.org
Fri Dec 2 08:37:25 UTC 2011


commit f476f83cdfa9cd08d43dc282f9ddc28adbe64208
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Fri Dec 2 09:37:20 2011 +0100

    new release 0.0.25, fix handling of external data objects with fop

 .gitignore                |    1 +
 sources                   |    2 +-
 xmlto-fopextensions.patch |   49 ---------------------------------------------
 xmlto.spec                |   13 +++++------
 4 files changed, 8 insertions(+), 57 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f7ef76a..2193965 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 xmlto-0.0.23.tar.bz2
 /xmlto-0.0.24.tar.bz2
+/xmlto-0.0.25.tar.bz2
diff --git a/sources b/sources
index 6e396e3..03a9d63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d45bbe43f7c66c6bf585ba6635df31a  xmlto-0.0.24.tar.bz2
+6b6267b1470f8571fe5f63a128970364  xmlto-0.0.25.tar.bz2
diff --git a/xmlto.spec b/xmlto.spec
index e67e81a..3e9ae2c 100644
--- a/xmlto.spec
+++ b/xmlto.spec
@@ -1,7 +1,7 @@
 Summary: A tool for converting XML files to various formats
 Name: xmlto
-Version: 0.0.24
-Release: 2%{?dist}
+Version: 0.0.25
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 #Older versions up to xmlto-0.0.20
@@ -9,15 +9,12 @@ Group: Applications/System
 #Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
 URL: https://fedorahosted.org/xmlto/
 Source0: https://fedorahosted.org/releases/x/m/%{name}/%{name}-%{version}.tar.bz2
-Patch1: xmlto-fopextensions.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: docbook-xsl >= 1.56.0
 BuildRequires: libxslt
 BuildRequires: util-linux, flex
-#disable it when removing the patch
-BuildRequires: autoconf automake
 
 # We rely heavily on the DocBook XSL stylesheets!
 Requires: docbook-xsl >= 1.74.2
@@ -61,10 +58,8 @@ xhtml1 source format.
 
 %prep
 %setup -q
-%patch1 -p1 -b .extensions
 
 %build
-autoreconf
 %configure BASH=/bin/bash
 make %{?_smp_mflags}
 
@@ -104,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Dec 02 2011 Ondrej Vasik <ovasik at redhat.com> - 0.0.25-1
+- fix handling of external data objects with fop
+  (deb #568894)
+
 * Tue Nov 29 2011 Ondrej Vasik <ovasik at redhat.com> - 0.0.24-2
 - fix the functionality of fop.extensions (#757035)
 


More information about the scm-commits mailing list