New upstream release 10.80.00 (#1496797)
This commit is contained in:
parent
29747196d4
commit
9ee75c7c75
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/netpbm-10.77.00.tar.xz
|
||||
/netpbm-10.78.00.tar.xz
|
||||
/netpbm-10.79.00.tar.xz
|
||||
/netpbm-10.80.00.tar.xz
|
||||
|
@ -1,25 +0,0 @@
|
||||
diff -urNp old/analyzer/pamtable.c new/analyzer/pamtable.c
|
||||
--- old/analyzer/pamtable.c 2017-07-03 12:07:13.979196547 +0200
|
||||
+++ new/analyzer/pamtable.c 2017-07-03 12:09:10.567765434 +0200
|
||||
@@ -131,18 +131,18 @@ printRow(const struct pam * const pamP,
|
||||
unsigned int plane;
|
||||
|
||||
if (col > 0)
|
||||
- fprintf(ofP, format.interTupleGutter);
|
||||
+ fputs(format.interTupleGutter, ofP);
|
||||
|
||||
for (plane = 0; plane < pamP->depth; ++plane) {
|
||||
|
||||
if (plane > 0)
|
||||
- fprintf(ofP, format.interSampleGutter);
|
||||
+ fputs(format.interSampleGutter, ofP);
|
||||
|
||||
fprintf(ofP, format.sampleFmt, tupleRow[col][plane]);
|
||||
}
|
||||
}
|
||||
|
||||
- fprintf(ofP, "\n");
|
||||
+ fputs("\n", ofP);
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A library for handling different graphics file formats
|
||||
Name: netpbm
|
||||
Version: 10.79.00
|
||||
Release: 3%{?dist}
|
||||
Version: 10.80.00
|
||||
Release: 1%{?dist}
|
||||
# See copyright_summary for details
|
||||
License: BSD and GPLv2 and IJG and MIT and Public Domain
|
||||
Group: System Environment/Libraries
|
||||
@ -18,7 +18,6 @@ Patch1: netpbm-security-code.patch
|
||||
Patch2: netpbm-ppmfadeusage.patch
|
||||
Patch3: netpbm-noppmtompeg.patch
|
||||
Patch4: netpbm-CVE-2017-2587.patch
|
||||
Patch5: netpbm-10.79.00-fprintf.patch
|
||||
BuildRequires: libjpeg-devel, libpng-devel, libtiff-devel, flex
|
||||
BuildRequires: libX11-devel, perl-generators, python, jasper-devel, libxml2-devel
|
||||
BuildRequires: ghostscript-core
|
||||
@ -79,7 +78,6 @@ netpbm-doc. You'll also need to install the netpbm-progs package.
|
||||
%patch2 -p1 -b .ppmfadeusage
|
||||
%patch3 -p1 -b .noppmtompeg
|
||||
%patch4 -p1 -b .CVE-2587
|
||||
%patch5 -p1 -b .fprintf
|
||||
|
||||
%build
|
||||
./configure <<EOF
|
||||
@ -225,6 +223,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc userguide/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 02 2017 Josef Ridky <jridky@redhat.com> - 10.80.00-1
|
||||
- New upstream release 10.80.00 (#1496797)
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 10.79.00-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (netpbm-10.79.00.tar.xz) = 49c21835302bddcaadcde06ff5d25915c5b8a3404f0e91f920af00b79fff2ed354beb6dd5c0abe4be48a52a44b27e97127eee7e3d473ff7f637287208dbabc65
|
||||
SHA512 (netpbm-10.80.00.tar.xz) = aa4b6e376aefcad6080fa821a7351bb9fef3e10bffe61741e3be37a3bca848cafe51af029fd681f92caaa801194c664a7aa686ed0745f875a0a0b2b849336179
|
||||
|
Loading…
Reference in New Issue
Block a user