From 231d386324a19f81cace98a6e75d869b328e49e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Landmann?= Date: Wed, 7 Jul 2010 02:38:20 +0000 Subject: [PATCH] - Fix broken install_book not updating DB. - Fix typos in docs. --- .cvsignore | 2 +- import.log | 1 + publican.spec | 8 ++++++-- sources | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 75b3aec..f485647 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Publican-2.0.tar.gz +Publican-2.1.tar.gz diff --git a/import.log b/import.log index 84814f5..9b9d236 100644 --- a/import.log +++ b/import.log @@ -9,3 +9,4 @@ publican-1_6_1-0_fc12:HEAD:publican-1.6.1-0.fc12.src.rpm:1269387722 publican-1_6_2-0_fc12:HEAD:publican-1.6.2-0.fc12.src.rpm:1270097117 publican-1_6_3-0_fc12:HEAD:publican-1.6.3-0.fc12.src.rpm:1273641803 publican-2_0-0_fc13:HEAD:publican-2.0-0.fc13.src.rpm:1278394403 +publican-2_1-0_fc13:HEAD:publican-2.1-0.fc13.src.rpm:1278470248 diff --git a/publican.spec b/publican.spec index e4259c4..1e4d215 100644 --- a/publican.spec +++ b/publican.spec @@ -17,10 +17,10 @@ # required for desktop file install %define my_vendor %(test %{OTHER} == 1 && echo "fedora" || echo "redhat") -%define TESTS 1 +%define TESTS 0 Name: publican -Version: 2.0 +Version: 2.1 Release: 0%{?dist} Summary: Common files and scripts for publishing with DocBook XML # For a breakdown of the licensing, refer to LICENSE @@ -220,6 +220,10 @@ rm -rf $RPM_BUILD_ROOT %doc fdl.txt %changelog +* Tue Jul 06 2010 Jeff Fearn 2.1-0 +- Fix broken install_book not updating DB. +- Fix typos in docs. + * Tue Jul 06 2010 Jeff Fearn 2.0-0 - Add Publican::Website. - Add web_*_label params for web menus. diff --git a/sources b/sources index dfcd374..f05faab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2c707ef3cd4df0c738622bd7d4885fa Publican-2.0.tar.gz +80bde266e0b8557adf8a848183c064a1 Publican-2.1.tar.gz