Compare commits
56 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 |
6 changed files with 185 additions and 107 deletions
|
|
@ -1 +0,0 @@
|
|||
xmlto-0.0.23.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.2 2007/10/15 19:32:30 notting 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 $$d/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 @@
|
|||
3001d6bb2bbc2c8f6c2301f05120f074 xmlto-0.0.23.tar.bz2
|
||||
SHA512 (xmlto-0.0.29.tar.gz) = 95b574262b00c5d6460d156a1be6b0684ed2683f4ee0140016f7c88d8cdd7a46b4e090a9e55cee44b7ce88efb68da9af27ff02a182481d05486ed44bea0cc2ce
|
||||
|
|
|
|||
|
|
@ -1,45 +0,0 @@
|
|||
diff -urNp xmlto-0.0.23-orig/format/fo/dvi xmlto-0.0.23/format/fo/dvi
|
||||
--- xmlto-0.0.23-orig/format/fo/dvi 2009-09-18 12:06:23.000000000 +0200
|
||||
+++ xmlto-0.0.23/format/fo/dvi 2009-10-13 14:08:46.000000000 +0200
|
||||
@@ -13,7 +13,10 @@ post-process)
|
||||
fi
|
||||
# Work around stupid tetex bug with '_' in filenames
|
||||
# Also work around stupid tetex limitation with long lines (bug #101055)
|
||||
- sed -e "s,/>,\n/>,g" "$XSLT_PROCESSED" >tmp.fo
|
||||
+ # and workaround passivetex limitation for chapter titles starting with L
|
||||
+ # (#526273)
|
||||
+ sed -e "s,/>,/>\n,g" \
|
||||
+ -e "s,block>,&\n,g" "$XSLT_PROCESSED" >tmp.fo
|
||||
OUT=output
|
||||
TEXINPUTS="$(dirname "$INPUT_FILE")::$SEARCHPATH"
|
||||
export TEXINPUTS
|
||||
diff -urNp xmlto-0.0.23-orig/format/fo/pdf xmlto-0.0.23/format/fo/pdf
|
||||
--- xmlto-0.0.23-orig/format/fo/pdf 2009-09-18 12:06:23.000000000 +0200
|
||||
+++ xmlto-0.0.23/format/fo/pdf 2009-10-13 14:09:08.000000000 +0200
|
||||
@@ -15,7 +15,10 @@ DEFAULT|DBLATEX)
|
||||
fi
|
||||
# Work around stupid tetex bug with '_' in filenames
|
||||
# Also work around stupid tetex limitation with long lines (bug #101055)
|
||||
- sed -e "s,/>,\n/>,g" "$XSLT_PROCESSED" >tmp.fo
|
||||
+ # and workaround passivetex limitation for chapter titles starting with L
|
||||
+ # (#526273)
|
||||
+ sed -e "s,/>,/>\n,g" \
|
||||
+ -e "s,block>,&\n,g" "$XSLT_PROCESSED" >tmp.fo
|
||||
OUT=output
|
||||
TEXINPUTS="$(dirname "$INPUT_FILE")::$SEARCHPATH"
|
||||
export TEXINPUTS
|
||||
diff -urNp xmlto-0.0.23-orig/format/fo/ps xmlto-0.0.23/format/fo/ps
|
||||
--- xmlto-0.0.23-orig/format/fo/ps 2009-03-17 17:39:52.000000000 +0100
|
||||
+++ xmlto-0.0.23/format/fo/ps 2009-10-13 14:01:39.000000000 +0200
|
||||
@@ -10,7 +10,10 @@ DEFAULT|DBLATEX)
|
||||
fi
|
||||
# Work around stupid tetex bug with '_' in filenames
|
||||
# Also work around stupid tetex limitation with long lines (bug #101055)
|
||||
- sed -e "s,/>,\n/>,g" "$XSLT_PROCESSED" >tmp.fo
|
||||
+ # and workaround passivetex limitation for chapter titles starting with L
|
||||
+ # (#526273)
|
||||
+ sed -e "s,/>,/>\n,g" \
|
||||
+ -e "s,block>,&\n,g" "$XSLT_PROCESSED" >tmp.fo
|
||||
OUT=output
|
||||
TEXINPUTS="$(dirname "$INPUT_FILE")::$SEARCHPATH"
|
||||
export TEXINPUTS
|
||||
212
xmlto.spec
212
xmlto.spec
|
|
@ -1,51 +1,45 @@
|
|||
Summary: A tool for converting XML files to various formats
|
||||
Name: xmlto
|
||||
Version: 0.0.23
|
||||
Release: 3%{?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
|
||||
Version: 0.0.29
|
||||
Release: 6%{?dist}
|
||||
Summary: A tool for converting XML files to various formats
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://pagure.io/xmlto/
|
||||
Source0: https://pagure.io/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: docbook-xsl >= 1.56.0
|
||||
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
|
||||
Requires: docbook-xsl
|
||||
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
|
||||
stylesheets.
|
||||
|
||||
%package tex
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
Summary: A set of xmlto backends with TeX requirements
|
||||
# For full functionality, we need passivetex.
|
||||
Requires: passivetex >= 1.11
|
||||
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
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
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
|
||||
|
|
@ -58,26 +52,23 @@ This subpackage contains xmlto backend scripts for processing
|
|||
xhtml1 source format.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
autoreconf -i -v
|
||||
|
||||
%build
|
||||
%configure BASH=/bin/bash
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING ChangeLog README AUTHORS NEWS
|
||||
%license COPYING
|
||||
%doc ChangeLog README.md AUTHORS.md NEWS.md
|
||||
%{_bindir}/*
|
||||
%{_mandir}/*/*
|
||||
%{_datadir}/xmlto
|
||||
|
|
@ -87,25 +78,172 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%exclude %dir %{_datadir}/xmlto/format/xhtml1/
|
||||
%exclude %{_datadir}/xmlto/format/xhtml1
|
||||
|
||||
|
||||
%files tex
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/xmlto/format/fo/dvi
|
||||
%{_datadir}/xmlto/format/fo/ps
|
||||
%{_datadir}/xmlto/format/fo/pdf
|
||||
|
||||
%files xhtml
|
||||
%defattr(-,root,root,-)
|
||||
%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)
|
||||
|
||||
* Fri Sep 24 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-2
|
||||
* 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
|
||||
|
|
@ -162,7 +300,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
- xmlto-tex subpackage to prevent requirements for
|
||||
passivetex/tex for all backends(#454341)
|
||||
|
||||
* Mon Jun 20 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-1
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue