- Fix missing IO::String requires. BZ #568950

- Fix xml_lang error. BZ #569249
This commit is contained in:
Rüdiger Landmann 2010-03-01 03:39:17 +00:00
parent dcad5a8d80
commit 501509af3d
4 changed files with 8 additions and 3 deletions

View File

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

View File

@ -4,3 +4,4 @@ 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
publican-1_6-0_fc12:F-12:publican-1.6-0.fc12.src.rpm:1267414656

View File

@ -11,7 +11,7 @@
%define my_vendor %(test "%{RHEL5}" == "1" && echo "redhat" || echo "fedora")
Name: publican
Version: 1.5
Version: 1.6
Release: 0%{?dist}
Summary: Common files and scripts for publishing with DocBook XML
# For a breakdown of the licensing, refer to LICENSE
@ -184,6 +184,10 @@ rm -rf $RPM_BUILD_ROOT
%doc fdl.txt
%changelog
* Mon Mar 01 2010 Jeff Fearn <jfearn@redhat.com> 1.6-0
- Fix missing IO::String requires. BZ #568950
- Fix xml_lang error. BZ #569249
* 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

View File

@ -1 +1 @@
e540aab1f0b0863771e86697c322b583 Publican-1.5.tar.gz
095ca7bff522631a5a2b11c90270e812 Publican-1.6.tar.gz