From 636d85c0dcaabf56e1a8594b6eeb777ba605a4e8 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Mar 25 2009 15:08:17 +0000 Subject: New version 0.0.22, autodetection for tools/program paths, consolidated error code handling, build warnings cleanup, various minor changes --- diff --git a/.cvsignore b/.cvsignore index 44d5302..9b5cb54 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xmlto-0.0.21.tar.bz2 +xmlto-0.0.22.tar.bz2 diff --git a/sources b/sources index 602aff8..8491b84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc2039dedc81f1a56b06e5fdac6f7570 xmlto-0.0.21.tar.bz2 +12f297dc7051e4fef08339980f88a1dd xmlto-0.0.22.tar.bz2 diff --git a/xmlto.spec b/xmlto.spec index 133637d..0cb4257 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -1,19 +1,14 @@ Summary: A tool for converting XML files to various formats Name: xmlto -Version: 0.0.21 -Release: 9%{?dist} -#xmlto is released under GPLv2+ license, xmlif under GPL+ license -License: GPLv2+ and GPL+ +Version: 0.0.22 +Release: 1%{?dist} +License: GPLv2+ Group: Applications/System #Older versions up to xmlto-0.0.20 #URL: http://cyberelk.net/tim/xmlto/ #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 -Patch0: xmlto-stringparam.patch -Patch1: xmlto-libpaper.patch -Patch2: xmlto-xmllintoptions.patch -Patch3: xmlto-xhtml1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,7 +21,7 @@ Requires: docbook-xsl >= 1.56.0 Requires: text-www-browser Requires: libxslt Requires: docbook-dtds -Requires: util-linux, flex +Requires: util-linux, flex, which %description This is a package for converting XML files to various formats using XSL @@ -60,10 +55,6 @@ xhtml1 source format. %prep %setup -q -%patch0 -p1 -b .stringparam -%patch1 -p1 -b .libpapercleanup -%patch2 -p1 -b .xmllintoptions -%patch3 -p1 -b .xhtml1 %build %configure @@ -105,6 +96,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 25 2009 Ondrej Vasik +- New version 0.0.22 +- autodetection for tools/program paths, consolidated + error code handling, build warnings cleanup + * Mon Mar 16 2009 Ondrej Vasik - 0.0.21-9 - reenable noent switch - bug is on lcdproc side - add xhtml support(subpackage) (#145140)