[libtiff/f18] Update to libtiff 4.0.3

Tom Lane tgl at fedoraproject.org
Fri Oct 5 01:26:32 UTC 2012


commit fdded3092e81792cebed531be2436fa3e04427af
Author: Tom Lane <tgl at redhat.com>
Date:   Thu Oct 4 21:24:35 2012 -0400

    Update to libtiff 4.0.3

 .gitignore                    |    2 +-
 libtiff-4.0.2-bigendian.patch |   15 -
 libtiff-CVE-2012-3401.patch   |   11 -
 libtiff-accessors.patch       | 1372 -----------------------------------------
 libtiff.spec                  |   15 +-
 sources                       |    2 +-
 6 files changed, 7 insertions(+), 1410 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7772353..d6f4142 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/tiff-4.0.2.tar.gz
+/tiff-4.0.3.tar.gz
diff --git a/libtiff.spec b/libtiff.spec
index 7306416..4e194fd 100644
--- a/libtiff.spec
+++ b/libtiff.spec
@@ -1,7 +1,7 @@
 Summary: Library of functions for manipulating TIFF format image files
 Name: libtiff
-Version: 4.0.2
-Release: 6%{?dist}
+Version: 4.0.3
+Release: 1%{?dist}
 
 License: libtiff
 Group: System Environment/Libraries
@@ -9,10 +9,6 @@ URL: http://www.remotesensing.org/libtiff/
 
 Source: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz
 
-Patch1: libtiff-4.0.2-bigendian.patch
-Patch2: libtiff-CVE-2012-3401.patch
-Patch3: libtiff-accessors.patch
-
 BuildRequires: zlib-devel libjpeg-devel jbigkit-devel
 BuildRequires: libtool automake autoconf pkgconfig
 
@@ -62,10 +58,6 @@ image files using the libtiff library.
 %prep
 %setup -q -n tiff-%{version}
 
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-
 # Use build system's libtool.m4, not the one in the package.
 rm -f libtool.m4
 
@@ -168,6 +160,9 @@ find html -name 'Makefile*' | xargs rm
 %{_mandir}/man1/*
 
 %changelog
+* Thu Oct  4 2012 Tom Lane <tgl at redhat.com> 4.0.3-1
+- Update to libtiff 4.0.3
+
 * Fri Aug  3 2012 Tom Lane <tgl at redhat.com> 4.0.2-6
 - Remove compat subpackage; no longer needed
 - Minor specfile cleanup per suggestions from Tom Callaway
diff --git a/sources b/sources
index 5a4b39d..10672da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-04a08fa1e07e696e820a0c3f32465a13  tiff-4.0.2.tar.gz
+051c1068e6a0627f461948c365290410  tiff-4.0.3.tar.gz


More information about the scm-commits mailing list