From dcad5a8d80daf78b5dda2d2b428725345c20489e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Landmann?= Date: Fri, 26 Feb 2010 04:53:31 +0000 Subject: [PATCH] - 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. --- .cvsignore | 2 +- import.log | 1 + publican.spec | 25 ++++++++++++++++++++++--- sources | 2 +- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 653b04f..e4dd977 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Publican-1.4.tar.gz +Publican-1.5.tar.gz diff --git a/import.log b/import.log index 535bd5b..4cb5803 100644 --- a/import.log +++ b/import.log @@ -3,3 +3,4 @@ publican-1_1-0_fc11:F-12:publican-1.1-0.fc11.src.rpm:1257134462 publican-1_2-0_fc11:F-12:publican-1.2-0.fc11.src.rpm:1257311998 publican-1_3-0_fc12:F-12:publican-1.3-0.fc12.src.rpm:1260234966 publican-1_4-1_fc12:F-12:publican-1.4-1.fc12.src.rpm:1264727514 +publican-1_5-0_fc12:F-12:publican-1.5-0.fc12.src.rpm:1267159911 diff --git a/publican.spec b/publican.spec index 3ad6ca5..86e81ed 100644 --- a/publican.spec +++ b/publican.spec @@ -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 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 1.4-1 - make font BuildRequires match requires. diff --git a/sources b/sources index 41bb603..1480bf1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff0bb2f00624a229df2ca6bb4de4af9a Publican-1.4.tar.gz +e540aab1f0b0863771e86697c322b583 Publican-1.5.tar.gz