From 82d43f4fc429532acfa8b1f7bf3ee9e13464393d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Landmann?= Date: Mon, 1 Mar 2010 03:35:16 +0000 Subject: [PATCH] - Fix missing IO::String requires. BZ #568950 - Fix xml_lang error. BZ #569249 --- .cvsignore | 2 +- import.log | 1 + publican.spec | 6 +++++- sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e4dd977..91a8587 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Publican-1.5.tar.gz +Publican-1.6.tar.gz diff --git a/import.log b/import.log index d7c2d96..013412b 100644 --- a/import.log +++ b/import.log @@ -4,3 +4,4 @@ publican-1_2-0_fc11:HEAD:publican-1.2-0.fc11.src.rpm:1257311243 publican-1_3-0_fc12:HEAD:publican-1.3-0.fc12.src.rpm:1260234376 publican-1_4-1_fc12:HEAD:publican-1.4-1.fc12.src.rpm:1264727301 publican-1_5-0_fc12:HEAD:publican-1.5-0.fc12.src.rpm:1267159526 +publican-1_6-0_fc12:HEAD:publican-1.6-0.fc12.src.rpm:1267414420 diff --git a/publican.spec b/publican.spec index 86e81ed..22e3e23 100644 --- a/publican.spec +++ b/publican.spec @@ -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 1.6-0 +- Fix missing IO::String requires. BZ #568950 +- Fix xml_lang error. BZ #569249 + * Fri Feb 26 2010 Jeff Fearn 1.5-0 - Croak if profiling would remove root node. - Add Archive::Zip to Build.pl diff --git a/sources b/sources index 1480bf1..b6d776f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e540aab1f0b0863771e86697c322b583 Publican-1.5.tar.gz +095ca7bff522631a5a2b11c90270e812 Publican-1.6.tar.gz