Rebase to the latest version - 10.76.00
This commit is contained in:
parent
9ec28379f3
commit
1c95e42580
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/netpbm-10.66.02.tar.xz
|
||||
/netpbm-10.71.02.tar.xz
|
||||
/netpbm-10.75.99.tar.xz
|
||||
/netpbm-10.76.00.tar.xz
|
||||
|
15
netpbm.spec
15
netpbm.spec
@ -1,6 +1,6 @@
|
||||
Summary: A library for handling different graphics file formats
|
||||
Name: netpbm
|
||||
Version: 10.75.99
|
||||
Version: 10.76.00
|
||||
Release: 1%{?dist}
|
||||
# See copyright_summary for details
|
||||
License: BSD and GPLv2 and IJG and MIT and Public Domain
|
||||
@ -13,10 +13,10 @@ URL: http://netpbm.sourceforge.net/
|
||||
# and removing the .svn directories ( find -name "\.svn" -type d -print0 | xargs -0 rm -rf )
|
||||
# and removing the ppmtompeg code, due to patents ( rm -rf netpbm-%{version}/converter/ppm/ppmtompeg/ )
|
||||
Source0: netpbm-%{version}.tar.xz
|
||||
Patch0: rebase-helper-results/netpbm-security-scripts.patch
|
||||
Patch1: rebase-helper-results/netpbm-security-code.patch
|
||||
Patch2: rebase-helper-results/netpbm-ppmfadeusage.patch
|
||||
Patch3: rebase-helper-results/netpbm-noppmtompeg.patch
|
||||
Patch0: netpbm-security-scripts.patch
|
||||
Patch1: netpbm-security-code.patch
|
||||
Patch2: netpbm-ppmfadeusage.patch
|
||||
Patch3: netpbm-noppmtompeg.patch
|
||||
BuildRequires: libjpeg-devel, libpng-devel, libtiff-devel, flex
|
||||
BuildRequires: libX11-devel, perl-generators, python, jasper-devel, libxml2-devel
|
||||
BuildRequires: ghostscript-core
|
||||
@ -220,8 +220,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc userguide/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 10 2016 Josef Ridky <jridky@redhat.com> - 10.76.00-1
|
||||
- Update to the latest upstream release 10.76.00 (#1393713)
|
||||
|
||||
* Thu Jul 28 2016 Josef Ridky <jridky@redhat.com> - 10.75.99-1
|
||||
- Update no the latest upstream release 10.75.99 (#1361103)
|
||||
- Update to the latest upstream release 10.75.99 (#1361103)
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 10.71.02-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user