cvsdist 9dca784
Name: docbook-style-xsl
ae19a52
Version: 1.79.2
d935159
Release: 7%{?dist}
cvsdist 9dca784
Group: Applications/Text
cvsdist 9dca784
f590d3a
Summary: Norman Walsh's XSL stylesheets for DocBook XML
cvsdist 9dca784
55cbd2c
License: DMIT
ae19a52
URL: https://github.com/docbook/xslt10-stylesheets
cvsdist 9dca784
cvsdist 9dca784
Provides: docbook-xsl = %{version}
f590d3a
Requires: docbook-dtd-xml
cvsdist 9dca784
# xml-common was using /usr/share/xml until 0.6.3-8.
f590d3a
Requires: xml-common >= 0.6.3-8
f590d3a
# libxml2 required because of usage of /usr/bin/xmlcatalog
f590d3a
Requires(post): libxml2 >= 2.4.8
f590d3a
Requires(postun): libxml2 >= 2.4.8
cvsdist 4519429
# PassiveTeX before 1.21 can't handle the newer stylesheets.
cvsdist 4519429
Conflicts: passivetex < 1.21
cvsdist 9dca784
cvsdist 9dca784
cvsdist 9dca784
BuildArch: noarch
ae19a52
Source0: https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F{%version}/docbook-xsl-nons-%{version}.tar.bz2
cvsdist 4519429
Source1: %{name}.Makefile
ae19a52
Source2:  https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F{%version}/docbook-xsl-doc-%{version}.tar.bz2
ae19a52
cvsdist 9dca784
d839569
#Avoid proportional-column-width for passivetex (bug #176766).
859d76a
Patch1: docbook-xsl-pagesetup.patch
d839569
#Hard-code the margin-left work around to expect passivetex (bug #113456).
cvsdist 93160b5
Patch2: docbook-xsl-marginleft.patch
d839569
#fix of #161619 - adjustColumnWidths now available
6722852
Patch3: docbook-xsl-newmethods.patch
d839569
#change a few non-constant expressions to constant - needed for passivetex(#366441)
1d0b008
Patch4: docbook-xsl-non-constant-expressions.patch
d839569
#added fixes for passivetex extension and list-item-body(#161371)
828dcb6
Patch5: docbook-xsl-list-item-body.patch
504a8b1
#workaround missing mandir section problem (#727251)
504a8b1
Patch6: docbook-xsl-mandir.patch
bf9e5d1
#Non-recursive string.subst that doesn't kill smb.conf.5 generation
bf9e5d1
Patch7: docbook-style-xsl-non-recursive-string-subst.patch
cvsdist 9dca784
cvsdist 9dca784
%description
cvsdist 9dca784
These XSL stylesheets allow you to transform any DocBook XML document to
cvsdist 9dca784
other formats, such as HTML, FO, and XHMTL.  They are highly customizable.
cvsdist 9dca784
cvsdist 94d2444
cvsdist 9dca784
%prep
ae19a52
%setup -c -T -n docbook-xsl-%{version}
ae19a52
tar jxf %{SOURCE0}
ae19a52
mv docbook-xsl-nons-%{version}/* .
1c867f7
pushd ..
1c867f7
tar jxf %{SOURCE2}
1c867f7
popd
859d76a
%patch1 -p1 -b .pagesetup
cvsdist 93160b5
%patch2 -p1 -b .marginleft
6722852
%patch3 -p1 -b .newmethods
1d0b008
%patch4 -p1 -b .nonconstant
828dcb6
%patch5 -p1 -b .listitembody
504a8b1
%patch6 -p1 -b .mandir
bf9e5d1
%patch7 -p2 -b .non-recursive-subst
828dcb6
4dad04b
cp -p %{SOURCE1} Makefile
2bc3e3e
e8ed157
# fix of non UTF-8 files rpmlint warnings
2bc3e3e
for fhtml in $(find ./doc -name '*.html' -type f)
2bc3e3e
do
2bc3e3e
  iconv -f ISO-8859-1 -t UTF-8 "$fhtml" -o "$fhtml".tmp
2bc3e3e
  mv -f "$fhtml".tmp "$fhtml"
2bc3e3e
  sed -i 's/charset=ISO-8859-1/charset=UTF-8/' "$fhtml"
2bc3e3e
done
2bc3e3e
cvsdist dbb1b27
for f in $(find -name "*'*")
cvsdist dbb1b27
do
cvsdist dbb1b27
  mv -v "$f" $(echo "$f" | tr -d "'")
cvsdist dbb1b27
done
cvsdist 9dca784
cvsdist 9dca784
cvsdist 9dca784
%build
cvsdist 9dca784
cvsdist 9dca784
cvsdist 9dca784
%install
cvsdist 9dca784
DESTDIR=$RPM_BUILD_ROOT
f590d3a
rm -rf $RPM_BUILD_ROOT
2bc3e3e
make install BINDIR=$DESTDIR%{_bindir} DESTDIR=$DESTDIR%{_datadir}/sgml/docbook/xsl-stylesheets-%{version}
8df7892
cp -a VERSION.xsl $DESTDIR%{_datadir}/sgml/docbook/xsl-stylesheets-%{version}/VERSION.xsl
2bc3e3e
ln -s xsl-stylesheets-%{version} \
4dad04b
	$DESTDIR%{_datadir}/sgml/docbook/xsl-stylesheets
cvsdist 9dca784
55b8711
# Don't ship the extensions (bug #177256).
4dad04b
rm -rf $DESTDIR%{_datadir}/sgml/docbook/xsl-stylesheets/extensions/*
55b8711
cvsdist 9dca784
cvsdist 9dca784
%clean
cvsdist 9dca784
DESTDIR=$RPM_BUILD_ROOT
f590d3a
rm -rf $RPM_BUILD_ROOT
cvsdist 9dca784
cvsdist 9dca784
%files
4dad04b
%defattr (-,root,root,-)
cvsdist 9dca784
%doc BUGS
cvsdist 9dca784
%doc README
cvsdist 9dca784
%doc TODO
cvsdist 9dca784
%doc doc
2bc3e3e
%{_datadir}/sgml/docbook/xsl-stylesheets-%{version}
4dad04b
%{_datadir}/sgml/docbook/xsl-stylesheets
cvsdist 9dca784
cvsdist 9dca784
cvsdist 9dca784
%post
4dad04b
CATALOG=%{_sysconfdir}/xml/catalog
4dad04b
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
def862c
 "http://cdn.docbook.org/release/xsl-nons/%{version}" \
2bc3e3e
 "file://%{_datadir}/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
4dad04b
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
def862c
 "http://cdn.docbook.org/release/xsl-nons/%{version}" \
2bc3e3e
 "file://%{_datadir}/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
4dad04b
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
def862c
 "http://cdn.docbook.org/release/xsl-nons/current/" \
2bc3e3e
 "file://%{_datadir}/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
4dad04b
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
def862c
 "http://cdn.docbook.org/release/xsl-nons/current/" \
2bc3e3e
 "file://%{_datadir}/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
6391185
#keep the old one sourceforge URIs at least temporarily
6391185
%{_bindir}/xmlcatalog --noout --add "rewriteSystem" \
6391185
 "http://docbook.sourceforge.net/release/xsl/current" \
6391185
 "file://%{_datadir}/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
6391185
%{_bindir}/xmlcatalog --noout --add "rewriteURI" \
6391185
 "http://docbook.sourceforge.net/release/xsl/current" \
6391185
 "file://%{_datadir}/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
6391185
cvsdist 9dca784
cvsdist 9dca784
cvsdist 9dca784
%postun
098438d
# remove entries only on removal of package
098438d
if [ "$1" = 0 ]; then
098438d
  CATALOG=%{_sysconfdir}/xml/catalog
098438d
  %{_bindir}/xmlcatalog --noout --del \
098438d
   "file://%{_datadir}/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
098438d
fi
cvsdist 9dca784
cvsdist 9dca784
%changelog
d935159
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.79.2-7
d935159
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d935159
bf9e5d1
* Wed Sep 13 2017 Alexander Bokovoy <abokovoy@redhat.com> - 1.79.2-6
bf9e5d1
- Use non-recursive string.subst to allow building large documents like smb.conf.5
bf9e5d1
a2b6685
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.79.2-5
a2b6685
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a2b6685
544ff5a
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.79.2-4
544ff5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
544ff5a
6391185
* Tue Jan 03 2017 Ondrej Vasik <ovasik@redhat.com> - 1.79.2-3
6391185
- keep old sourceforge entries at least temporarily (#1409587)
6391185
def862c
* Mon Jan 02 2017 Ondrej Vasik <ovasik@redhat.com> - 1.79.2-2
def862c
- update xmlcatalog entries to docbook.org cdn
def862c
ae19a52
* Mon Jan 02 2017 Ondrej Vasik <ovasik@redhat.com> - 1.79.2-1
ae19a52
- new upstream release 1.79.2
ae19a52
- upstream moved to github
ae19a52
4066862
* Fri Jul 08 2016 Ondrej Vasik <ovasik@redhat.com> - 1.79.1-1
4066862
- new upstream release 1.79.1
4066862
f823d95
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.78.1-5
f823d95
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f823d95
61255e7
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.78.1-4
61255e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
61255e7
2077ffd
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.78.1-3
2077ffd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2077ffd
55cbd2c
* Mon Jul 29 2013 Ondrej Vasik <ovasik@redhat.com> 1.78.1-2
55cbd2c
- use DMIT (modified MIT) as a license for the
55cbd2c
  stylesheets (#988715)
55cbd2c
cad218d
* Mon Mar 18 2013 Ondrej Vasik <ovasik@redhat.com> 1.78.1-1
cad218d
- new upstream release 1.78.1
cad218d
069bf2d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.78.0-2
069bf2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
069bf2d
ef88aca
* Thu Dec 20 2012 Ondrej Vasik <ovasik@redhat.com> 1.78.0-1
ef88aca
- new upstream release 1.78.0
ef88aca
4eb2ffb
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.77.1-3
4eb2ffb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4eb2ffb
8df7892
* Tue Jun  5 2012 Ondrej Vasik <ovasik@redhat.com> 1.77.1-2
8df7892
- ship VERSION.xsl file (#829014)
8df7892
f8d850b
* Tue Jun  5 2012 Ondrej Vasik <ovasik@redhat.com> 1.77.1-1
f8d850b
- new stable upstream release 1.77.1
f8d850b
- defuzz patches
f8d850b
33887f0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.76.1-5
33887f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
33887f0
504a8b1
* Tue Sep  6 2011 Ondrej Vasik <ovasik@redhat.com> 1.76.1-4
504a8b1
- revert previous change, workaround the mandir links issue
504a8b1
  in buildroot (#727251)
504a8b1
63ed29c
* Mon Aug 29 2011 Ondrej Vasik <ovasik@redhat.com> 1.76.1-3
63ed29c
- make man.output.in.separate.dir "on" by default (#727251)
63ed29c
1f25483
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.76.1-2
1f25483
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1f25483
4b90fd6
* Tue Nov 02 2010 Ondrej Vasik <ovasik@redhat.com> 1.76.1-1
4b90fd6
- new upstream release 1.76.1
4b90fd6
377bc94
* Mon Sep 06 2010 Ondrej Vasik <ovasik@redhat.com> 1.76.0-1
377bc94
- new upstream release 1.76.0
377bc94
b9210c2
* Tue May 04 2010 Ondrej Vasik <ovasik@redhat.com> 1.75.2-6
b9210c2
- ship eclipse help stylesheets(#588613)
b9210c2
b9210c2
* Fri Dec 18 2009 Ondrej Vasik <ovasik@redhat.com> 1.75.2-5
d839569
- comment patches purpose
d839569
- License Copyright only
d839569
96688fc
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.75.2-4
96688fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
96688fc
b9210c2
* Thu Jul 23 2009 Ondrej Vasik <ovasik@redhat.com> 1.75.2-3
7032971
- upstream changed changed doc tarball after release
7032971
  (empty reference pdf file in old tarball)
7032971
64d5421
* Wed Jul 22 2009 Ondrej Vasik <ovasik@redhat.com> 1.75.2-2
64d5421
- upstream changed tarballs after release
64d5421
200442d
* Tue Jul 21 2009 Ondrej Vasik <ovasik@redhat.com> 1.75.2-1
200442d
- New upstream release 1.75.2
200442d
25875b5
* Thu May 28 2009 Ondrej Vasik <ovasik@redhat.com> 1.75.1-1
25875b5
- New upstream release 1.75.1
25875b5
e80086c
* Mon May 11 2009 Ondrej Vasik <ovasik@redhat.com> 1.75.0-1
e80086c
- New upstream release 1.75.0
e80086c
- update marginleft patch
e80086c
adfbb1f
* Wed Mar 11 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.3-1
adfbb1f
- New upstream release 1.74.3
adfbb1f
419d4e2
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.74.2-3
419d4e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
419d4e2
151263f
* Mon Feb 23 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.2-2
151263f
- updated Makefile: do ship .svg images(#486849), xsl
151263f
  stylesheets for website, xhtml-1_1, docbook -> epub
151263f
  convertor
151263f
feff5fc
* Fri Feb 20 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.2-1
feff5fc
- New upstream release 1.74.2
feff5fc
96d6bc2
* Wed Feb 18 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.1-1
96d6bc2
- New upstream release, removed included patches
96d6bc2
819f74d
* Wed Feb 11 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.0-7
819f74d
- fix broken varlistentry (#479683)
819f74d
3376b79
* Mon Feb 02 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.0-6
3376b79
- fix improper localization for rtl languages, thanks
3376b79
  Muayyad Alsadi(#475077)
3376b79
e8ed157
* Wed Jan 28 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.0-5
e8ed157
- fix xsl stylesheets for rtl languages(#475077)
e8ed157
e4de24e
* Fri Dec 12 2008 Ondrej Vasik <ovasik@redhat.com> 1.74.0-4
e8ed157
- Author_Group "<orgname>" merged between "<surname>"
e4de24e
  and "<surname>" (#473019)
e4de24e
f011aa5
* Wed Aug 06 2008 Kamil Dudka <kdudka@redhat.com> 1.74.0-3
f011aa5
- Rediffed all patches to work with patch --fuzz=0
f011aa5
adbe46b
* Wed Aug 06 2008 Kamil Dudka <kdudka@redhat.com> 1.74.0-2
adbe46b
- Tiny changes in docbook-xsl-newmethods.patch to work with xalan
adbe46b
  (#452867)
adbe46b
a6dee9c
* Tue Jun 03 2008 Ondrej Vasik <ovasik@redhat.com> 1.74.0-1
a6dee9c
- New upstream release 1.74.0, adapted patches
a6dee9c
828dcb6
* Fri Dec 14 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.2-9
828dcb6
- added fixes for passivetex extension and list-item-body
828dcb6
  (#161371)
828dcb6
098438d
* Tue Dec 11 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.2-8
098438d
- remove entries from xmlcatalog only on removal of package
098438d
  (required because of the change with droping release
098438d
   -caused drop of catalog entries during update)
098438d
1d0b008
* Tue Dec 04 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.2-7
1d0b008
- change a few non-constant expressions to constant that
1d0b008
  could now be handled by passivetex(#366441)
1d0b008
eb2f94a
* Mon Dec 03 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.2-6
eb2f94a
- fixed docbook-xsl-pagesetup.patch to follow Norman Walsh's
eb2f94a
  documentation for nonpassivetex processing(#307001)
eb2f94a
2bc3e3e
* Tue Nov 27 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.2-5
2bc3e3e
- convert all html files in doc to UTF-8 in prep
2bc3e3e
  (latest rpmlint gives warnings)
2bc3e3e
- no longer using release in style-xsl dir(#389231)
2bc3e3e
4dad04b
* Tue Nov 06 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.2-4
4dad04b
- Merge review(#225704)
4dad04b
- spec file modified to follow guidelines
4dad04b
f590d3a
* Wed Oct 24 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.2-3
f590d3a
- rpmlint check
f590d3a
- fixed License Tag, Requires and some cosmetic issues 
f590d3a
05a6ebb
* Fri Sep  7 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.2-2
05a6ebb
- Added PreReq of libxml2(#253962)
05a6ebb
df50908
* Wed Sep  5 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.2-1
df50908
- new upstream version
df50908
df50908
* Thu Aug 30 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.1-2
34a38db
- removed patch for #249294(included in new version other way)
34a38db
df50908
* Wed Aug 29 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.1-1
55f96e8
- new upstream version(fixing some bugs)
55f96e8
- small new-methods patch change
55f96e8
4d0182a
* Mon Jul 23 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.0-2
4d0182a
- fixed manpages/docbook.xsl failure(Tim Waugh,#249294)
4d0182a
2f1d3b6
* Mon Jul 23 2007 Ondrej Vasik <ovasik@redhat.com> 1.73.0-1
2f1d3b6
- update to latest upstream version
2f1d3b6
- patch changes because of rejects
2f1d3b6
6722852
* Mon Jun 18 2007 Ondrej Vasik <ovasik@redhat.com> 1.72.0-3
6722852
- patch fixing #161619 taken from upstream
6722852
02ea96a
* Wed Jan 24 2007 Tomas Mraz <tmraz@redhat.com> 1.72.0-2
02ea96a
- Install missing *.ent from common.
02ea96a
9b754b7
* Tue Jan 23 2007 Tim Waugh <twaugh@redhat.com> 1.72.0-1
9b754b7
- 1.72.0.
9b754b7
02ea96a
* Fri Jan 19 2007 Tomas Mraz <tmraz@redhat.com> 1.71.1-2
5c0dc86
- Add new wordml and especially highlighting (which is referenced
5c0dc86
  from html) subdirs to Makefile.
5c0dc86
d8f5b3d
* Fri Jan 19 2007 Tim Waugh <twaugh@redhat.com> 1.71.1-1
d8f5b3d
- 1.71.1.  No longer seem to need lists patch.  Removed out of date sp
d8f5b3d
  patch.
d8f5b3d
368e125
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.69.1-5.1
368e125
- rebuild
368e125
677717f
* Tue Jan 24 2006 Tim Waugh <twaugh@redhat.com> 1.69.1-5
55b8711
- Don't ship docsrc/* (bug #177256).
55b8711
- Don't ship the extensions (bug #177256).
55b8711
b13b54b
* Thu Jan 19 2006 Tim Waugh <twaugh@redhat.com> 1.69.1-4
b13b54b
- Better 'lists' patch (bug #161371).
b13b54b
ba11d66
* Thu Jan 19 2006 Tim Waugh <twaugh@redhat.com> 1.69.1-3
ba11d66
- Apply patch to fix simpara manpage output, which asciidoc tends to use
ba11d66
  (bug #175592).
ba11d66
295a7a0
* Tue Jan  3 2006 Tim Waugh <twaugh@redhat.com> 1.69.1-2
d7a2aac
- Patches from W. Michael Petullo:
d7a2aac
  - Fix lists blocking (bug #161371).
d7a2aac
  - Avoid proportional-column-width for passivetex (bug #176766).
859d76a
e83350d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e83350d
- rebuilt
e83350d
d5a978d
* Fri Aug 12 2005 Tim Waugh <twaugh@redhat.com> 1.69.1-1
d5a978d
- 1.69.1.
d5a978d
1c867f7
* Mon Jul 18 2005 Tim Waugh <twaugh@redhat.com> 1.69.0-1
1c867f7
- 1.69.0.
1c867f7
2107493
* Mon Feb 14 2005 Tim Waugh <twaugh@redhat.com> 1.68.1-1
2107493
- 1.68.1.
2107493
1e8554d
* Wed Feb  9 2005 Tim Waugh <twaugh@redhat.com> 1.68.0-1
1e8554d
- 1.68.0.
1e8554d
78f9696
* Wed Dec  8 2004 Tim Waugh <twaugh@redhat.com> 1.67.2-2
78f9696
- Prevent expressions in passivetex output from index.xsl (bug #142229).
78f9696
853951e
* Thu Dec  2 2004 Tim Waugh <twaugh@redhat.com> 1.67.2-1
853951e
- 1.67.2.
853951e
- No longer need nbsp or listblock patches.
853951e
72ffd51
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 1.67.0-3
36a2577
- Avoid non-ASCII in generated man pages.
36a2577
fde0d7d
* Wed Nov 10 2004 Tim Waugh <twaugh@redhat.com> 1.67.0-1
fde0d7d
- 1.67.0.
fde0d7d
2ada51e
* Tue Nov  2 2004 Tim Waugh <twaugh@redhat.com> 1.66.1-1
2ada51e
- 1.66.1 (bug #133586).
2ada51e
cvsdist dbb1b27
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com> 1.65.1-2
cvsdist dbb1b27
- Fix strange filenames (bug #125311).
cvsdist dbb1b27
cvsdist 5fc19ee
* Tue Mar  9 2004 Tim Waugh <twaugh@redhat.com> 1.65.1-1
cvsdist 5fc19ee
- 1.65.1.
cvsdist 5fc19ee
cvsdist 5fc19ee
* Mon Mar  1 2004 Tim Waugh <twaugh@redhat.com> 1.65.0-1
cvsdist 5fc19ee
- 1.65.0.
cvsdist 5fc19ee
cvsdist 5fc19ee
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5fc19ee
- rebuilt
cvsdist 5fc19ee
cvsdist 93160b5
* Tue Jan 20 2004 Tim Waugh <twaugh@redhat.com> 1.64.1-6
cvsdist 93160b5
- Fix last margin-left fix (bug #113456).
cvsdist 93160b5
- Reduce instances of itemized/ordered lists having misalignments.
cvsdist 93160b5
cvsdist 93160b5
* Sun Jan 18 2004 Tim Waugh <twaugh@redhat.com> 1.64.1-5
cvsdist 93160b5
- And another (bug #113456).
cvsdist 93160b5
cvsdist 93160b5
* Thu Jan 15 2004 Tim Waugh <twaugh@redhat.com> 1.64.1-4
cvsdist 93160b5
- Fixed another instance of bug #113456 in lists layout.
cvsdist 93160b5
cvsdist 93160b5
* Wed Jan 14 2004 Tim Waugh <twaugh@redhat.com> 1.64.1-3
cvsdist 93160b5
- Hard-code the margin-left work around to expect passivetex (bug #113456).
cvsdist 93160b5
cvsdist 93160b5
* Wed Dec 24 2003 Tim Waugh <twaugh@redhat.com> 1.64.1-2
cvsdist 93160b5
- Another manpage fix.
cvsdist 93160b5
cvsdist 93160b5
* Fri Dec 19 2003 Tim Waugh <twaugh@redhat.com> 1.64.1-1
cvsdist 93160b5
- 1.64.1.
cvsdist 93160b5
cvsdist 93160b5
* Thu Dec 18 2003 Tim Waugh <twaugh@redhat.com> 1.64.0-2
cvsdist 93160b5
- Another manpage fix.
cvsdist 93160b5
cvsdist 93160b5
* Tue Dec 16 2003 Tim Waugh <twaugh@redhat.com> 1.64.0-1
cvsdist 93160b5
- 1.64.0.
cvsdist 93160b5
cvsdist 93160b5
* Fri Dec 12 2003 Tim Waugh <twaugh@redhat.com> 1.62.4-3
cvsdist 93160b5
- Use the fr.xml from 1.62.1 (bug #111989).
cvsdist 93160b5
cvsdist 93160b5
* Thu Dec 11 2003 Tim Waugh <twaugh@redhat.com> 1.62.4-2
cvsdist 93160b5
- Manpages fixes.
cvsdist 93160b5
cvsdist 93160b5
* Thu Dec 11 2003 Tim Waugh <twaugh@redhat.com> 1.62.4-1
cvsdist 93160b5
- 1.62.4.
cvsdist 93160b5
- No longer need hyphens patch.
cvsdist 93160b5
- Avoid expressions in margin-left attributes, since passivetex does not
cvsdist 93160b5
  understand them.
cvsdist 93160b5
cvsdist 26fe5f0
* Fri Jul  4 2003 Tim Waugh <twaugh@redhat.com> 1.61.2-2.1
cvsdist 26fe5f0
- Rebuilt.
cvsdist 26fe5f0
cvsdist 26fe5f0
* Fri Jul  4 2003 Tim Waugh <twaugh@redhat.com> 1.61.2-2
cvsdist 26fe5f0
- Rebuilt.
cvsdist 26fe5f0
cvsdist 26fe5f0
* Fri May 23 2003 Tim Waugh <twaugh@redhat.com> 1.61.2-1
cvsdist 26fe5f0
- 1.61.2.
cvsdist 26fe5f0
cvsdist 26fe5f0
* Sun May 18 2003 Tim Waugh <twaugh@redhat.com> 1.61.1-1
cvsdist 26fe5f0
- 1.61.1.
cvsdist 26fe5f0
cvsdist 26fe5f0
* Fri May  9 2003 Tim Waugh <twaugh@redhat.com> 1.61.0-1
cvsdist 26fe5f0
- Prevent hyphenation-character confusing passivetex.
cvsdist 26fe5f0
- 1.61.0.
cvsdist 26fe5f0
cvsdist 26fe5f0
* Thu Mar  6 2003 Tim Waugh <twaugh@redhat.com> 1.60.1-1
cvsdist 26fe5f0
- 1.60.1.
cvsdist 26fe5f0
cvsdist 4519429
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 4519429
- rebuilt
cvsdist 4519429
cvsdist 4519429
* Mon Dec  2 2002 Tim Waugh <twaugh@redhat.com> 1.58.1-1
cvsdist 4519429
- 1.58.1.
cvsdist 4519429
- No longer need marker patch.
cvsdist 4519429
cvsdist 4519429
* Mon Nov  4 2002 Tim Waugh <twaugh@redhat.com> 1.57.0-2
cvsdist 4519429
- Ship profiling directory (bug #77191).
cvsdist 4519429
cvsdist 4519429
* Tue Oct 22 2002 Tim Waugh <twaugh@redhat.com> 1.57.0-1
cvsdist 4519429
- 1.57.0.
cvsdist 4519429
cvsdist 4519429
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 1.56.1-1
cvsdist 4519429
- 1.56.1.
cvsdist 4519429
- Use value-of not copy-of for fo:marker content.
cvsdist 4519429
- Conflict with passivetex < 1.21.
cvsdist 4519429
cvsdist 8cbc30c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 8cbc30c
- automated rebuild
cvsdist 8cbc30c
cvsdist 3d8df6c
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 3d8df6c
- automated rebuild
cvsdist 3d8df6c
cvsdist 3d8df6c
* Wed May  1 2002 Tim Waugh <twaugh@redhat.com> 1.50.0-1
cvsdist 3d8df6c
- 1.50.0.
cvsdist 3d8df6c
cvsdist 94d2444
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.49-1
cvsdist 94d2444
- 1.49.
cvsdist 94d2444
- Rebuild in new environment.
cvsdist 94d2444
cvsdist 9dca784
* Fri Feb  1 2002 Tim Waugh <twaugh@redhat.com> 1.48-4
cvsdist 9dca784
- Put URIs instead of pathnames in the XML catalog.
cvsdist 9dca784
cvsdist 9dca784
* Thu Jan 17 2002 Tim Waugh <twaugh@redhat.com> 1.48-3
cvsdist 9dca784
- Back to /usr/share/sgml.
cvsdist 9dca784
cvsdist 9dca784
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.48-2
cvsdist 9dca784
- automated rebuild
cvsdist 9dca784
cvsdist 9dca784
* Mon Jan  7 2002 Tim Waugh <twaugh@redhat.com> 1.48-1
cvsdist 9dca784
- 1.48.
cvsdist 9dca784
cvsdist 9dca784
* Sat Dec  8 2001 Tim Waugh <twaugh@redhat.com> 1.47-2
cvsdist 9dca784
- Conflict with PassiveTeX before 1.11.
cvsdist 9dca784
cvsdist 9dca784
* Tue Oct 16 2001 Tim Waugh <twaugh@redhat.com> 1.47-1
cvsdist 9dca784
- 1.47-experimental.
cvsdist 9dca784
cvsdist 9dca784
* Tue Oct  9 2001 Tim Waugh <twaugh@redhat.com> 1.45-2
cvsdist 9dca784
- Fix unversioned symlink.
cvsdist 9dca784
cvsdist 9dca784
* Mon Oct  8 2001 Tim Waugh <twaugh@redhat.com> 1.45-1
cvsdist 9dca784
- XML Catalog entries.
cvsdist 9dca784
- Move files to /usr/share/xml.
cvsdist 9dca784
cvsdist 9dca784
* Mon Oct  1 2001 Tim Waugh <twaugh@redhat.com> 1.45-0.1
cvsdist 9dca784
- 1.45.
cvsdist 9dca784
- Built for Red Hat Linux.
cvsdist 9dca784
cvsdist 9dca784
* Tue Jun 26 2001 Chris Runge <crunge@pobox.com>
cvsdist 9dca784
- 1.40
cvsdist 9dca784
cvsdist 9dca784
* Fri Jun 09 2001 Chris Runge <crunge@pobox.com>
cvsdist 9dca784
- added extensions and additional doc
cvsdist 9dca784
- bin added to doc; the Perl files are for Win32 Perl and so need some
cvsdist 9dca784
  conversion first
cvsdist 9dca784
cvsdist 9dca784
* Fri Jun 08 2001 Chris Runge <crunge@pobox.com>
cvsdist 9dca784
- Initial RPM (based on docbook-style-dsssl RPM)
cvsdist 9dca784
- note: no catalog right now (I don't know how to do it; and not sure why
cvsdist 9dca784
  it is necessary)