From 0561bf177264615daa01ec15ec67e44aa19d5fe2 Mon Sep 17 00:00:00 2001 From: Ruediger Landmann Date: Mon, 27 Oct 2014 13:55:55 +1000 Subject: [PATCH] new upstream --- .gitignore | 1 + publican.spec | 34 +++++++++++++++++++--------------- sources | 2 +- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 90c3c68..763aebd 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ Publican-2.1.tar.gz /Publican-v3.2.1.tar.gz /Publican-v4.0.0.tar.gz /Publican-v4.1.3.tar.gz +/Publican-v4.1.6.tar.gz diff --git a/publican.spec b/publican.spec index 27b2397..5427d14 100644 --- a/publican.spec +++ b/publican.spec @@ -18,8 +18,8 @@ %define wwwdir /var/www/html/docs Name: publican -Version: 4.1.3 -Release: 3%{?dist} +Version: 4.1.6 +Release: 0%{?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 @@ -28,8 +28,8 @@ URL: https://publican.fedorahosted.org Source0: https://fedorahosted.org/released/publican/Publican-v%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Provides: publican-common = %{version} -Provides: publican-common-db5 = %{version} +Provides: publican-common = %{version} +Provides: publican-common-db5 = %{version} Provides: publican-API = 4.1 # Get rid of the old packages @@ -50,7 +50,7 @@ BuildRequires: perl(Archive::Tar) => 1.84 BuildRequires: perl(Archive::Zip) # Not reall required, but sometimes koji pulls in a conflicting dep... BuildRequires: perl(Compress::Zlib) => 2.030 -BuildRequires: perl(Locale::Maketext::Gettext) >= 1.27 +BuildRequires: perl(Locale::Maketext::Gettext) >= 1.27-1.2 BuildRequires: perl(Carp) BuildRequires: perl(Config::Simple) BuildRequires: perl(Cwd) @@ -82,7 +82,7 @@ BuildRequires: perl(Locale::PO) BuildRequires: perl(Module::Build) BuildRequires: perl(Pod::Usage) BuildRequires: perl(String::Similarity) -BuildRequires: perl(Syntax::Highlight::Engine::Kate) >= 0.07 +BuildRequires: perl(Syntax::Highlight::Engine::Kate) >= 0.07-5 BuildRequires: perl(Template) BuildRequires: perl(Template::Constants) BuildRequires: perl(Term::ANSIColor) @@ -109,7 +109,7 @@ BuildRequires: perl(Lingua::EN::Fathom) # Most of these are handled automatically Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Locale::Maketext::Gettext) >= 1.27 +Requires: perl(Locale::Maketext::Gettext) >= 1.27-1.2 Requires: rpm-build Requires: docbook-style-xsl >= 1.77.1 Requires: perl(XML::LibXML) >= 1.67 @@ -120,7 +120,7 @@ Requires: perl-XML-TreeBuilder >= 5.1 Requires: perl-Template-Toolkit Requires: perl(DBD::SQLite) Requires: perl(Text::CSV_XS) -Requires: perl(Syntax::Highlight::Engine::Kate) >= 0.07 +Requires: perl(Syntax::Highlight::Engine::Kate) >= 0.07-5 Requires: docbook5-schemas Requires: docbook5-style-xsl >= 1.78.1 @@ -320,16 +320,20 @@ rm -rf $RPM_BUILD_ROOT %{wwwdir}/common-db5 %changelog -* Mon Sep 01 2014 Jitka Plesnikova - 4.1.3-3 -- Perl 5.20 rebuild +* Tue Jul 29 2014 Jeff Fearn 4.1.6-0 +- Another shot at fixing PDF index out of range error. -* Thu Jul 24 2014 Petr Pisar - 4.1.3-2 -- Fix versions in Perl module dependencies again +* Wed Jul 09 2014 Jeff Fearn 4.1.5-0 +- Add some web UI tranlstaion strings & sort formats. BZ #1117081 +- Fix formal para title CSS. BZ #1110076 -* Sat Jun 07 2014 Fedora Release Engineering - 4.1.3-1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild +* Thu Jul 03 2014 Jeff Fearn 4.1.4-1 +- Expose sort functions to version index page. -* Tue May 20 2014 Jeff Fearn 4.1.3-0 +* Wed May 21 2014 Jeff Fearn 4.1.4-0 +- Fix headers and footers triggering index out of range in PDF Build. + +* Wed May 21 2014 Jeff Fearn 4.1.3-0 - Fix extra space breaking spec files with sort_order. BZ #1099262 - Make div.title bold in db4.css. BZ #1049661 diff --git a/sources b/sources index 4035a06..ec256a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76e760944de2412133d96f98148781cf Publican-v4.1.3.tar.gz +5f1aa97912ad22f0cbd689ef9c226ac4 Publican-v4.1.6.tar.gz