[publican] * Wed Oct 06 2010 Jeff Fearn <jfearn at redhat.com> 2.2-0 - Extend callout graphics to 40; adjust colou

Rüdiger Landmann rlandmann at fedoraproject.org
Wed Oct 6 01:07:04 UTC 2010


commit dff6e518969032ecc3a9575d228e8b277576c210
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Wed Oct 6 11:06:43 2010 +1000

    * Wed Oct 06 2010 Jeff Fearn <jfearn at redhat.com> 2.2-0
    - Extend callout graphics to 40; adjust colour and font BZ #629804 <r.landmann at redhat.com>
    - Make keycombo example consistent with RHEL6 behaviour. BZ #618735 <r.landmann at redhat.com>
    - Restrict CSS style for edition to title pages to avoid applying to bibliographies <r.landmann at redhat.com>
    - Fix images/icon.svg breaking rpm build. BZ #612515
    - Fix empty term breaking PDF build. BZ #614728
    - Fix footnote not catching modified para. BZ #565903
    - Fix SRPM not including web labels. BZ #621036
    - Update tocs when home page is updated. BZ #612027
    - Don't display stats for unused languages. BZ #613500
    - Fix admonitions/varlistentry not having IDs. BZ #616112
    - Fix procedure/itemizedlist/orderedlist not having IDs. BZ #612817
    - Catch invalid revision in translation. BZ #621721
    - Limit index.html redirection to installed languages. BZ #612009
    - Fix smaller width being overridden by max_image_width. BZ #613140
    - Fix support for def_lang for web sites. BZ #622030
    - Remove ant trails from selected links.
    - Add --novalid option to disable validation when building. BZ #616142
    - Revert change to escaping ', ", >, <. BZ #628266
    - Add support for product and version splash pages. BZ #613502
    - Fix unused version breaking product hiding.
    - Add support for alerts for parameters.
    - Add bash completion.
    - Validate revnumber for changelog. BZ #628464
    - Add basic man page support. BZ #632027
    - Add basic support for line numbers. BZ #629463
    - Add warning messages for out of date translations.
    - Add productname to IGNOREBLOCKS. BZ #625316
    - Add OPDS support. BZ #615831
    - Fix translated labels in web nav. BZ #631647
    - Remove highlighting from output of prompt tag in html. BZ #618902 <ryanlerch at gmail.com>
    - Resize index title font to a sane size. BZ #624392
    - Fix misapplied fonts for CJK. BZ #628786
    - Fix attributes breaking translation merge. BZ #638816
    - Fix entities missing from RPM description. BZ #626254
    - Add bridgehead_in_toc parameter. BZ #616123
    - Support '--lang all' for lang_stats.
    - Left align CJK in PDF. BZ #639811
    - Fix constraint regex on docname and productname. BZ #640082

 .gitignore    |    1 +
 publican.spec |   47 +++++++++++++++++++++++++++++++++++++++++++++--
 sources       |    2 +-
 3 files changed, 47 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f485647..08b7038 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Publican-2.1.tar.gz
+/Publican-2.2.tar.gz
diff --git a/publican.spec b/publican.spec
index 1e4d215..9c0f7c4 100644
--- a/publican.spec
+++ b/publican.spec
@@ -12,7 +12,8 @@
 %endif
 
 # who doesn't have xdg-open?
-%define HTMLVIEW %(test %{RHEL5} == 1 && echo 1 || echo 0)
+#%define HTMLVIEW %(test %{RHEL5} == 1 && echo 1 || echo 0)
+%define HTMLVIEW %{RHEL5}
 
 # required for desktop file install
 %define my_vendor %(test %{OTHER} == 1 && echo "fedora" || echo "redhat")
@@ -20,7 +21,7 @@
 %define TESTS 0
 
 Name:           publican
-Version:        2.1
+Version:        2.2
 Release:        0%{?dist}
 Summary:        Common files and scripts for publishing with DocBook XML
 # For a breakdown of the licensing, refer to LICENSE
@@ -212,6 +213,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/publican
 %{_datadir}/publican
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/publican-website.cfg
+%{_sysconfdir}/bash_completion.d/_publican
 
 %files doc
 %defattr(-,root,root,-)
@@ -220,6 +222,46 @@ rm -rf $RPM_BUILD_ROOT
 %doc fdl.txt
 
 %changelog
+* Wed Oct 06 2010 Jeff Fearn <jfearn at redhat.com> 2.2-0
+- Extend callout graphics to 40; adjust colour and font BZ #629804 <r.landmann at redhat.com>
+- Make keycombo example consistent with RHEL6 behaviour. BZ #618735 <r.landmann at redhat.com>
+- Restrict CSS style for edition to title pages to avoid applying to bibliographies <r.landmann at redhat.com>
+- Fix images/icon.svg breaking rpm build. BZ #612515
+- Fix empty term breaking PDF build. BZ #614728
+- Fix footnote not catching modified para. BZ #565903
+- Fix SRPM not including web labels. BZ #621036
+- Update tocs when home page is updated. BZ #612027
+- Don't display stats for unused languages. BZ #613500
+- Fix admonitions/varlistentry not having IDs. BZ #616112
+- Fix procedure/itemizedlist/orderedlist not having IDs. BZ #612817
+- Catch invalid revision in translation. BZ #621721
+- Limit index.html redirection to installed languages. BZ #612009
+- Fix smaller width being overridden by max_image_width. BZ #613140
+- Fix support for def_lang for web sites. BZ #622030
+- Remove ant trails from selected links.
+- Add --novalid option to disable validation when building. BZ #616142
+- Revert change to escaping ', ", >, <. BZ #628266
+- Add support for product and version splash pages. BZ #613502
+- Fix unused version breaking product hiding.
+- Add support for alerts for parameters.
+- Add bash completion.
+- Validate revnumber for changelog. BZ #628464
+- Add basic man page support. BZ #632027
+- Add basic support for line numbers. BZ #629463
+- Add warning messages for out of date translations.
+- Add productname to IGNOREBLOCKS. BZ #625316
+- Add OPDS support. BZ #615831
+- Fix translated labels in web nav. BZ #631647
+- Remove highlighting from output of prompt tag in html. BZ #618902 <ryanlerch at gmail.com>
+- Resize index title font to a sane size. BZ #624392
+- Fix misapplied fonts for CJK. BZ #628786
+- Fix attributes breaking translation merge. BZ #638816
+- Fix entities missing from RPM description. BZ #626254
+- Add bridgehead_in_toc parameter. BZ #616123
+- Support '--lang all' for lang_stats.
+- Left align CJK in PDF. BZ #639811
+- Fix constraint regex on docname and productname. BZ #640082
+
 * Tue Jul 06 2010 Jeff Fearn <jfearn at redhat.com> 2.1-0
 - Fix broken install_book not updating DB.
 - Fix typos in docs.
@@ -988,3 +1030,4 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
+
diff --git a/sources b/sources
index f05faab..95907b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80bde266e0b8557adf8a848183c064a1  Publican-2.1.tar.gz
+a3243b973dec0b1d82a4c328e2564233  Publican-2.2.tar.gz


More information about the scm-commits mailing list