Compare commits
79 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f6221779d | ||
|
|
d68c111af1 | ||
|
|
e7ef05bd9a | ||
|
|
8cb63c9ee2 | ||
|
|
a94a07b2d0 | ||
|
|
b67fdf77ad | ||
|
|
cb08ff9a60 | ||
|
|
a64c58b3be | ||
|
|
947717a290 | ||
|
|
c3562b90a4 | ||
|
|
d19f7db132 | ||
|
|
6e464f7aa3 | ||
|
|
a0bb6c5839 | ||
|
|
571fc033c0 | ||
|
|
07c2956e53 | ||
|
|
5b1dd40eff | ||
|
|
9d30ba3427 | ||
|
|
b2b054b672 | ||
|
|
f2bcb1a23a | ||
|
|
ec505df3b0 | ||
| 6fe374e55c | |||
|
|
b5b97b77ba | ||
|
|
750ad97f25 | ||
|
|
a071eba2df | ||
|
|
cde6feb4ae | ||
| 595770eebc | |||
|
|
d1640680d3 | ||
|
|
3e236d3529 | ||
|
|
9ef7ba6326 | ||
|
|
abf63c0cee | ||
|
|
1bd6d9528f | ||
|
|
dd403b4837 | ||
|
|
428692d806 | ||
|
|
c206991e2a | ||
|
|
ac2d935244 | ||
|
|
b2dc2deae4 | ||
|
|
231938cbfc | ||
|
|
d1ad87137b | ||
|
|
e48989d67d | ||
|
|
bd9ef9d20d | ||
| fc244bdffb | |||
|
|
db16a7365d | ||
|
|
217212a875 | ||
|
|
fb34f29f3e | ||
|
|
2dd07b3abc | ||
|
|
4c9e4b7785 | ||
|
|
01de564e75 | ||
|
|
19fc980054 | ||
|
|
7cdf5af2f0 | ||
|
|
f476f83cdf | ||
|
|
297e1d4731 | ||
|
|
50e5ddf507 | ||
|
|
f8a1435da2 | ||
|
|
f95a953e88 | ||
|
|
d3c593e015 | ||
|
|
5d23ba483f | ||
|
|
27db4f2fa7 | ||
|
|
b88a1bd76d | ||
|
|
233096f28f | ||
|
|
adc8f9a61b | ||
|
|
08d01018c9 | ||
|
|
a1d9e193a8 | ||
|
|
636d85c0dc | ||
|
|
0c27b2a0ca | ||
|
|
f1b85f7932 | ||
|
|
ace75522a1 | ||
|
|
fd7c5ff93c | ||
|
|
3075a2307b | ||
|
|
a735a64487 | ||
|
|
60c6e1b4b5 | ||
|
|
ad8d0807c6 | ||
|
|
862b4ab8b2 | ||
|
|
631d8a0eea | ||
|
|
c10f1c7007 | ||
|
|
f0775fec13 | ||
|
|
8d56737189 | ||
|
|
66a9be6290 | ||
|
|
a1bcf589a6 | ||
|
|
c359ec05c0 |
7 changed files with 304 additions and 140 deletions
|
|
@ -1 +0,0 @@
|
|||
xmlto-0.0.18.tar.bz2
|
||||
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
xmlto-0.0.23.tar.bz2
|
||||
/xmlto-0.0.24.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
|
||||
/xmlto-0.0.29.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xmlto
|
||||
# $Id: Makefile,v 1.1 2004/09/09 14:53:32 cvsdist Exp $
|
||||
NAME := xmlto
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attempt a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1a06471b70eb27a6aca5d1b3a144f9b0 xmlto-0.0.18.tar.bz2
|
||||
SHA512 (xmlto-0.0.29.tar.gz) = 95b574262b00c5d6460d156a1be6b0684ed2683f4ee0140016f7c88d8cdd7a46b4e090a9e55cee44b7ce88efb68da9af27ff02a182481d05486ed44bea0cc2ce
|
||||
|
|
|
|||
|
|
@ -1,71 +0,0 @@
|
|||
--- xmlto-0.0.18/format/docbook/fo.basename 2005-08-08 14:00:24.000000000 +0100
|
||||
+++ xmlto-0.0.18/format/docbook/fo 2005-08-08 14:01:13.000000000 +0100
|
||||
@@ -7,6 +7,6 @@
|
||||
echo "http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"
|
||||
;;
|
||||
post-process)
|
||||
- cp "$XSLT_PROCESSED" "$OUTPUT_DIR/$(basename ${XSLT_PROCESSED%.*}).fo"
|
||||
+ cp "$XSLT_PROCESSED" "$OUTPUT_DIR/$(basename "${XSLT_PROCESSED%.*}").fo"
|
||||
;;
|
||||
esac
|
||||
--- xmlto-0.0.18/format/docbook/html-nochunks.basename 2005-08-08 14:01:39.000000000 +0100
|
||||
+++ xmlto-0.0.18/format/docbook/html-nochunks 2005-08-08 14:01:49.000000000 +0100
|
||||
@@ -7,6 +7,6 @@
|
||||
echo "http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"
|
||||
;;
|
||||
post-process)
|
||||
- cp "$XSLT_PROCESSED" "$OUTPUT_DIR/$(basename ${XSLT_PROCESSED%.*}).html"
|
||||
+ cp "$XSLT_PROCESSED" "$OUTPUT_DIR/$(basename "${XSLT_PROCESSED%.*}").html"
|
||||
;;
|
||||
esac
|
||||
--- xmlto-0.0.18/format/docbook/txt.basename 2005-08-08 14:02:16.000000000 +0100
|
||||
+++ xmlto-0.0.18/format/docbook/txt 2005-08-08 14:02:26.000000000 +0100
|
||||
@@ -29,6 +29,6 @@
|
||||
echo >&2 "Convert HTML to ASCII"
|
||||
fi
|
||||
${CONVERT} ${ARGS} ${POSTARGS} ${XSLT_PROCESSED} > \
|
||||
- "$OUTPUT_DIR/$(basename ${XSLT_PROCESSED%.*}).txt"
|
||||
+ "$OUTPUT_DIR/$(basename "${XSLT_PROCESSED%.*}").txt"
|
||||
;;
|
||||
esac
|
||||
--- xmlto-0.0.18/format/fo/dvi.basename 2005-08-08 14:02:39.000000000 +0100
|
||||
+++ xmlto-0.0.18/format/fo/dvi 2005-08-08 14:02:48.000000000 +0100
|
||||
@@ -29,6 +29,6 @@
|
||||
[ "$VERBOSE" -ge 3 ] && cat $OUT
|
||||
fi
|
||||
fi
|
||||
- cp -- *.dvi "$OUTPUT_DIR/$(basename ${XSLT_PROCESSED%.*}).dvi"
|
||||
+ cp -- *.dvi "$OUTPUT_DIR/$(basename "${XSLT_PROCESSED%.*}").dvi"
|
||||
;;
|
||||
esac
|
||||
--- xmlto-0.0.18/format/fo/pdf.basename 2005-08-08 14:03:01.000000000 +0100
|
||||
+++ xmlto-0.0.18/format/fo/pdf 2005-08-08 14:03:08.000000000 +0100
|
||||
@@ -29,6 +29,6 @@
|
||||
[ "$VERBOSE" -ge 3 ] && cat $OUT
|
||||
fi
|
||||
fi
|
||||
- cp -- *.pdf "$OUTPUT_DIR/$(basename ${XSLT_PROCESSED%.*}).pdf"
|
||||
+ cp -- *.pdf "$OUTPUT_DIR/$(basename "${XSLT_PROCESSED%.*}").pdf"
|
||||
;;
|
||||
esac
|
||||
--- xmlto-0.0.18/format/fo/ps.basename 2005-08-08 14:03:14.000000000 +0100
|
||||
+++ xmlto-0.0.18/format/fo/ps 2005-08-08 14:03:23.000000000 +0100
|
||||
@@ -33,6 +33,6 @@
|
||||
then
|
||||
echo >&2 "Post-process DVI to PS"
|
||||
fi
|
||||
- dvips -R -q ${POSTPOSTARGS} -o "$OUTPUT_DIR/$(basename ${XSLT_PROCESSED%.*}).ps" *.dvi
|
||||
+ dvips -R -q ${POSTPOSTARGS} -o "$OUTPUT_DIR/$(basename "${XSLT_PROCESSED%.*}").ps" *.dvi
|
||||
;;
|
||||
esac
|
||||
--- xmlto-0.0.18/xmlto.in.basename 2005-08-08 14:03:38.000000000 +0100
|
||||
+++ xmlto-0.0.18/xmlto.in 2005-08-08 14:03:52.000000000 +0100
|
||||
@@ -339,7 +339,7 @@
|
||||
XSLT_PROCESSED="$INPUT_FILE"
|
||||
else
|
||||
[ "$VERBOSE" -ge 1 ] && echo >&2 "Stylesheet: ${STYLESHEET}"
|
||||
- XSLT_PROCESSED="$XSLT_PROCESSED_DIR/$(basename ${INPUT_FILE%.*}).proc"
|
||||
+ XSLT_PROCESSED="$XSLT_PROCESSED_DIR/$(basename "${INPUT_FILE%.*}").proc"
|
||||
|
||||
if [ "$VERBOSE" -gt 2 ]
|
||||
then
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
diff -urNp xmlto-0.0.18.orig/xmlto.in xmlto-0.0.18/xmlto.in
|
||||
--- xmlto-0.0.18.orig/xmlto.in 2004-01-02 13:03:24.000000000 +0100
|
||||
+++ xmlto-0.0.18/xmlto.in 2007-10-08 13:48:22.000000000 +0200
|
||||
@@ -47,7 +47,7 @@ determined automatically).
|
||||
EOF
|
||||
if [ -d "$FORMAT_DIR" ]
|
||||
then
|
||||
- for source in $(${FIND} "$FORMAT_DIR" -type d -maxdepth 1)
|
||||
+ for source in $(${FIND} "$FORMAT_DIR" -maxdepth 1 -type d)
|
||||
do
|
||||
if [ "$source" = "$FORMAT_DIR" ]; then continue; fi
|
||||
|
||||
328
xmlto.spec
328
xmlto.spec
|
|
@ -1,30 +1,22 @@
|
|||
%{!?tetex:%define tetex 1}
|
||||
|
||||
Summary: A tool for converting XML files to various formats.
|
||||
Name: xmlto
|
||||
Version: 0.0.18
|
||||
Release: 17
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
URL: http://cyberelk.net/tim/xmlto/
|
||||
Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
|
||||
Patch0: xmlto-basename.patch
|
||||
Patch1: xmlto-findwarning.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
Version: 0.0.29
|
||||
Release: 6%{?dist}
|
||||
Summary: A tool for converting XML files to various formats
|
||||
|
||||
BuildRequires: docbook-xsl >= 1.56.0
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://pagure.io/xmlto/
|
||||
Source0: https://pagure.io/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: docbook-xsl
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: util-linux, flex
|
||||
BuildRequires: gcc
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
|
||||
# We rely heavily on the DocBook XSL stylesheets!
|
||||
Requires: docbook-xsl >= 1.56.0
|
||||
|
||||
Requires: text-www-browser
|
||||
|
||||
# For full functionality, we need passivetex.
|
||||
%if %{tetex}
|
||||
Requires: passivetex >= 1.11
|
||||
%endif
|
||||
Requires: docbook-xsl
|
||||
Requires: libxslt
|
||||
Requires: docbook-dtds
|
||||
Requires: util-linux, flex
|
||||
|
|
@ -33,31 +25,301 @@ Requires: util-linux, flex
|
|||
This is a package for converting XML files to various formats using XSL
|
||||
stylesheets.
|
||||
|
||||
%package tex
|
||||
License: GPL-2.0-or-later
|
||||
Summary: A set of xmlto backends with TeX requirements
|
||||
# For full functionality, we need passivetex.
|
||||
Requires: texlive-passivetex
|
||||
# We require main package
|
||||
Requires: xmlto = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description tex
|
||||
This subpackage contains xmlto backend scripts which do require
|
||||
PassiveTeX/TeX for functionality.
|
||||
|
||||
%package xhtml
|
||||
License: GPL-2.0-or-later
|
||||
Summary: A set of xmlto backends for xhtml1 source format
|
||||
# For functionality we need stylesheets xhtml2fo-style-xsl
|
||||
Requires: xhtml2fo-style-xsl
|
||||
# We require main package
|
||||
Requires: xmlto = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description xhtml
|
||||
This subpackage contains xmlto backend scripts for processing
|
||||
xhtml1 source format.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .basename
|
||||
%patch1 -p1 -b .findwarning
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
autoreconf -i -v
|
||||
|
||||
%build
|
||||
touch doc/xmlto.xml doc/xmlif.xml
|
||||
%configure
|
||||
make
|
||||
%configure BASH=/bin/bash
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%doc ChangeLog README.md AUTHORS.md NEWS.md
|
||||
%{_bindir}/*
|
||||
%{_mandir}/*/*
|
||||
%{_datadir}/xmlto
|
||||
%exclude %{_datadir}/xmlto/format/fo/dvi
|
||||
%exclude %{_datadir}/xmlto/format/fo/ps
|
||||
%exclude %{_datadir}/xmlto/format/fo/pdf
|
||||
%exclude %dir %{_datadir}/xmlto/format/xhtml1/
|
||||
%exclude %{_datadir}/xmlto/format/xhtml1
|
||||
|
||||
%files tex
|
||||
%{_datadir}/xmlto/format/fo/dvi
|
||||
%{_datadir}/xmlto/format/fo/ps
|
||||
%{_datadir}/xmlto/format/fo/pdf
|
||||
|
||||
%files xhtml
|
||||
%dir %{_datadir}/xmlto/format/xhtml1/
|
||||
%{_datadir}/xmlto/format/xhtml1/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.29-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Mon Feb 9 2026 Tom Callaway <spot@fedoraproject.org> - 0.0.29-5
|
||||
- fix -tex subpackage to use modern texlive provide
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.29-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.29-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.29-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sun Aug 11 2024 Ondrej Sloup <osloup@redhat.com> - 0.0.29-1
|
||||
- Rebase to the latest upstream version
|
||||
|
||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 0.0.28-25
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Oct 23 2023 Ondrej Sloup <osloup@redhat.com> - 0.0.28-22
|
||||
- Update license tag to the SPDX format
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Nov 24 2022 Florian Weimer <fweimer@redhat.com> - 0.0.28-19
|
||||
- Apply upstream patches to support building in stricer C99 mode
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 21 2018 Ondrej Vasik <ovasik@redhat.com> - 0.0.28-10
|
||||
- add BuildRequires for gcc (#1606744)
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jul 03 2018 Than Ngo <than@redhat.com> - 0.0.28-8
|
||||
- use the passivetex from texlive
|
||||
|
||||
* Mon Jul 02 2018 Ondrej Vasik <ovasik@redhat.com> - 0.0.28-7
|
||||
- upstream moved to pagure.io/xmlto (#1502443)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Nov 18 2015 Ondrej Vasik <ovasik@redhat.com> 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 <ovasik@redhat.com> 0.0.27-1
|
||||
- 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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Apr 05 2014 Ondrej Vasik <ovasik@redhat.com> - 0.0.26-1
|
||||
- New version 0.0.26
|
||||
- fix build with automake 1.13+
|
||||
- fix warning in searchpath option
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Apr 09 2013 Ondrej Vasik <ovasik@redhat.com> - 0.0.25-6
|
||||
- drop hard requirement for text-www-browser (any package that
|
||||
needs docbook->txt for build may buildrequire any of
|
||||
w3m/lynx/elinks as suggested by script)
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jun 08 2012 Ondrej Vasik <ovasik@redhat.com> - 0.0.25-3
|
||||
- fix the noextensions option (#830266)
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Fri Dec 02 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.25-1
|
||||
- fix handling of external data objects with fop
|
||||
(deb #568894)
|
||||
|
||||
* Tue Nov 29 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-2
|
||||
- fix the functionality of fop.extensions (#757035)
|
||||
|
||||
* Thu Jul 14 2011 Ondrej Vasik <ovasik@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@lists.fedoraproject.org> - 0.0.23-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Tue Oct 13 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-3
|
||||
- workaround passivetex limitation for chapter titles starting
|
||||
with L(#526273)
|
||||
|
||||
* Thu Sep 24 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-2
|
||||
- ensure the default shell is /bin/bash instead of /bin/sh
|
||||
|
||||
* Mon Sep 21 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-1
|
||||
- New version 0.0.23
|
||||
- added autodetection for more common tools like
|
||||
gnu cp or tail
|
||||
- added option --noautosize to prevent overriding
|
||||
of user-defined or system-default paper size
|
||||
- use shell built-in 'type -t' instead of 'which'
|
||||
utility for detection of file availability
|
||||
|
||||
* Sat Aug 01 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.22-3
|
||||
- make subpackages noarch, preserve timestamps - merge
|
||||
review (#226568)
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.22-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed Mar 25 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.22-1
|
||||
- New version 0.0.22
|
||||
- autodetection for tools/program paths, consolidated
|
||||
error code handling, build warnings cleanup
|
||||
|
||||
* Mon Mar 16 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-9
|
||||
- reenable noent switch - bug is on lcdproc side
|
||||
- add xhtml support(subpackage) (#145140)
|
||||
|
||||
* Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-8
|
||||
- temporarily disable noent switch - blocks lcdproc doc build
|
||||
(#488093)
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Wed Jan 28 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-6
|
||||
- fix cleaning up of temporary files with libpaper(Debian)
|
||||
- fix xmllint postvalid (added noent option), use nonet
|
||||
switch
|
||||
|
||||
* Mon Jan 05 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-5
|
||||
- fix stringparam option functionality
|
||||
|
||||
* Tue Dec 16 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-4
|
||||
- merge review(#226568)
|
||||
correct doc filelist attributes, add License GPL+ for xmlif
|
||||
|
||||
* Fri Dec 12 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-3
|
||||
- merge review(#226568):
|
||||
ship documentation files, fix license tag, use recommended
|
||||
parallel make, make install instead of macro, require libxslt
|
||||
instead of direct binary requirement
|
||||
|
||||
* Fri Jul 11 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-2
|
||||
- xmlto-tex subpackage to prevent requirements for
|
||||
passivetex/tex for all backends(#454341)
|
||||
|
||||
* Fri Jun 20 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-1
|
||||
- new version 0.0.21
|
||||
|
||||
* Tue May 13 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-3
|
||||
- fixed errorneus handling of backend stylesheet(#446092)
|
||||
- removed unused patches
|
||||
|
||||
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-2
|
||||
- gcc4.3 rebuild
|
||||
|
||||
* Thu Jan 17 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-1
|
||||
- new version 0.0.20
|
||||
- added experimental fop support(additional output formats)
|
||||
- possibility to read stylesheet from STDIN, using recursive
|
||||
cp in docbook formats, updated man pages
|
||||
|
||||
* Wed Nov 28 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.19-1
|
||||
- new version 0.0.19
|
||||
- added dist tag
|
||||
|
||||
* Fri Oct 12 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-17
|
||||
- generalized text-www-browser requirements(#174566)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue