[publican/f18] patch for XSL newlines broken in F18 and newer

RĂ¼diger Landmann rlandmann at fedoraproject.org
Tue Mar 19 06:59:20 UTC 2013


commit 6e3535eed1aa0ec355158c514b503ed439177c41
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Tue Mar 19 16:59:06 2013 +1000

    patch for XSL newlines broken in F18 and newer

 .gitignore    |    1 +
 publican.spec |    8 +++++++-
 sources       |    1 +
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index da2daa1..92def33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ Publican-2.1.tar.gz
 /Publican-2.7.tar.gz
 /Publican-2.8.tar.gz
 /Publican-v3.0.0.tar.gz
+/xsl-newlines.patch
diff --git a/publican.spec b/publican.spec
index 91fd4ec..e00a7a3 100644
--- a/publican.spec
+++ b/publican.spec
@@ -16,7 +16,7 @@
 
 Name:           publican
 Version:        3.0.0
-Release:        0%{?dist}
+Release:        1%{?dist}
 Summary:        Common files and scripts for publishing with DocBook XML
 # For a breakdown of the licensing, refer to LICENSE
 License:        (GPLv2+ or Artistic) and CC0
@@ -134,6 +134,8 @@ BuildRequires:  cjkuni-uming-fonts ipa-gothic-fonts ipa-pgothic-fonts
 BuildRequires:  lklug-fonts baekmuk-ttf-batang-fonts
 %endif
 
+Patch0:         xsl-newlines.patch
+
 %description
 Publican is a DocBook publication system, not just a DocBook processing tool.
 As well as ensuring your DocBook XML is valid, publican works to ensure
@@ -161,6 +163,7 @@ Website style for common brand.
 
 %prep
 %setup -q -n Publican-v%{version}
+%patch0 -p 1
 
 %build
 %{__perl} Build.PL installdirs=vendor --nocolours=1
@@ -247,6 +250,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 19 2013 RĂ¼diger Landmann <rlandmann at redhat.com> 3.0.0-1
+- patch for XSL newlines broken in F18 and newer
+
 * Wed Oct 31 2012 Jeff Fearn <jfearn at redhat.com> 3.0.0-0
 - new upstream package.
 
diff --git a/sources b/sources
index 84586ec..e5b2374 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 a4327409d5d1152cd6849dc6ac51e76d  Publican-v3.0.0.tar.gz
+f454d68d83bbe1cb23259e1d69a431fb  xsl-newlines.patch


More information about the scm-commits mailing list