1664367 - [RFE] Add support for 885915 encoding in enscript
This commit is contained in:
parent
3e4d50d091
commit
70abd7e347
2059
0001-enscript-newencodings.patch
Normal file
2059
0001-enscript-newencodings.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
Summary: A plain ASCII to PostScript converter
|
||||
Name: enscript
|
||||
Version: 1.6.6
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
License: GPLv3+ and LGPLv2+ and GPLv2+
|
||||
URL: http://www.gnu.org/software/enscript
|
||||
# Tarball exists nowhere. You have to obtain it via:
|
||||
@ -24,6 +24,11 @@ Patch12:enscript-rh477382.patch
|
||||
Patch13:enscript-build.patch
|
||||
Patch14:enscript-manfixes.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
|
||||
Provides: nenscript = 1.13++-13
|
||||
@ -49,6 +54,8 @@ includes many options for customizing printouts
|
||||
%patch13 -p1 -b .build
|
||||
%patch14 -p1 -b .manfixes
|
||||
%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
|
||||
install -pm 644 %{SOURCE2} states/hl/php.st
|
||||
@ -94,6 +101,9 @@ done
|
||||
%config(noreplace) %{_sysconfdir}/enscript.cfg
|
||||
|
||||
%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
|
||||
- correcting license
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user