Blame SPECS/docbook-style-xsl.spec

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