- Croak if profiling would remove root node.

- Add Archive::Zip to Build.pl
- Fix --config and add to help text
- Force footnotes and indexterms to be inline for translations. BZ #563056
- Add CVS package option. RT #59132
- Fix white space issues in abstract. BZ #559823
- Fix translation strings not matching correctly BZ #563397
- Fix entity with underscore. BZ #561178
- Fix config values of zero being ignored. BZ #564405
- Fix footnote number missing in footer. BZ #565903
- Fix duplicate text in callouts. BZ #561618
- Remove outdated references to catalogs parameter. BZ #565498
- Fix white space in book name breaking creation.
- Fix nested tag with similar name breaking translation. BZ #568201
- Fix translated packages using source version.
- Switch from object to iframe BZ #542524
- More accurate word counts for translations reports.
This commit is contained in:
Rüdiger Landmann 2010-02-26 04:55:18 +00:00
parent 86ebf84e16
commit 2fe4c3f6b1
4 changed files with 25 additions and 5 deletions

View File

@ -1 +1 @@
Publican-1.4.tar.gz
Publican-1.5.tar.gz

View File

@ -2,3 +2,4 @@ publican-1_1-0_fc11:F-11:publican-1.1-0.fc11.src.rpm:1257190938
publican-1_2-0_fc11:F-11:publican-1.2-0.fc11.src.rpm:1257312088
publican-1_3-0_fc12:F-11:publican-1.3-0.fc12.src.rpm:1260235184
publican-1_4-1_fc12:F-11:publican-1.4-1.fc12.src.rpm:1264727803
publican-1_5-0_fc12:F-11:publican-1.5-0.fc12.src.rpm:1267160040

View File

@ -11,8 +11,8 @@
%define my_vendor %(test "%{RHEL5}" == "1" && echo "redhat" || echo "fedora")
Name: publican
Version: 1.4
Release: 1%{?dist}
Version: 1.5
Release: 0%{?dist}
Summary: Common files and scripts for publishing with DocBook XML
# For a breakdown of the licensing, refer to LICENSE
License: (GPLv2+ or Artistic) and CC0
@ -73,7 +73,7 @@ Requires: docbook-style-xsl >= 1.75.1
Requires: perl(XML::LibXML) >= 1.67
Requires: perl(XML::LibXSLT) >= 1.67
Requires: perl(XML::TreeBuilder) >= 3.09-15
Requires: gettext
Requires: gettext cvs
# Pull in the fonts for all languages, else you can't build translated PDF in brew/koji
%if %{RHEL5}
@ -184,6 +184,25 @@ rm -rf $RPM_BUILD_ROOT
%doc fdl.txt
%changelog
* Fri Feb 26 2010 Jeff Fearn <jfearn@redhat.com> 1.5-0
- Croak if profiling would remove root node.
- Add Archive::Zip to Build.pl
- Fix --config and add to help text
- Force footnotes and indexterms to be inline for translations. BZ #563056
- Add CVS package option. RT #59132
- Fix white space issues in abstract. BZ #559823
- Fix translation strings not matching correctly BZ #563397
- Fix entity with underscore. BZ #561178
- Fix config values of zero being ignored. BZ #564405
- Fix footnote number missing in footer. BZ #565903
- Fix duplicate text in callouts. BZ #561618
- Remove outdated references to catalogs parameter. BZ #565498
- Fix white space in book name breaking creation.
- Fix nested tag with similar name breaking translation. BZ #568201
- Fix translated packages using source version.
- Switch from object to iframe BZ #542524
- More accurate word counts for translations reports.
* Fri Jan 29 2010 Jeff Fearn <jfearn@redhat.com> 1.4-1
- make font BuildRequires match requires.

View File

@ -1 +1 @@
ff0bb2f00624a229df2ca6bb4de4af9a Publican-1.4.tar.gz
e540aab1f0b0863771e86697c322b583 Publican-1.5.tar.gz