- Fix broken install_book not updating DB.

- Fix typos in docs.
This commit is contained in:
Rüdiger Landmann 2010-07-07 02:43:06 +00:00
parent 4d97086e5e
commit a762eca185
4 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
Publican-2.0.tar.gz
Publican-2.1.tar.gz

View File

@ -9,3 +9,4 @@ publican-1_6_1-0_fc12:F-12:publican-1.6.1-0.fc12.src.rpm:1269388036
publican-1_6_2-0_fc12:F-12:publican-1.6.2-0.fc12.src.rpm:1270097338
publican-1_6_3-0_fc12:F-12:publican-1.6.3-0.fc12.src.rpm:1273642119
publican-2_0-0_fc13:F-12:publican-2.0-0.fc13.src.rpm:1278394762
publican-2_1-0_fc13:F-12:publican-2.1-0.fc13.src.rpm:1278470540

View File

@ -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 <jfearn@redhat.com> 2.1-0
- Fix broken install_book not updating DB.
- Fix typos in docs.
* Tue Jul 06 2010 Jeff Fearn <jfearn@redhat.com> 2.0-0
- Add Publican::Website.
- Add web_*_label params for web menus.

View File

@ -1 +1 @@
c2c707ef3cd4df0c738622bd7d4885fa Publican-2.0.tar.gz
80bde266e0b8557adf8a848183c064a1 Publican-2.1.tar.gz