rpms/publican/devel publican.spec,1.15,1.16

Jeff Fearn jfearn at fedoraproject.org
Thu Oct 16 04:39:47 UTC 2008


Author: jfearn

Update of /cvs/pkgs/rpms/publican/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25258

Modified Files:
	publican.spec 
Log Message:
update spec to 0.38


Index: publican.spec
===================================================================
RCS file: /cvs/pkgs/rpms/publican/devel/publican.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- publican.spec	10 Sep 2008 01:22:51 -0000	1.15
+++ publican.spec	16 Oct 2008 04:39:17 -0000	1.16
@@ -5,26 +5,27 @@
 
 Name:		publican	
 Summary:	Common files and scripts for publishing with DocBook XML
-Version:	0.37
+Version:	0.38
 Release:	0%{?dist}
 License:	GPLv2+ and GFDL
 # The following directories are licensed under the GFDL:
-#	content
-#	Book_Template
+#	content, Book_Template, Set_Template, Article_Template
 Group:		Applications/Text
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Buildarch:	noarch
 Source:		https://fedorahosted.org/releases/p/u/publican/%{name}-%{version}.tgz
 # need kdesdk for po2xml & xml2pot
-Requires:	gettext libxslt perl(XML::TreeBuilder) docbook-dtds docbook-style-xsl elinks aspell
+Requires:	gettext libxslt docbook-dtds docbook-style-xsl elinks aspell
 Requires:	%{_bindir}/xml2pot %{_bindir}/po2xml
 Requires:	perl-ParseLex perl-HTML-Template make
 Requires:	fop batik saxon ImageMagick
 Requires:	xerces-j2 rpm-build
+Requires:	perl-XML-TreeBuilder >= 3.09-11
 
-BuildRequires:	gettext libxslt perl(XML::TreeBuilder) docbook-dtds docbook-style-xsl aspell
+BuildRequires:	gettext libxslt docbook-dtds docbook-style-xsl aspell
 BuildRequires:	%{_bindir}/xml2pot %{_bindir}/po2xml
 BuildRequires:	desktop-file-utils
+BuildRequires:	perl-XML-TreeBuilder >= 3.09-11
 # FOP is required to build the font metrics.
 BuildRequires:	fop saxon ImageMagick
 #BuildRequires:	xslthl
@@ -127,10 +128,8 @@
 %doc fdl.txt
 %{_datadir}/%{name}
 %{_bindir}/create_book
-%{_bindir}/entity2pot
 %{_bindir}/mkxpot
 %{_bindir}/msgxmerge
-%{_bindir}/po2entity
 %{_bindir}/po2xlf
 %{_bindir}/po2sgml
 %{_bindir}/potmerge
@@ -147,6 +146,27 @@
 %doc fdl.txt
 
 %changelog
+* Thu Oct 16 2008 Jeff Fearn <jfearn at redhat.com> 0.38
+- Fix inline tags removing following new line in verbatim tags. BZ #461369
+- Fix Numeration settings for HTML ordered lists. BZ #462601
+- Fix PDF Example background color. BZ #463127
+- Fix list item spacing. BZ #462673
+- Fix translation report error on 2 charater langs, CSS, and layout. BZ #465201
+- Added error for tgroup.cols not matching entry count. BZ #462205
+- Fix TOC padding for appendix and glossary. BZ #462991
+- Made comments in highlighted code more prominent. BZ #462552
+- Added citerefentry, refentrytitle, and manvolnum to list of QA'd tags. BZ #464038
+- Fixed '1' in ulink with no text. BZ #465411
+- Change env path to be more portable. Patch by Artem Zolochevskiy . BZ #466194
+- Added package meta to XHTML to allow content to be tracked to an RPM.
+- Added catch for missing title and productname.
+- Changed Formal Para Title to follow parent indent. BZ #466309
+- Fix xmlClean not handling entity names with underscores or numbers. BZ #466994
+- Fix clean_ids removing comments. BZ #467145
+- Fix missing revhistory giving useless error. BZ #467147
+- Stopped proecssing xml files in extras directory.
+- Added conditional tagging to user Guide. By Don Domingo.
+
 * Wed Sep 3 2008 Jeff Fearn <jfearn at redhat.com> 0.37
 - Fix Bug in web rpm upgrade script.
 - Fix Article not building rpms.
@@ -166,6 +186,7 @@
 - Removed corpauthor from template. BZ #461222
 - Fixed create_book help text. BZ #460736
 - Added menuchoice tag. BZ #459671
+- Removed unused scripts entity2pot and po2entity
 
 * Mon Sep 1 2008 Jeff Fearn <jfearn at redhat.com> 0.35-0
 - Add missing xerces-j2 Requires. BZ #457497




More information about the scm-commits mailing list