From b038b8c76e6fcc8c2fd8d27720f7846c7555b4b8 Mon Sep 17 00:00:00 2001
From: Tom Callaway <s...@fedoraproject.org>
Date: Mon, 13 Jun 2016 09:53:17 -0400
Subject: 10.20

---
 .gitignore                                |  1 +
 perl-Image-ExifTool-avoidtheworduse.patch | 42 -------------------------------
 perl-Image-ExifTool.spec                  |  7 ++++--
 sources                                   |  2 +-
 4 files changed, 7 insertions(+), 45 deletions(-)
 delete mode 100644 perl-Image-ExifTool-avoidtheworduse.patch

diff --git a/.gitignore b/.gitignore
index 8b2e2ba..22b59e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ Image-ExifTool-8.25.tar.gz
 /Image-ExifTool-10.00.tar.gz
 /Image-ExifTool-10.10.tar.gz
 /Image-ExifTool-10.15.tar.gz
+/Image-ExifTool-10.20.tar.gz
diff --git a/perl-Image-ExifTool-avoidtheworduse.patch 
b/perl-Image-ExifTool-avoidtheworduse.patch
deleted file mode 100644
index 5c8391b..0000000
--- a/perl-Image-ExifTool-avoidtheworduse.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- Image-ExifTool-6.26/lib/Image/ExifTool/MIFF.pm.BAD 2006-07-11 
08:34:27.000000000 -0500
-+++ Image-ExifTool-6.26/lib/Image/ExifTool/MIFF.pm     2006-07-11 
08:34:31.000000000 -0500
-@@ -214,7 +214,7 @@
-                 my $hdrLen = length($Image::ExifTool::exifAPP1hdr);
-                 $dirInfo{DirStart} += $hdrLen;
-                 $dirInfo{DirLen} -= $hdrLen;
--                # use the usual position for EXIF data: 12 bytes from start 
of file
-+                # choose the usual position for EXIF data: 12 bytes from 
start of file
-                 # (this may be wrong, but I can't see where the PNG stores 
this information)
-                 $dirInfo{Base} = 12; # this is the usual value
-                 $processed = $exifTool->ProcessTIFF(\%dirInfo);
---- Image-ExifTool-6.26/lib/Image/ExifTool/PNG.pm.BAD  2006-07-11 
08:37:26.000000000 -0500
-+++ Image-ExifTool-6.26/lib/Image/ExifTool/PNG.pm      2006-07-11 
08:37:35.000000000 -0500
-@@ -660,7 +660,7 @@
-     my $compressed = 2 + unpack('C', $val);
-     my $hdr = $tag . "\0" . substr($val, 0, 1);
-     $val = substr($val, 1); # remove compression method byte
--    # use the PNG chunk tag instead of the embedded tag name for iCCP chunks
-+    # choose the PNG chunk tag instead of the embedded tag name for iCCP 
chunks
-     if ($$dirInfo{TagInfo} and $$dirInfo{TagInfo}->{Name} eq 'ICC_Profile') {
-         $tag = 'iCCP';
-         $tagTablePtr = \%Image::ExifTool::PNG::Main;
---- Image-ExifTool-6.26/lib/Image/ExifTool/WriteXMP.pl.BAD     2006-07-11 
08:37:44.000000000 -0500
-+++ Image-ExifTool-6.26/lib/Image/ExifTool/WriteXMP.pl 2006-07-11 
08:38:08.000000000 -0500
-@@ -118,7 +118,7 @@
-         childFontFiles=> { List => 'Seq' },
-     },
-     # the following stuctures are different:  They don't have
--    # their own namespaces -- instead they use the parent namespace
-+    # their own namespaces -- instead they implement the parent namespace
-     Flash => {
-         NAMESPACE => 'exif',
-         Fired       => { },
-@@ -555,7 +555,7 @@
-         my $ns2;
-         foreach $ns2 (keys %$nsUsed) {
-             next unless $$nsUsed{$ns2} eq $uri;
--            # use the existing namespace prefix instead of ours
-+            # choose the existing namespace prefix instead of ours
-             $prop = "$ns2:$tag";
-             last;
-         }
diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
index accb538..62a4c7e 100644
--- a/perl-Image-ExifTool.spec
+++ b/perl-Image-ExifTool.spec
@@ -1,6 +1,6 @@
 Name:          perl-Image-ExifTool
-Version:       10.15
-Release:       2%{?dist}
+Version:       10.20
+Release:       1%{?dist}
 License:       GPL+ or Artistic
 Group:         Applications/Multimedia
 Summary:       Utility for reading and writing image meta info
@@ -80,6 +80,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jun 13 2016 Tom Callaway <s...@fedoraproject.org> - 10.20-1
+- update to 10.20
+
 * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 10.15-2
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 1aa96b3..11cde8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08b96f23693848152c1b0f4167a77b29  Image-ExifTool-10.15.tar.gz
+f3e84e5dc94deacaac1546bda5d5b145  Image-ExifTool-10.20.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Image-ExifTool.git/commit/?h=epel7&id=b038b8c76e6fcc8c2fd8d27720f7846c7555b4b8
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to