From 231938cbfcc70f681418b64256913c3defd369cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Wed, 18 Nov 2015 10:00:48 +0100 Subject: [PATCH] fix broken temp files removal, do not detect links browser as elinks --- .gitignore | 1 + sources | 2 +- xmlto.spec | 7 ++++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 30a97d6..1fd7dd1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ xmlto-0.0.23.tar.bz2 /xmlto-0.0.25.tar.bz2 /xmlto-0.0.26.tar.bz2 /xmlto-0.0.27.tar.bz2 +/xmlto-0.0.28.tar.bz2 diff --git a/sources b/sources index 23ef1fc..ffa6006 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd1189afde95083d81bad967e4b4526c xmlto-0.0.27.tar.bz2 +93bab48d446c826399d130d959fe676f xmlto-0.0.28.tar.bz2 diff --git a/xmlto.spec b/xmlto.spec index 154fb0c..cfd9db4 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -1,6 +1,6 @@ Summary: A tool for converting XML files to various formats Name: xmlto -Version: 0.0.27 +Version: 0.0.28 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -94,6 +94,11 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %changelog +* Wed Nov 18 2015 Ondrej Vasik 0.0.28-1 +- New version 0.0.28 +- fix broken temp files removal +- do not detect links browser as elinks + * Tue Nov 10 2015 Ondrej Vasik 0.0.27-1 - New version 0.0.27 - remove several bashisms in scripts