1664367 - [RFE] Add support for 885915 encoding in enscript

This commit is contained in:
Zdenek Dohnal 2019-01-30 10:43:07 +01:00
parent 3e4d50d091
commit 70abd7e347
2 changed files with 2070 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: A plain ASCII to PostScript converter Summary: A plain ASCII to PostScript converter
Name: enscript Name: enscript
Version: 1.6.6 Version: 1.6.6
Release: 18%{?dist} Release: 19%{?dist}
License: GPLv3+ and LGPLv2+ and GPLv2+ License: GPLv3+ and LGPLv2+ and GPLv2+
URL: http://www.gnu.org/software/enscript URL: http://www.gnu.org/software/enscript
# Tarball exists nowhere. You have to obtain it via: # Tarball exists nowhere. You have to obtain it via:
@ -24,6 +24,11 @@ Patch12:enscript-rh477382.patch
Patch13:enscript-build.patch Patch13:enscript-build.patch
Patch14:enscript-manfixes.patch Patch14:enscript-manfixes.patch
Patch15: enscript-bufpos-crash.patch Patch15: enscript-bufpos-crash.patch
# 1664367 - adding support for 2 other encodings, enscript cannot print f.e. euro symbol
# without it
# rhbz: https://bugzilla.redhat.com/show_bug.cgi?id=1664367
# upstream patch: http://lists.gnu.org/archive/html/bug-enscript/2018-04/msg00008.html
Patch16: 0001-enscript-newencodings.patch
Obsoletes: nenscript < 1.13++-13 Obsoletes: nenscript < 1.13++-13
Provides: nenscript = 1.13++-13 Provides: nenscript = 1.13++-13
@ -49,6 +54,8 @@ includes many options for customizing printouts
%patch13 -p1 -b .build %patch13 -p1 -b .build
%patch14 -p1 -b .manfixes %patch14 -p1 -b .manfixes
%patch15 -p1 -b .bufpos-crash %patch15 -p1 -b .bufpos-crash
# 1664367 - [RFE] Add support for 885915 encoding in enscript
%patch16 -p1 -b .newencodings
%{__tar} -C states/hl -zxf %{SOURCE1} ruby.st %{__tar} -C states/hl -zxf %{SOURCE1} ruby.st
install -pm 644 %{SOURCE2} states/hl/php.st install -pm 644 %{SOURCE2} states/hl/php.st
@ -94,6 +101,9 @@ done
%config(noreplace) %{_sysconfdir}/enscript.cfg %config(noreplace) %{_sysconfdir}/enscript.cfg
%changelog %changelog
* Tue Jan 29 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.6.6-19
- 1664367 - [RFE] Add support for 885915 encoding in enscript
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.6.6-18 * Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.6.6-18
- correcting license - correcting license