Resolves: #1596970 - new upstream release 10.83.01
This commit is contained in:
parent
5d379c2dc8
commit
22d9bc2e79
@ -1,10 +1,10 @@
|
|||||||
diff -up netpbm-10.56.03/converter/other/pstopnm.c.CAN-2005-2471 netpbm-10.56.03/converter/other/pstopnm.c
|
diff -urNp a/converter/other/pstopnm.c b/converter/other/pstopnm.c
|
||||||
--- netpbm-10.56.03/converter/other/pstopnm.c.CAN-2005-2471 2011-11-09 09:18:00.000000000 +0100
|
--- a/converter/other/pstopnm.c 2018-07-23 15:14:51.200658026 +0200
|
||||||
+++ netpbm-10.56.03/converter/other/pstopnm.c 2011-11-11 11:43:51.827409226 +0100
|
+++ b/converter/other/pstopnm.c 2018-07-23 15:18:12.579910612 +0200
|
||||||
@@ -747,11 +747,11 @@ execGhostscript(int const input
|
@@ -896,11 +896,11 @@ execGhostscript(int const
|
||||||
ghostscriptProg, arg0,
|
ghostscriptProg, arg0,
|
||||||
deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
|
deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
|
||||||
"-q", "-dNOPAUSE",
|
"-q", "-dNOPAUSE",
|
||||||
- "-dSAFER", "-");
|
- "-dSAFER", "-");
|
||||||
+ "-dPARANOIDSAFER", "-");
|
+ "-dPARANOIDSAFER", "-");
|
||||||
}
|
}
|
||||||
@ -12,6 +12,6 @@ diff -up netpbm-10.56.03/converter/other/pstopnm.c.CAN-2005-2471 netpbm-10.56.03
|
|||||||
execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
|
execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
|
||||||
- "-dNOPAUSE", "-dSAFER", "-", NULL);
|
- "-dNOPAUSE", "-dSAFER", "-", NULL);
|
||||||
+ "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
|
+ "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
|
||||||
|
|
||||||
pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
|
pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
|
||||||
ghostscriptProg, errno, strerror(errno));
|
ghostscriptProg, errno, strerror(errno));
|
||||||
|
File diff suppressed because it is too large
Load Diff
10
netpbm.spec
10
netpbm.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A library for handling different graphics file formats
|
Summary: A library for handling different graphics file formats
|
||||||
Name: netpbm
|
Name: netpbm
|
||||||
Version: 10.82.00
|
Version: 10.83.01
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
# See copyright_summary for details
|
# See copyright_summary for details
|
||||||
License: BSD and GPLv2 and IJG and MIT and Public Domain
|
License: BSD and GPLv2 and IJG and MIT and Public Domain
|
||||||
URL: http://netpbm.sourceforge.net/
|
URL: http://netpbm.sourceforge.net/
|
||||||
@ -31,7 +31,8 @@ Patch15: netpbm-cmuwtopbm.patch
|
|||||||
Patch16: netpbm-pamtojpeg2k.patch
|
Patch16: netpbm-pamtojpeg2k.patch
|
||||||
Patch17: netpbm-manfix.patch
|
Patch17: netpbm-manfix.patch
|
||||||
Patch18: netpbm-manual-pages.patch
|
Patch18: netpbm-manual-pages.patch
|
||||||
BuildRequires: libjpeg-devel, libpng-devel, libtiff-devel, flex
|
|
||||||
|
BuildRequires: libjpeg-devel, libpng-devel, libtiff-devel, flex, gcc
|
||||||
BuildRequires: libX11-devel, perl-generators, python3, jasper-devel, libxml2-devel
|
BuildRequires: libX11-devel, perl-generators, python3, jasper-devel, libxml2-devel
|
||||||
%if (0%{?fedora} && 0%{?fedora} < 28) || (0%{?rhel} || 0%{?rhel} <= 7)
|
%if (0%{?fedora} && 0%{?fedora} < 28) || (0%{?rhel} || 0%{?rhel} <= 7)
|
||||||
BuildRequires: ghostscript-core
|
BuildRequires: ghostscript-core
|
||||||
@ -225,6 +226,9 @@ popd
|
|||||||
%doc userguide/*
|
%doc userguide/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 23 2018 Josef Ridky <jridky@redhat.com> - 10.83.01-1
|
||||||
|
- New upstream release 10.83.01 (#1596970)
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 10.82.00-4
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 10.82.00-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user