[xmlto] new release 0.0.24, basic support for docbook->epub conversion, use backend extensions by default (-

Ondrej Vasik ovasik at fedoraproject.org
Thu Jul 14 11:49:28 UTC 2011


commit f95a953e88fd74e93abc0820d7a5f4bf1218af57
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Thu Jul 14 13:47:19 2011 +0200

    new release 0.0.24, basic support for docbook->epub conversion, use backend extensions by default (--noextensions) to disable it

 .gitignore                            |    1 +
 sources                               |    2 +-
 xmlto-0.0.23-Lchapterpassivetex.patch |   45 ---------------------------------
 xmlto.spec                            |   13 ++++++---
 4 files changed, 10 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8603267..f7ef76a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xmlto-0.0.23.tar.bz2
+/xmlto-0.0.24.tar.bz2
diff --git a/sources b/sources
index cb16b93..6e396e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3001d6bb2bbc2c8f6c2301f05120f074  xmlto-0.0.23.tar.bz2
+9d45bbe43f7c66c6bf585ba6635df31a  xmlto-0.0.24.tar.bz2
diff --git a/xmlto.spec b/xmlto.spec
index 85c7833..e2f5b6c 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.23
-Release: 4%{?dist}
+Version: 0.0.24
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 #Older versions up to xmlto-0.0.20
@@ -17,12 +17,11 @@ BuildRequires: libxslt
 BuildRequires: util-linux, flex
 
 # We rely heavily on the DocBook XSL stylesheets!
-Requires: docbook-xsl >= 1.56.0
+Requires: docbook-xsl >= 1.74.2
 Requires: text-www-browser
 Requires: libxslt
 Requires: docbook-dtds
 Requires: util-linux, flex
-Patch1:   xmlto-0.0.23-Lchapterpassivetex.patch
 
 %description
 This is a package for converting XML files to various formats using XSL
@@ -59,7 +58,6 @@ xhtml1 source format.
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure BASH=/bin/bash
@@ -101,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 14 2011 Ondrej Vasik <ovasik at redhat.com> - 0.0.24-1
+- new release 0.0.24, basic support for docbook->epub
+  conversion, use backend extensions by default
+  (--noextensions) to disable it
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.23-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list