new upstream
This commit is contained in:
parent
803eb9986d
commit
29b5686cc1
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ Publican-2.1.tar.gz
|
||||
/Publican-v4.1.6.tar.gz
|
||||
/Publican-v4.2.6.tar.gz
|
||||
/Publican-v4.3.0.tar.gz
|
||||
/Publican-v4.3.2.tar.gz
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define wwwdir /var/www/html/docs
|
||||
|
||||
Name: publican
|
||||
Version: 4.3.0
|
||||
Version: 4.3.2
|
||||
Release: 0%{?dist}
|
||||
Summary: Common files and scripts for publishing with DocBook XML
|
||||
# For a breakdown of the licensing, refer to LICENSE
|
||||
@ -53,7 +53,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)
|
||||
@ -115,7 +115,7 @@ BuildRequires: rpm-build libicu-devel
|
||||
|
||||
# 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.70
|
||||
@ -340,6 +340,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{wwwdir}/common-db5
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2015 Lee Newson <lnewson@redhat.com> 4.3.2-0
|
||||
- Do not replace non-breaking spaces by spaces in msgid of POT files. BZ #1233202
|
||||
- Fixed Unwanted line breaks around <inlinemediaobject> images. BZ #1222067
|
||||
- Fixed EPUB output of db5 brands can't be viewed. BZ #1241348
|
||||
|
||||
* Thu Jun 18 2015 Lee Newson <lnewson@redhat.com> 4.3.1-0
|
||||
- Fixed a regression in 4.3.0 that caused TOC's not to be included in wkhtmltopdf PDF's. BZ #1230023
|
||||
- Fixed callout image urls being broken. BZ #1222716
|
||||
|
||||
* Tue May 5 2015 Jeff Fearn <jfearn@redhat.com> 4.3.0-0
|
||||
- Fix web site templates to be more flexable.
|
||||
- Tweak default website styles.
|
||||
@ -368,9 +377,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Fix formalpara ids being dropped for DocBook 4.5. BZ #1209344
|
||||
- Add --no_clean option to allow custom entity files. BZ #1208069
|
||||
|
||||
* Tue Feb 24 2015 Petr Pisar <ppisar@redhat.com> - 4.2.6-1
|
||||
- Fix versions in Perl module dependencies again
|
||||
|
||||
* Tue Oct 21 2014 Jeff Fearn <jfearn@redhat.com> 4.2.6-0
|
||||
- Fix External_Links translation not merging. BZ #1153911
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user