rpms/publican/F-13 .cvsignore, 1.18, 1.19 import.log, 1.7, 1.8 publican.spec, 1.35, 1.36 sources, 1.19, 1.20

Rüdiger Landmann rlandmann at fedoraproject.org
Tue Mar 23 23:48:42 UTC 2010


Author: rlandmann

Update of /cvs/pkgs/rpms/publican/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9560/F-13

Modified Files:
	.cvsignore import.log publican.spec sources 
Log Message:
* Mon Mar 22 2010 Jeff Fearn <jfearn at redhat.com> 1.6.1-0
- Fix package_brand including unwanted files. BZ #570715
- Fix empty lines breaking callouts. BZ #570046
- Detect verbatim content in translatable content. BZ #571633
- Fix missing IO::String requires properly. BZ #568950
- Add print style sheet to XHTML. RT #60327
- Force UTF8 on all files. BZ #570979
- Fix comments in callout breaking build. BZ #572047
- Fix table border display. BZ #572995




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/publican/F-13/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	1 Mar 2010 03:37:08 -0000	1.18
+++ .cvsignore	23 Mar 2010 23:48:42 -0000	1.19
@@ -1 +1 @@
-Publican-1.6.tar.gz
+Publican-1.6.1.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/publican/F-13/import.log,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- import.log	1 Mar 2010 03:37:08 -0000	1.7
+++ import.log	23 Mar 2010 23:48:42 -0000	1.8
@@ -5,3 +5,4 @@ publican-1_3-0_fc12:HEAD:publican-1.3-0.
 publican-1_4-1_fc12:HEAD:publican-1.4-1.fc12.src.rpm:1264727301
 publican-1_5-0_fc12:F-13:publican-1.5-0.fc12.src.rpm:1267159761
 publican-1_6-0_fc12:F-13:publican-1.6-0.fc12.src.rpm:1267414547
+publican-1_6_1-0_fc12:F-13:publican-1.6.1-0.fc12.src.rpm:1269388032


Index: publican.spec
===================================================================
RCS file: /cvs/pkgs/rpms/publican/F-13/publican.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- publican.spec	1 Mar 2010 03:37:09 -0000	1.35
+++ publican.spec	23 Mar 2010 23:48:42 -0000	1.36
@@ -11,7 +11,7 @@
 %define my_vendor %(test "%{RHEL5}" == "1" && echo "redhat" || echo "fedora")
 
 Name:           publican
-Version:        1.6
+Version:        1.6.1
 Release:        0%{?dist}
 Summary:        Common files and scripts for publishing with DocBook XML
 # For a breakdown of the licensing, refer to LICENSE
@@ -54,6 +54,7 @@ BuildRequires:  perl(Makefile::Parser)
 BuildRequires:  perl(Syntax::Highlight::Engine::Kate)
 BuildRequires:  perl(Term::ANSIColor)
 BuildRequires:  perl(Text::Wrap)
+BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(version)
 BuildRequires:  perl(XML::LibXML)  >=  1.67
 BuildRequires:  perl(XML::LibXSLT) >=  1.67
@@ -163,7 +164,7 @@ sed -i -e 's|xdg-open|htmlview|' %{name}
 desktop-file-install --vendor="%{my_vendor}" --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{name}.desktop
 
 %check
-#./Build test
+./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -184,6 +185,16 @@ rm -rf $RPM_BUILD_ROOT
 %doc fdl.txt
 
 %changelog
+* Mon Mar 22 2010 Jeff Fearn <jfearn at redhat.com> 1.6.1-0
+- Fix package_brand including unwanted files. BZ #570715
+- Fix empty lines breaking callouts. BZ #570046
+- Detect verbatim content in translatable content. BZ #571633
+- Fix missing IO::String requires properly. BZ #568950
+- Add print style sheet to XHTML. RT #60327
+- Force UTF8 on all files. BZ #570979
+- Fix comments in callout breaking build. BZ #572047
+- Fix table border display. BZ #572995
+
 * Mon Mar 01 2010 Jeff Fearn <jfearn at redhat.com> 1.6-0
 - Fix missing IO::String requires. BZ #568950
 - Fix xml_lang error. BZ #569249


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/publican/F-13/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	1 Mar 2010 03:37:09 -0000	1.19
+++ sources	23 Mar 2010 23:48:42 -0000	1.20
@@ -1 +1 @@
-095ca7bff522631a5a2b11c90270e812  Publican-1.6.tar.gz
+1099ded18e148dd81241f508ca66194f  Publican-1.6.1.tar.gz



More information about the scm-commits mailing list