New version of xmlto - 0.0.27
This commit is contained in:
parent
bd9ef9d20d
commit
e48989d67d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ xmlto-0.0.23.tar.bz2
|
|||||||
/xmlto-0.0.24.tar.bz2
|
/xmlto-0.0.24.tar.bz2
|
||||||
/xmlto-0.0.25.tar.bz2
|
/xmlto-0.0.25.tar.bz2
|
||||||
/xmlto-0.0.26.tar.bz2
|
/xmlto-0.0.26.tar.bz2
|
||||||
|
/xmlto-0.0.27.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
c90a47c774e0963581c1ba57235f64f4 xmlto-0.0.26.tar.bz2
|
bd1189afde95083d81bad967e4b4526c xmlto-0.0.27.tar.bz2
|
||||||
|
11
xmlto.spec
11
xmlto.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A tool for converting XML files to various formats
|
Summary: A tool for converting XML files to various formats
|
||||||
Name: xmlto
|
Name: xmlto
|
||||||
Version: 0.0.26
|
Version: 0.0.27
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
#Older versions up to xmlto-0.0.20
|
#Older versions up to xmlto-0.0.20
|
||||||
@ -94,6 +94,13 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 10 2015 Ondrej Vasik <ovasik@redhat.com>
|
||||||
|
- New version 0.0.27
|
||||||
|
- remove several bashisms in scripts
|
||||||
|
- add new option --profile for preprocessing documents
|
||||||
|
with profiling stylesheet
|
||||||
|
- fix several potential crashes in xmlif (found by static analysis)
|
||||||
|
|
||||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-4
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user