rpms/docbook-style-xsl/F-12 docbook-style-xsl.Makefile, 1.8, 1.9 docbook-style-xsl.spec, 1.64, 1.65

Ondrej Vasik ovasik at fedoraproject.org
Tue May 11 10:19:40 UTC 2010


Author: ovasik

Update of /cvs/pkgs/rpms/docbook-style-xsl/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5329

Modified Files:
	docbook-style-xsl.Makefile docbook-style-xsl.spec 
Log Message:
ship eclipse help stylesheets(#588613)


Index: docbook-style-xsl.Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/docbook-style-xsl/F-12/docbook-style-xsl.Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- docbook-style-xsl.Makefile	23 Feb 2009 10:40:22 -0000	1.8
+++ docbook-style-xsl.Makefile	11 May 2010 10:19:39 -0000	1.9
@@ -6,11 +6,12 @@ all: install
 install: install-xsl install-img install-extensions install-misc install-epub
 
 install-xsl:
-	mkdir -p $(DESTDIR)/{common,fo,html,htmlhelp/doc,javahelp,lib,template,xhtml,xhtml-1_1,manpages,profiling,highlighting,roundtrip,website}
+	mkdir -p $(DESTDIR)/{common,eclipse,fo,html,htmlhelp/doc,javahelp,lib,template,xhtml,xhtml-1_1,manpages,profiling,highlighting,roundtrip,website}
 	cp common/*.dtd $(DESTDIR)/common
 	cp common/*.ent $(DESTDIR)/common
 	cp common/*.xml $(DESTDIR)/common
 	cp common/*.xsl $(DESTDIR)/common
+	cp eclipse/*.xsl $(DESTDIR)/eclipse
 	cp fo/*.xml $(DESTDIR)/fo
 	cp fo/*.xsl $(DESTDIR)/fo
 	cp html/*.xml $(DESTDIR)/html


Index: docbook-style-xsl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/docbook-style-xsl/F-12/docbook-style-xsl.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- docbook-style-xsl.spec	24 Jul 2009 20:26:13 -0000	1.64
+++ docbook-style-xsl.spec	11 May 2010 10:19:40 -0000	1.65
@@ -1,11 +1,11 @@
 Name: docbook-style-xsl
 Version: 1.75.2
-Release: 4%{?dist}
+Release: 6%{?dist}
 Group: Applications/Text
 
 Summary: Norman Walsh's XSL stylesheets for DocBook XML
 
-License: Freely redistributable without restriction
+License: Copyright only
 URL: http://docbook.sourceforge.net/projects/xsl/
 
 Provides: docbook-xsl = %{version}
@@ -25,10 +25,15 @@ Source0: http://downloads.sourceforge.ne
 Source1: %{name}.Makefile
 Source2: http://downloads.sourceforge.net/docbook/docbook-xsl-doc-%{version}.tar.bz2
 
+#Avoid proportional-column-width for passivetex (bug #176766).
 Patch1: docbook-xsl-pagesetup.patch
+#Hard-code the margin-left work around to expect passivetex (bug #113456).
 Patch2: docbook-xsl-marginleft.patch
+#fix of #161619 - adjustColumnWidths now available
 Patch3: docbook-xsl-newmethods.patch
+#change a few non-constant expressions to constant - needed for passivetex(#366441)
 Patch4: docbook-xsl-non-constant-expressions.patch
+#added fixes for passivetex extension and list-item-body(#161371)
 Patch5: docbook-xsl-list-item-body.patch
 
 
@@ -117,10 +122,17 @@ if [ "$1" = 0 ]; then
 fi
 
 %changelog
+* Tue May 04 2010 Ondrej Vasik <ovasik at redhat.com> 1.75.2-6
+- ship eclipse help stylesheets(#588613)
+
+* Fri Dec 18 2009 Ondrej Vasik <ovasik at redhat.com> 1.75.2-5
+- comment patches purpose
+- License Copyright only
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.75.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Thu Jul 23 2009 Ondrej Vasik <ovasik at redhat.com> 1.75.3-3
+* Thu Jul 23 2009 Ondrej Vasik <ovasik at redhat.com> 1.75.2-3
 - upstream changed changed doc tarball after release
   (empty reference pdf file in old tarball)
 



More information about the scm-commits mailing list