Hello community, here is the log from the commit of package docbook-xsl-stylesheets checked in at Fri May 19 02:12:48 CEST 2006. -------- --- docbook-xsl-stylesheets/docbook-xsl-stylesheets.changes 2006-01-25 21:46:11.000000000 +0100 +++ docbook-xsl-stylesheets/docbook-xsl-stylesheets.changes 2006-05-17 10:44:46.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 17 10:42:55 CEST 2006 - ke@suse.de + +- man/troff output: print a newline before each .sp command; reported by + Andreas Schwab [# 176111]. + +------------------------------------------------------------------- New: ---- manpages-block-sp.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docbook-xsl-stylesheets.spec ++++++ --- /var/tmp/diff_new_pack.HXJFbc/_old 2006-05-19 02:12:41.000000000 +0200 +++ /var/tmp/diff_new_pack.HXJFbc/_new 2006-05-19 02:12:41.000000000 +0200 @@ -5,7 +5,7 @@ # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -23,10 +23,11 @@ PreReq: %{regcat} /usr/bin/xmlcatalog Summary: XSL Stylesheets for the DocBook DTD (XML) Version: 1.69.1 -Release: 1 +Release: 13 Source0: http://ftp1.sourceforge.net/docbook/docbook-xsl-%{version}.tar.bz2 #Source0: http://docbook.sourceforge.net/snapshot/docbook-xsl-snapshot.tar.bz2 #Source10: http://docbook.sourceforge.net/snapshot/docbook-xsl-doc-snapshot.tar.bz2 +Patch: manpages-block-sp.patch # %define pack_vers snapshot %define pack_vers %{version} Source1: %{name}-README.SuSE @@ -74,7 +75,7 @@ %setup -q -n docbook-xsl-%{pack_vers} cp -p %{SOURCE1} README.SuSE # cp %{S:2} fo -# %patch -p 1 +%patch -p 1 # rm -f html/index.html.orig chmod -R a+rX,g-w,o-w . @@ -209,6 +210,9 @@ # %{xml_mod_style_prod_dir}/current %changelog -n docbook-xsl-stylesheets +* Wed May 17 2006 - ke@suse.de +- man/troff output: print a newline before each .sp command; reported by + Andreas Schwab [# 176111]. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Fri Jan 20 2006 - kukuk@suse.de ++++++ manpages-block-sp.patch ++++++ --- docbook-xsl-1.69.1/manpages/block.xsl.old 2006-05-17 10:28:32.000000000 +0200 +++ docbook-xsl-1.69.1/manpages/block.xsl 2006-05-17 10:27:43.000000000 +0200 @@ -37,7 +37,7 @@ <xsl:apply-templates/> </xsl:variable> <xsl:value-of select="normalize-space($content)"/> - <xsl:text>.sp </xsl:text> + <xsl:text> .sp </xsl:text> </xsl:template> <xsl:template match="address|literallayout|programlisting|screen|synopsis"> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de