* Wed Oct 27 2010 Jeff Fearn <jfearn@redhat.com> 2.4-0

- Add de.po to MANIFEST
- Add menu hide option. BZ #650037
- Only set title attribute in HTMl if alt text is set. BZ #651247
- Changed tabs to spaces in the specfile xsl BZ #652120
- Fix broken version splash page icon. BZ #647360
- Add web_formats option. BZ #647360
- Add Lohit Devanagari to Marathi font list. BZ #654554
- Stop publican setting imagedata format. BZ #654939
- Fix DocBook 5 DTD string format change. BZ #655621
- Add dt_requires and menu_category options. BZ #647352
- Remove web PDF from Indic + ar-SA,fa-IR,he-IL. BZ #655713
- Fix publish breaking UTF8 file names. BZ #648126
- Fix non-en lang breaking website strings. BZ #656139
- Fix IE8 javascript and layout issues. BZ #656531
- Remove Red elements from interactive.css. BZ #650950
- Added support for home page site_overrides.css file.  BZ #650950
- Add check for outdated SRPMS.
This commit is contained in:
Ruediger Landmann 2010-12-02 09:48:42 +10:00
parent 14a22debb8
commit 296386fa47
3 changed files with 31 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
Publican-2.1.tar.gz
/Publican-2.2.tar.gz
/Publican-2.3.tar.gz
/Publican-2.4.tar.gz

View File

@ -20,7 +20,7 @@
%define TESTS 0
Name: publican
Version: 2.3
Version: 2.4
Release: 0%{?dist}
Summary: Common files and scripts for publishing with DocBook XML
# For a breakdown of the licensing, refer to LICENSE
@ -39,8 +39,9 @@ BuildArch: noarch
# Get rid of the old packages
Obsoletes: perl-Publican-WebSite < 1.5
Obsoletes: publican-WebSite-obsoletes < 1.21
Provides: perl-Publican-WebSite = 1.5
Provides: publican-WebSite-obsoletes = 1.21
# Do NOT support very old packages
#Provides: perl-Publican-WebSite = 1.5
#Provides: publican-WebSite-obsoletes = 1.21
BuildRequires: perl(Devel::Cover)
BuildRequires: perl(Module::Build)
@ -134,7 +135,8 @@ BuildRequires: lklug-fonts baekmuk-ttf-batang-fonts
%endif
Obsoletes: Publican < 1.0
Provides: Publican = 1.0
# Do NOT support very old packages
#Provides: Publican = 1.0
%description
Publican is a DocBook publication system, not just a DocBook processing tool.
@ -150,7 +152,8 @@ Requires: htmlview
Requires: xdg-utils
%endif
Obsoletes: Publican-doc < 1.0
Provides: Publican-doc = 1.0
# Do NOT support very old packages
#Provides: Publican-doc = 1.0
%description doc
Publican is a tool for publishing material authored in DocBook XML.
@ -224,6 +227,25 @@ rm -rf $RPM_BUILD_ROOT
%doc fdl.txt
%changelog
* Wed Oct 27 2010 Jeff Fearn <jfearn@redhat.com> 2.4-0
- Add de.po to MANIFEST
- Add menu hide option. BZ #650037
- Only set title attribute in HTMl if alt text is set. BZ #651247
- Changed tabs to spaces in the specfile xsl BZ #652120
- Fix broken version splash page icon. BZ #647360
- Add web_formats option. BZ #647360
- Add Lohit Devanagari to Marathi font list. BZ #654554
- Stop publican setting imagedata format. BZ #654939
- Fix DocBook 5 DTD string format change. BZ #655621
- Add dt_requires and menu_category options. BZ #647352
- Remove web PDF from Indic + ar-SA,fa-IR,he-IL. BZ #655713
- Fix publish breaking UTF8 file names. BZ #648126
- Fix non-en lang breaking website strings. BZ #656139
- Fix IE8 javascript and layout issues. BZ #656531
- Remove Red elements from interactive.css. BZ #650950
- Added support for home page site_overrides.css file. BZ #650950
- Add check for outdated SRPMS.
* Tue Oct 26 2010 Jeff Fearn <jfearn@redhat.com> 2.3-0
- Prepend product name to product/version splash pages.
- Fix bash completion for --brand and --type.
@ -1055,3 +1077,5 @@ rm -rf $RPM_BUILD_ROOT
* Wed Feb 07 2007 Jeff Fearn <jfearn@redhat.com> 0.0
- Initial creation

View File

@ -1 +1 @@
d9c50d9f8c09183f210d7373dd688142 Publican-2.3.tar.gz
775caa38b2f68b087a6c9cdfff58758d Publican-2.4.tar.gz