From f21f4e8c1cb4940519c7691f95cff24b0e52302d Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 4 Aug 2005 20:55:50 +0000 Subject: [PATCH 01/74] auto-import perl-Image-ExifTool-5.53-1 on branch devel from perl-Image-ExifTool-5.53-1.src.rpm --- .cvsignore | 1 + perl-Image-ExifTool.spec | 53 ++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 55 insertions(+) create mode 100644 perl-Image-ExifTool.spec diff --git a/.cvsignore b/.cvsignore index e69de29..03d2361 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Image-ExifTool-5.53.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec new file mode 100644 index 0000000..9c0cb06 --- /dev/null +++ b/perl-Image-ExifTool.spec @@ -0,0 +1,53 @@ +Name: perl-Image-ExifTool +Version: 5.53 +Release: 1%{?dist} +License: GPL or Artistic +Group: Applications/Multimedia +Summary: Utility for reading and writing image meta info +URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ +Source0: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/Image-ExifTool-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: perl >= 1:5.6.1 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +ExifTool is a Perl module with an included command-line application for +reading and writing meta information in image files. It reads EXIF, GPS, IPTC, +XMP, GeoTIFF, ICC Profile and Photoshop IRB meta information from JPG, JP2, +TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, CR2, +MRW, NEF, PEF, ORF and DNG images. ExifTool also extracts information from the +maker notes of many digital cameras by various manufacturers including Canon, +Casio, FujiFilm, Kodak, Minolta/Konica-Minolta, Nikon, Olympus/Epson, +Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon. + +%prep +%setup -q -n Image-ExifTool-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make + +%install +rm -rf $RPM_BUILD_ROOT +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +chmod -R u+w $RPM_BUILD_ROOT/* + +%check +make test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README Changes +%{_bindir}/exiftool +%{perl_vendorlib}/* +%{_mandir}/man1/*.1* +%{_mandir}/man3/*.3* + +%changelog +* Thu Aug 4 2005 Tom "spot" Callaway 5.53-1 +- initial package for Fedora Extras diff --git a/sources b/sources index e69de29..d10f403 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +61cb796b444d16d2af7bb1c9c4d4991d Image-ExifTool-5.53.tar.gz From 76f676da5f204cbc512cb049ddc5160a55ddb7a0 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 10 Jan 2006 15:53:08 +0000 Subject: [PATCH 02/74] bump to 5.89 --- .cvsignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 03d2361..b23558f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ Image-ExifTool-5.53.tar.gz +Image-ExifTool-5.89.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 9c0cb06..b8be962 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 5.53 +Version: 5.89 Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia @@ -49,5 +49,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Jan 10 2006 Tom "spot" Callaway 5.89-1 +- bump to 5.89 + * Thu Aug 4 2005 Tom "spot" Callaway 5.53-1 - initial package for Fedora Extras diff --git a/sources b/sources index d10f403..027df3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -61cb796b444d16d2af7bb1c9c4d4991d Image-ExifTool-5.53.tar.gz +93c9a877256b0a2c2847346528bb18ca Image-ExifTool-5.89.tar.gz From 4294c70bf0e2e4cfbdaaea364a6f9070d7f3e7d8 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 31 Mar 2006 20:21:56 +0000 Subject: [PATCH 03/74] Bump to 6.09 --- .cvsignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index b23558f..58685c4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ Image-ExifTool-5.53.tar.gz Image-ExifTool-5.89.tar.gz +Image-ExifTool-6.09.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index b8be962..8a84f5d 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 5.89 +Version: 6.09 Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Mar 31 2006 Tom "spot" Callaway 6.09-1 +- bump to 6.09 + * Tue Jan 10 2006 Tom "spot" Callaway 5.89-1 - bump to 5.89 diff --git a/sources b/sources index 027df3c..21a160e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93c9a877256b0a2c2847346528bb18ca Image-ExifTool-5.89.tar.gz +66dc6aa550799a879c66f4ceba348d6d Image-ExifTool-6.09.tar.gz From d52d7c8092114c85749bc79915309ae9aa2ae30a Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 25 Apr 2006 01:23:58 +0000 Subject: [PATCH 04/74] bump to 6.15 --- .cvsignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 58685c4..a8994cc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ Image-ExifTool-5.53.tar.gz Image-ExifTool-5.89.tar.gz Image-ExifTool-6.09.tar.gz +Image-ExifTool-6.15.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 8a84f5d..88bf7d7 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 6.09 +Version: 6.15 Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Apr 24 2006 Tom "spot" Callaway 6.15-1 +- bump to 6.15 + * Fri Mar 31 2006 Tom "spot" Callaway 6.09-1 - bump to 6.09 diff --git a/sources b/sources index 21a160e..7c40e5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66dc6aa550799a879c66f4ceba348d6d Image-ExifTool-6.09.tar.gz +6e888a71b152b68aaaaf3183997e2cc2 Image-ExifTool-6.15.tar.gz From c3b2f8a42ad365414ab33831af94645204ddd35c Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 7 Jul 2006 15:13:47 +0000 Subject: [PATCH 05/74] Bump to 6.26 --- .cvsignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index a8994cc..6370e44 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ Image-ExifTool-5.53.tar.gz Image-ExifTool-5.89.tar.gz Image-ExifTool-6.09.tar.gz Image-ExifTool-6.15.tar.gz +Image-ExifTool-6.26.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 88bf7d7..2e0a00c 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 6.15 +Version: 6.26 Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Jul 7 2006 Tom "spot" Callaway 6.26-1 +- bump to 6.26 + * Mon Apr 24 2006 Tom "spot" Callaway 6.15-1 - bump to 6.15 diff --git a/sources b/sources index 7c40e5c..5b8f6b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e888a71b152b68aaaaf3183997e2cc2 Image-ExifTool-6.15.tar.gz +a2f0e11d26672f4e32d90bd4caa7b6a1 Image-ExifTool-6.26.tar.gz From 8c7bec7586c287d02941b41720139533fca8fe11 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 11 Jul 2006 13:45:01 +0000 Subject: [PATCH 06/74] Fix this package so it doesn't grab "perl(the)" as a false dep. --- perl-Image-ExifTool-avoidtheworduse.patch | 191 ++++++++++++++++++++++ perl-Image-ExifTool.spec | 5 + 2 files changed, 196 insertions(+) create mode 100644 perl-Image-ExifTool-avoidtheworduse.patch diff --git a/perl-Image-ExifTool-avoidtheworduse.patch b/perl-Image-ExifTool-avoidtheworduse.patch new file mode 100644 index 0000000..2a49526 --- /dev/null +++ b/perl-Image-ExifTool-avoidtheworduse.patch @@ -0,0 +1,191 @@ +--- Image-ExifTool-6.26/lib/Image/ExifTool/TagNames.pod.BAD 2006-07-11 08:35:11.000000000 -0500 ++++ Image-ExifTool-6.26/lib/Image/ExifTool/TagNames.pod 2006-07-11 08:36:03.000000000 -0500 +@@ -2501,7 +2501,7 @@ + =head2 PrintIM Tags + + The format of the PrintIM information is known, however no PrintIM tags have +-been decoded. Use the Unknown (-u) option to extract PrintIM information. ++been decoded. Choose the Unknown (-u) option to extract PrintIM information. + + Tag ID Tag Name Writable + ------ -------- -------- +@@ -2553,7 +2553,7 @@ + much of the Kodak information remains unknown. + + The table below contains the most common set of Kodak tags. The following +-Kodak camera models have been tested and found to use these tags: CX6330, ++Kodak camera models have been tested and found to implement these tags: CX6330, + CX7330, CX7430, CX7525, CX7530, DC4800, DC4900, DX3500, DX3600, DX3900, + DX4330, DX4530, DX4900, DX6340, DX6440, DX6490, DX7440, DX7590, DX7630, + EasyShare-One, LS420, LS443, LS633, LS743, LS753, Z700, Z730, Z740, Z760 and +@@ -2735,7 +2735,7 @@ + + =head2 Unknown Tags + +-The following tags are decoded in unsupported maker notes. Use the Unknown ++The following tags are decoded in unsupported maker notes. Choose the Unknown + (-u) option to display other unknown tags. + + Tag ID Tag Name Writable +@@ -3671,7 +3671,7 @@ + =head2 Sony Tags + + The maker notes in images from current Sony camera models contain a wealth +-of information, but very little is known about these tags. Use the ExifTool ++of information, but very little is known about these tags. Choose the ExifTool + Unknown (-u) or Verbose (-v) options to see information about the unknown + tags. + +@@ -3683,7 +3683,7 @@ + =head3 Sony SRF Tags + + The maker notes in SRF (Sony Raw Format) images contain 7 IFD's (with family +-1 group names SRF0 through SRF6). SRF0 through SRF5 use these Sony tags, ++1 group names SRF0 through SRF6). SRF0 through SRF5 implement these Sony tags, + while SRF6 uses standard EXIF tags. All information other than SRF0 is + encrypted, but thanks to Dave Coffin the decryption algorithm is known. + +--- Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-07-11 08:33:56.000000000 -0500 ++++ Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm 2006-07-11 08:34:03.000000000 -0500 +@@ -570,7 +570,7 @@ + last; + } + if ($countNeg12 > $countZero) { +- # looks like these offsets are entry-based, so use the offsets ++ # looks like these offsets are entry-based, so choose the offsets + # which have been correcting for individual entry position + $entryBased = 1; + next; # go around again to validate entry-based offsets +--- Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm.BAD 2006-07-11 08:38:18.000000000 -0500 ++++ Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm 2006-07-11 08:38:39.000000000 -0500 +@@ -145,7 +145,7 @@ + DNG, EPS, ERF, GIF, ICC, JNG, JP2, JPEG, MIE, MIFF, MNG, MOS, MOV, MP3, MP4, + MPEG, MRW, NEF, ORF, PBM, PDF, PGM, PICT, PNG, PPM, PS, PSD, QTIF, RAF, RAW, + RIFF, SR2, SRF, TIFF, WAV, WMA, WMV, X3F and XMP. Other types should simply +- use the common file extension. ++ choose the common file extension. + }, + }, + '1Directory' => { Name => 'SubfileDirectory' }, +--- Image-ExifTool-6.26/lib/Image/ExifTool/Kodak.pm.BAD 2006-07-11 08:39:13.000000000 -0500 ++++ Image-ExifTool-6.26/lib/Image/ExifTool/Kodak.pm 2006-07-11 08:39:21.000000000 -0500 +@@ -29,7 +29,7 @@ + CHECK_PROC => \&Image::ExifTool::CheckBinaryData, + NOTES => q{ + The table below contains the most common set of Kodak tags. The following +-Kodak camera models have been tested and found to use these tags: CX6330, ++Kodak camera models have been tested and found to implement these tags: CX6330, + CX7330, CX7430, CX7525, CX7530, DC4800, DC4900, DX3500, DX3600, DX3900, + DX4330, DX4530, DX4900, DX6340, DX6440, DX6490, DX7440, DX7590, DX7630, + EasyShare-One, LS420, LS443, LS633, LS743, LS753, Z700, Z730, Z740, Z760 and +--- 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/BuildTagLookup.pm.BAD 2006-07-11 08:36:49.000000000 -0500 ++++ Image-ExifTool-6.26/lib/Image/ExifTool/BuildTagLookup.pm 2006-07-11 08:37:09.000000000 -0500 +@@ -192,7 +192,7 @@ + }, + PrintIM => q{ + The format of the PrintIM information is known, however no PrintIM tags have +-been decoded. Use the Unknown (-u) option to extract PrintIM information. ++been decoded. Choose the Unknown (-u) option to extract PrintIM information. + }, + Kodak => q{ + The Kodak maker notes aren't in standard IFD format, and the format varies +@@ -226,7 +226,7 @@ + }, + Sony => q{ + The maker notes in images from current Sony camera models contain a wealth +-of information, but very little is known about these tags. Use the ExifTool ++of information, but very little is known about these tags. Choose the ExifTool + Unknown (-u) or Verbose (-v) options to see information about the unknown + tags. + }, +@@ -238,7 +238,7 @@ + change size. + }, + Unknown => q{ +-The following tags are decoded in unsupported maker notes. Use the Unknown ++The following tags are decoded in unsupported maker notes. Choose the Unknown + (-u) option to display other unknown tags. + }, + PDF => q{ +@@ -922,7 +922,7 @@ + next if /^
Last revised/; + next if $_ eq $newLine; + } +- # files are different -- use the new file ++ # files are different -- choose the new file + $useNewFile = 1; + last; + } +--- 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/Sony.pm.BAD 2006-07-11 08:38:50.000000000 -0500 ++++ Image-ExifTool-6.26/lib/Image/ExifTool/Sony.pm 2006-07-11 08:39:06.000000000 -0500 +@@ -40,7 +40,7 @@ + GROUPS => { 0 => 'MakerNotes', 1 => 'SRF#', 2 => 'Camera' }, + NOTES => q{ + The maker notes in SRF (Sony Raw Format) images contain 7 IFD's (with family +- 1 group names SRF0 through SRF6). SRF0 through SRF5 use these Sony tags, ++ 1 group names SRF0 through SRF6). SRF0 through SRF5 implement these Sony tags, + while SRF6 uses standard EXIF tags. All information other than SRF0 is + encrypted, but thanks to Dave Coffin the decryption algorithm is known. + }, +@@ -272,7 +272,7 @@ + + =head1 NOTES + +-The Sony maker notes use the standard EXIF IFD structure, but unfortunately ++The Sony maker notes implement the standard EXIF IFD structure, but unfortunately + the entries are large blocks of binary data for which I can find no + documentation. You can use "exiftool -v3" to dump these blocks in hex. + +--- 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; + } +--- Image-ExifTool-6.26/lib/Image/ExifTool/GeoTiff.pm.BAD 2006-07-11 08:36:18.000000000 -0500 ++++ Image-ExifTool-6.26/lib/Image/ExifTool/GeoTiff.pm 2006-07-11 08:36:24.000000000 -0500 +@@ -2103,7 +2103,7 @@ + $dataPt = $asciiData; + $val = substr($$dataPt, $offset, $count); + $val =~ s/(\0|\|)$//; # remove trailing terminator (NULL or '|') +- } elsif ($format eq 'int16u') { # use the offset as the value ++ } elsif ($format eq 'int16u') { # choose the offset as the value + $dataPt = $dirData; + $val = $offset; + $offset = $pt+6; diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 2e0a00c..d2c3bd3 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -6,6 +6,7 @@ Group: Applications/Multimedia Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ Source0: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/Image-ExifTool-%{version}.tar.gz +Patch0: perl-Image-ExifTool-avoidtheworduse.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 @@ -23,6 +24,7 @@ Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon. %prep %setup -q -n Image-ExifTool-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -49,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Jul 11 2006 Tom "spot" Callaway 6.26-2 +- clean up the places where "use the" shows up in the code as a workaround + * Fri Jul 7 2006 Tom "spot" Callaway 6.26-1 - bump to 6.26 From dd277b92486faee67fc6344820a8d78d7f258aa2 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 11 Jul 2006 13:46:35 +0000 Subject: [PATCH 07/74] Actually bump the rls num in the spec. --- perl-Image-ExifTool.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index d2c3bd3..442e3d5 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 6.26 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info From ee3c3fac931a06ead29538807c2d82e5f6427d2a Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 3 Aug 2006 03:04:56 +0000 Subject: [PATCH 08/74] Bump to 6.30 --- .cvsignore | 1 + perl-Image-ExifTool-avoidtheworduse.patch | 22 +++++++++++----------- perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 4 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6370e44..49e41f1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ Image-ExifTool-5.89.tar.gz Image-ExifTool-6.09.tar.gz Image-ExifTool-6.15.tar.gz Image-ExifTool-6.26.tar.gz +Image-ExifTool-6.30.tar.gz diff --git a/perl-Image-ExifTool-avoidtheworduse.patch b/perl-Image-ExifTool-avoidtheworduse.patch index 2a49526..56388f2 100644 --- a/perl-Image-ExifTool-avoidtheworduse.patch +++ b/perl-Image-ExifTool-avoidtheworduse.patch @@ -45,17 +45,6 @@ while SRF6 uses standard EXIF tags. All information other than SRF0 is encrypted, but thanks to Dave Coffin the decryption algorithm is known. ---- Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-07-11 08:33:56.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm 2006-07-11 08:34:03.000000000 -0500 -@@ -570,7 +570,7 @@ - last; - } - if ($countNeg12 > $countZero) { -- # looks like these offsets are entry-based, so use the offsets -+ # looks like these offsets are entry-based, so choose the offsets - # which have been correcting for individual entry position - $entryBased = 1; - next; # go around again to validate entry-based offsets --- Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm.BAD 2006-07-11 08:38:18.000000000 -0500 +++ Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm 2006-07-11 08:38:39.000000000 -0500 @@ -145,7 +145,7 @@ @@ -189,3 +178,14 @@ $dataPt = $dirData; $val = $offset; $offset = $pt+6; +--- Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-08-02 22:01:06.000000000 -0500 ++++ Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm 2006-08-02 22:01:14.000000000 -0500 +@@ -593,7 +593,7 @@ + ($$valBlkAdj{MIN} == $ifdLen - 2 or $$valBlkAdj{MIN} == $ifdLen + 2) + ) and $$valBlkAdj{MAX} <= $$dirInfo{DirLen}-2) + { +- # looks like these offsets are entry-based, so use the offsets ++ # looks like these offsets are entry-based, so choose the offsets + # which have been correcting for individual entry position + $entryBased = 1; + $verbose and $exifTool->Warn("$dirName offsets are entry-based"); diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 442e3d5..8c5180c 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 6.26 -Release: 2%{?dist} +Version: 6.30 +Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 6.30-1 +- bump to 6.30 + * Tue Jul 11 2006 Tom "spot" Callaway 6.26-2 - clean up the places where "use the" shows up in the code as a workaround diff --git a/sources b/sources index 5b8f6b3..92cd11d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2f0e11d26672f4e32d90bd4caa7b6a1 Image-ExifTool-6.26.tar.gz +e6adb104b668b59cf1e96f859b074193 Image-ExifTool-6.30.tar.gz From 9e804b13833eb580fa689532f4c57eed1f6d3740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 27 Aug 2006 20:50:43 +0000 Subject: [PATCH 09/74] http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- needs.rebuild | 1 + 1 file changed, 1 insertion(+) create mode 100644 needs.rebuild diff --git a/needs.rebuild b/needs.rebuild new file mode 100644 index 0000000..815fd29 --- /dev/null +++ b/needs.rebuild @@ -0,0 +1 @@ +http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From 755ad8f187dac3c2f8645f911291e7039e387f7a Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 15 Sep 2006 15:26:39 +0000 Subject: [PATCH 10/74] Bump to 6.40 --- .cvsignore | 1 + perl-Image-ExifTool-avoidtheworduse.patch | 149 ---------------------- perl-Image-ExifTool.spec | 5 +- sources | 2 +- 4 files changed, 6 insertions(+), 151 deletions(-) diff --git a/.cvsignore b/.cvsignore index 49e41f1..c6ed6f6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ Image-ExifTool-6.09.tar.gz Image-ExifTool-6.15.tar.gz Image-ExifTool-6.26.tar.gz Image-ExifTool-6.30.tar.gz +Image-ExifTool-6.40.tar.gz diff --git a/perl-Image-ExifTool-avoidtheworduse.patch b/perl-Image-ExifTool-avoidtheworduse.patch index 56388f2..5c8391b 100644 --- a/perl-Image-ExifTool-avoidtheworduse.patch +++ b/perl-Image-ExifTool-avoidtheworduse.patch @@ -1,72 +1,3 @@ ---- Image-ExifTool-6.26/lib/Image/ExifTool/TagNames.pod.BAD 2006-07-11 08:35:11.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/TagNames.pod 2006-07-11 08:36:03.000000000 -0500 -@@ -2501,7 +2501,7 @@ - =head2 PrintIM Tags - - The format of the PrintIM information is known, however no PrintIM tags have --been decoded. Use the Unknown (-u) option to extract PrintIM information. -+been decoded. Choose the Unknown (-u) option to extract PrintIM information. - - Tag ID Tag Name Writable - ------ -------- -------- -@@ -2553,7 +2553,7 @@ - much of the Kodak information remains unknown. - - The table below contains the most common set of Kodak tags. The following --Kodak camera models have been tested and found to use these tags: CX6330, -+Kodak camera models have been tested and found to implement these tags: CX6330, - CX7330, CX7430, CX7525, CX7530, DC4800, DC4900, DX3500, DX3600, DX3900, - DX4330, DX4530, DX4900, DX6340, DX6440, DX6490, DX7440, DX7590, DX7630, - EasyShare-One, LS420, LS443, LS633, LS743, LS753, Z700, Z730, Z740, Z760 and -@@ -2735,7 +2735,7 @@ - - =head2 Unknown Tags - --The following tags are decoded in unsupported maker notes. Use the Unknown -+The following tags are decoded in unsupported maker notes. Choose the Unknown - (-u) option to display other unknown tags. - - Tag ID Tag Name Writable -@@ -3671,7 +3671,7 @@ - =head2 Sony Tags - - The maker notes in images from current Sony camera models contain a wealth --of information, but very little is known about these tags. Use the ExifTool -+of information, but very little is known about these tags. Choose the ExifTool - Unknown (-u) or Verbose (-v) options to see information about the unknown - tags. - -@@ -3683,7 +3683,7 @@ - =head3 Sony SRF Tags - - The maker notes in SRF (Sony Raw Format) images contain 7 IFD's (with family --1 group names SRF0 through SRF6). SRF0 through SRF5 use these Sony tags, -+1 group names SRF0 through SRF6). SRF0 through SRF5 implement these Sony tags, - while SRF6 uses standard EXIF tags. All information other than SRF0 is - encrypted, but thanks to Dave Coffin the decryption algorithm is known. - ---- Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm.BAD 2006-07-11 08:38:18.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm 2006-07-11 08:38:39.000000000 -0500 -@@ -145,7 +145,7 @@ - DNG, EPS, ERF, GIF, ICC, JNG, JP2, JPEG, MIE, MIFF, MNG, MOS, MOV, MP3, MP4, - MPEG, MRW, NEF, ORF, PBM, PDF, PGM, PICT, PNG, PPM, PS, PSD, QTIF, RAF, RAW, - RIFF, SR2, SRF, TIFF, WAV, WMA, WMV, X3F and XMP. Other types should simply -- use the common file extension. -+ choose the common file extension. - }, - }, - '1Directory' => { Name => 'SubfileDirectory' }, ---- Image-ExifTool-6.26/lib/Image/ExifTool/Kodak.pm.BAD 2006-07-11 08:39:13.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/Kodak.pm 2006-07-11 08:39:21.000000000 -0500 -@@ -29,7 +29,7 @@ - CHECK_PROC => \&Image::ExifTool::CheckBinaryData, - NOTES => q{ - The table below contains the most common set of Kodak tags. The following --Kodak camera models have been tested and found to use these tags: CX6330, -+Kodak camera models have been tested and found to implement these tags: CX6330, - CX7330, CX7430, CX7525, CX7530, DC4800, DC4900, DX3500, DX3600, DX3900, - DX4330, DX4530, DX4900, DX6340, DX6440, DX6490, DX7440, DX7590, DX7630, - EasyShare-One, LS420, LS443, LS633, LS743, LS753, Z700, Z730, Z740, Z760 and --- 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 @@ @@ -78,44 +9,6 @@ # (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/BuildTagLookup.pm.BAD 2006-07-11 08:36:49.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/BuildTagLookup.pm 2006-07-11 08:37:09.000000000 -0500 -@@ -192,7 +192,7 @@ - }, - PrintIM => q{ - The format of the PrintIM information is known, however no PrintIM tags have --been decoded. Use the Unknown (-u) option to extract PrintIM information. -+been decoded. Choose the Unknown (-u) option to extract PrintIM information. - }, - Kodak => q{ - The Kodak maker notes aren't in standard IFD format, and the format varies -@@ -226,7 +226,7 @@ - }, - Sony => q{ - The maker notes in images from current Sony camera models contain a wealth --of information, but very little is known about these tags. Use the ExifTool -+of information, but very little is known about these tags. Choose the ExifTool - Unknown (-u) or Verbose (-v) options to see information about the unknown - tags. - }, -@@ -238,7 +238,7 @@ - change size. - }, - Unknown => q{ --The following tags are decoded in unsupported maker notes. Use the Unknown -+The following tags are decoded in unsupported maker notes. Choose the Unknown - (-u) option to display other unknown tags. - }, - PDF => q{ -@@ -922,7 +922,7 @@ - next if /^
Last revised/; - next if $_ eq $newLine; - } -- # files are different -- use the new file -+ # files are different -- choose the new file - $useNewFile = 1; - last; - } --- 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 @@ @@ -127,26 +20,6 @@ if ($$dirInfo{TagInfo} and $$dirInfo{TagInfo}->{Name} eq 'ICC_Profile') { $tag = 'iCCP'; $tagTablePtr = \%Image::ExifTool::PNG::Main; ---- Image-ExifTool-6.26/lib/Image/ExifTool/Sony.pm.BAD 2006-07-11 08:38:50.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/Sony.pm 2006-07-11 08:39:06.000000000 -0500 -@@ -40,7 +40,7 @@ - GROUPS => { 0 => 'MakerNotes', 1 => 'SRF#', 2 => 'Camera' }, - NOTES => q{ - The maker notes in SRF (Sony Raw Format) images contain 7 IFD's (with family -- 1 group names SRF0 through SRF6). SRF0 through SRF5 use these Sony tags, -+ 1 group names SRF0 through SRF6). SRF0 through SRF5 implement these Sony tags, - while SRF6 uses standard EXIF tags. All information other than SRF0 is - encrypted, but thanks to Dave Coffin the decryption algorithm is known. - }, -@@ -272,7 +272,7 @@ - - =head1 NOTES - --The Sony maker notes use the standard EXIF IFD structure, but unfortunately -+The Sony maker notes implement the standard EXIF IFD structure, but unfortunately - the entries are large blocks of binary data for which I can find no - documentation. You can use "exiftool -v3" to dump these blocks in hex. - --- 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 @@ @@ -167,25 +40,3 @@ $prop = "$ns2:$tag"; last; } ---- Image-ExifTool-6.26/lib/Image/ExifTool/GeoTiff.pm.BAD 2006-07-11 08:36:18.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/GeoTiff.pm 2006-07-11 08:36:24.000000000 -0500 -@@ -2103,7 +2103,7 @@ - $dataPt = $asciiData; - $val = substr($$dataPt, $offset, $count); - $val =~ s/(\0|\|)$//; # remove trailing terminator (NULL or '|') -- } elsif ($format eq 'int16u') { # use the offset as the value -+ } elsif ($format eq 'int16u') { # choose the offset as the value - $dataPt = $dirData; - $val = $offset; - $offset = $pt+6; ---- Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-08-02 22:01:06.000000000 -0500 -+++ Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm 2006-08-02 22:01:14.000000000 -0500 -@@ -593,7 +593,7 @@ - ($$valBlkAdj{MIN} == $ifdLen - 2 or $$valBlkAdj{MIN} == $ifdLen + 2) - ) and $$valBlkAdj{MAX} <= $$dirInfo{DirLen}-2) - { -- # looks like these offsets are entry-based, so use the offsets -+ # looks like these offsets are entry-based, so choose the offsets - # which have been correcting for individual entry position - $entryBased = 1; - $verbose and $exifTool->Warn("$dirName offsets are entry-based"); diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 8c5180c..bc74c43 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 6.30 +Version: 6.40 Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Sep 15 2006 Tom "spot" Callaway 6.40-1 +- bump to 6.40 + * Wed Aug 2 2006 Tom "spot" Callaway 6.30-1 - bump to 6.30 diff --git a/sources b/sources index 92cd11d..17967f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6adb104b668b59cf1e96f859b074193 Image-ExifTool-6.30.tar.gz +185ffb5fd7ab85211a9026aaa779f0df Image-ExifTool-6.40.tar.gz From 325dfc56d002b50e5bc5e129f87538281b039aea Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 15 Sep 2006 19:09:45 +0000 Subject: [PATCH 11/74] Built. --- needs.rebuild | 1 - 1 file changed, 1 deletion(-) delete mode 100644 needs.rebuild diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From a3b567e9f5017c47e47a0a0b414a60b3d8ec7191 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 18 Jan 2007 01:34:39 +0000 Subject: [PATCH 12/74] Bump to 6.69 --- .cvsignore | 8 +------- perl-Image-ExifTool.spec | 19 ++++++++++--------- sources | 2 +- 3 files changed, 12 insertions(+), 17 deletions(-) diff --git a/.cvsignore b/.cvsignore index c6ed6f6..81930ac 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,7 +1 @@ -Image-ExifTool-5.53.tar.gz -Image-ExifTool-5.89.tar.gz -Image-ExifTool-6.09.tar.gz -Image-ExifTool-6.15.tar.gz -Image-ExifTool-6.26.tar.gz -Image-ExifTool-6.30.tar.gz -Image-ExifTool-6.40.tar.gz +Image-ExifTool-6.69.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index bc74c43..93bfab7 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,12 +1,11 @@ Name: perl-Image-ExifTool -Version: 6.40 +Version: 6.69 Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ Source0: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/Image-ExifTool-%{version}.tar.gz -Patch0: perl-Image-ExifTool-avoidtheworduse.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 @@ -15,16 +14,16 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description ExifTool is a Perl module with an included command-line application for reading and writing meta information in image files. It reads EXIF, GPS, IPTC, -XMP, GeoTIFF, ICC Profile and Photoshop IRB meta information from JPG, JP2, -TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, CR2, -MRW, NEF, PEF, ORF and DNG images. ExifTool also extracts information from the -maker notes of many digital cameras by various manufacturers including Canon, -Casio, FujiFilm, Kodak, Minolta/Konica-Minolta, Nikon, Olympus/Epson, -Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon. +XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP, and ID3 meta +information from JPG, JP2, TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, +PSD, BMP, THM, CRW, CR2, MRW, NEF, PEF, ORF and DNG images. ExifTool also +extracts information from the maker notes of many digital cameras by various +manufacturers including Canon, Casio, FujiFilm, JVC/Victor, Kodak, Leaf, +Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, +Ricoh, Sanyo, Sigma/Foveon, and Sony. %prep %setup -q -n Image-ExifTool-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -51,6 +50,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Jan 17 2007 Tom "spot" Callaway 6.69-1 + * Fri Sep 15 2006 Tom "spot" Callaway 6.40-1 - bump to 6.40 diff --git a/sources b/sources index 17967f2..28f92b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -185ffb5fd7ab85211a9026aaa779f0df Image-ExifTool-6.40.tar.gz +1e9bef4a8557b91d2781bcc6bee45605 Image-ExifTool-6.69.tar.gz From cfaab5f982936d552cfd1ed1503542ed05806302 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 21 Feb 2007 17:43:47 +0000 Subject: [PATCH 13/74] 6.77 --- .cvsignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 81930ac..f9b622d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ Image-ExifTool-6.69.tar.gz +Image-ExifTool-6.77.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 93bfab7..283d699 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 6.69 +Version: 6.77 Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Feb 21 2007 Tom "spot" Callaway 6.77-1 +- bump to 6.77 + * Wed Jan 17 2007 Tom "spot" Callaway 6.69-1 * Fri Sep 15 2006 Tom "spot" Callaway 6.40-1 diff --git a/sources b/sources index 28f92b8..95a0cac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1e9bef4a8557b91d2781bcc6bee45605 Image-ExifTool-6.69.tar.gz +3ea24f23e83bb9c06f16a49aad567824 Image-ExifTool-6.77.tar.gz From 8963fcf27d5f98324a83e62a2b52962c6a9e3574 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 1 Aug 2007 18:31:59 +0000 Subject: [PATCH 14/74] Bump to 6.94 --- .cvsignore | 1 + perl-Image-ExifTool.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index f9b622d..572b4c5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ Image-ExifTool-6.69.tar.gz Image-ExifTool-6.77.tar.gz +Image-ExifTool-6.94.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 283d699..648e191 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 6.77 +Version: 6.94 Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia @@ -8,7 +8,7 @@ URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ Source0: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/Image-ExifTool-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl >= 1:5.6.1, perl(ExtUtils::Command::MM) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -18,7 +18,7 @@ XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP, and ID3 meta information from JPG, JP2, TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, CR2, MRW, NEF, PEF, ORF and DNG images. ExifTool also extracts information from the maker notes of many digital cameras by various -manufacturers including Canon, Casio, FujiFilm, JVC/Victor, Kodak, Leaf, +manufacturers including Canon, Casio, FujiFilm, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo, Sigma/Foveon, and Sony. @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Aug 1 2007 Tom "spot" Callaway 6.94-1 +- bump to 6.94 + * Wed Feb 21 2007 Tom "spot" Callaway 6.77-1 - bump to 6.77 diff --git a/sources b/sources index 95a0cac..0a60e7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ea24f23e83bb9c06f16a49aad567824 Image-ExifTool-6.77.tar.gz +19d2d4797c0e350dc1c4068bd59edc4c Image-ExifTool-6.94.tar.gz From af024848005fcde00ffde641b020f7ce3b429f24 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sun, 26 Aug 2007 16:07:04 +0000 Subject: [PATCH 15/74] 6.95 in devel, license tag fix for all --- .cvsignore | 1 + perl-Image-ExifTool.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 572b4c5..00786b4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ Image-ExifTool-6.69.tar.gz Image-ExifTool-6.77.tar.gz Image-ExifTool-6.94.tar.gz +Image-ExifTool-6.95.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 648e191..51807bb 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,7 +1,7 @@ Name: perl-Image-ExifTool -Version: 6.94 +Version: 6.95 Release: 1%{?dist} -License: GPL or Artistic +License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sun Aug 26 2007 Tom "spot" Callaway 6.95-1 +- 6.95 +- license tag fix + * Wed Aug 1 2007 Tom "spot" Callaway 6.94-1 - bump to 6.94 diff --git a/sources b/sources index 0a60e7a..2b3cc72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19d2d4797c0e350dc1c4068bd59edc4c Image-ExifTool-6.94.tar.gz +5b576620b4daad87329d815fd1f70e93 Image-ExifTool-6.95.tar.gz From a1fdd8dc96a06771d0ba70179250258380595935 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 29 Oct 2007 19:31:14 +0000 Subject: [PATCH 16/74] Bump to 7.00 (final) --- .cvsignore | 5 +---- perl-Image-ExifTool.spec | 21 ++++++++++++--------- sources | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index 00786b4..c2bc729 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,4 +1 @@ -Image-ExifTool-6.69.tar.gz -Image-ExifTool-6.77.tar.gz -Image-ExifTool-6.94.tar.gz -Image-ExifTool-6.95.tar.gz +Image-ExifTool-7.00.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 51807bb..0cc8f4e 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 6.95 +Version: 7.00 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -13,14 +13,14 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description ExifTool is a Perl module with an included command-line application for -reading and writing meta information in image files. It reads EXIF, GPS, IPTC, -XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP, and ID3 meta -information from JPG, JP2, TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, -PSD, BMP, THM, CRW, CR2, MRW, NEF, PEF, ORF and DNG images. ExifTool also -extracts information from the maker notes of many digital cameras by various -manufacturers including Canon, Casio, FujiFilm, HP, JVC/Victor, Kodak, Leaf, -Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, -Ricoh, Sanyo, Sigma/Foveon, and Sony. +reading and writing meta information in image, audio, and video files. +It reads EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, +FlashPix, AFCP, and ID3 meta information from JPG, JP2, TIFF, GIF, PNG, MNG, +JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, CR2, MRW, NEF, PEF, ORF and +DNG images. ExifTool also extracts information from the maker notes of many +digital cameras by various manufacturers including Canon, Casio, FujiFilm, +HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, +Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo, Sigma/Foveon, and Sony. %prep %setup -q -n Image-ExifTool-%{version} @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Oct 29 2007 Tom "spot" Callaway 7.00-1 +- 7.00 + * Sun Aug 26 2007 Tom "spot" Callaway 6.95-1 - 6.95 - license tag fix diff --git a/sources b/sources index 2b3cc72..9e33a71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b576620b4daad87329d815fd1f70e93 Image-ExifTool-6.95.tar.gz +d38b76192c1a6038e22a700e3a180fd8 Image-ExifTool-7.00.tar.gz From fe00ef5e29c65e0d1969b457519d5d1d27deea44 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 6 Feb 2008 02:02:13 +0000 Subject: [PATCH 17/74] 7.15, Rebuild for new perl --- .cvsignore | 2 +- perl-Image-ExifTool.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index c2bc729..38bebfc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Image-ExifTool-7.00.tar.gz +Image-ExifTool-7.15.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 0cc8f4e..d71986a 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 7.00 +Version: 7.15 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Feb 5 2008 Tom "spot" Callaway 7.15-1 +- 7.15 +- rebuild for new perl + * Mon Oct 29 2007 Tom "spot" Callaway 7.00-1 - 7.00 diff --git a/sources b/sources index 9e33a71..4e8985b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d38b76192c1a6038e22a700e3a180fd8 Image-ExifTool-7.00.tar.gz +39780a12a407332310268e87c6bde5af Image-ExifTool-7.15.tar.gz From a34a92ff3f086cf0cde39082a9d4276b32515e8b Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 25 Apr 2008 20:06:24 +0000 Subject: [PATCH 18/74] update to 7.25 --- .cvsignore | 2 +- perl-Image-ExifTool.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 38bebfc..001c862 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Image-ExifTool-7.15.tar.gz +Image-ExifTool-7.25.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index d71986a..d9c1d3c 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 7.15 +Version: 7.25 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -14,12 +14,13 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description ExifTool is a Perl module with an included command-line application for reading and writing meta information in image, audio, and video files. -It reads EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, -FlashPix, AFCP, and ID3 meta information from JPG, JP2, TIFF, GIF, PNG, MNG, -JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, CR2, MRW, NEF, PEF, ORF and -DNG images. ExifTool also extracts information from the maker notes of many -digital cameras by various manufacturers including Canon, Casio, FujiFilm, -HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, +It reads EXIF, GPS, IPTC, XMP, JFIF, MakerNotes, GeoTIFF, ICC Profile, +Photoshop IRB, FlashPix, AFCP, and ID3 meta information from JPG, JP2, +TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, +CR2, MRW, NEF, PEF, ORF, DNG, and many other types of images. ExifTool +also extracts information from the maker notes of many digital cameras +by various manufacturers including Canon, Casio, FujiFilm, HP, +JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo, Sigma/Foveon, and Sony. %prep @@ -50,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Apr 25 2008 Tom "spot" Callaway 7.25-1 +- update to 7.25 + * Tue Feb 5 2008 Tom "spot" Callaway 7.15-1 - 7.15 - rebuild for new perl diff --git a/sources b/sources index 4e8985b..27dc844 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39780a12a407332310268e87c6bde5af Image-ExifTool-7.15.tar.gz +b57107d034ce38009ccb7f796eea6cd9 Image-ExifTool-7.25.tar.gz From 8877a8a7a8711db88ea1fe3654069acd19e83e10 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 28 May 2008 16:02:32 +0000 Subject: [PATCH 19/74] get rid of empty arch-specific directories (bz 448744) --- perl-Image-ExifTool.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index d9c1d3c..be5f37e 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 7.25 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -36,6 +36,10 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' chmod -R u+w $RPM_BUILD_ROOT/* +# Somehow, these empty directories are getting created. +# Delete them. +rm -rf $RPM_BUILD_ROOT%{perl_vendorlib}/*-linux-thread-multi + %check make test @@ -46,11 +50,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc README Changes %{_bindir}/exiftool -%{perl_vendorlib}/* +%{perl_vendorlib}/File/ +%{perl_vendorlib}/Image/ %{_mandir}/man1/*.1* %{_mandir}/man3/*.3* %changelog +* Wed May 28 2008 Tom "spot" Callaway 7.25-2 +- get rid of empty arch-specific directories (bz 448744) + * Fri Apr 25 2008 Tom "spot" Callaway 7.25-1 - update to 7.25 From 53a214558deb4049505cd526b6d3c6ad279f6971 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 27 Oct 2008 20:53:30 +0000 Subject: [PATCH 20/74] update to 7.51 --- .cvsignore | 2 +- perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 001c862..b35d823 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Image-ExifTool-7.25.tar.gz +Image-ExifTool-7.51.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index be5f37e..3ddd14f 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 7.25 -Release: 2%{?dist} +Version: 7.51 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Oct 27 2008 Tom "spot" Callaway 7.51-1 +- update to 7.51 + * Wed May 28 2008 Tom "spot" Callaway 7.25-2 - get rid of empty arch-specific directories (bz 448744) diff --git a/sources b/sources index 27dc844..a4a78ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b57107d034ce38009ccb7f796eea6cd9 Image-ExifTool-7.25.tar.gz +2e70113ad75d608c4f5f5ce9a5c50d4e Image-ExifTool-7.51.tar.gz From 9e888299b7ae6b7848bb91b4ff778580f40279da Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 6 Jan 2009 21:30:20 +0000 Subject: [PATCH 21/74] update to 7.60 --- .cvsignore | 2 +- perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index b35d823..8560ee7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Image-ExifTool-7.51.tar.gz +Image-ExifTool-7.60.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 3ddd14f..d58c0d2 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 7.51 +Version: 7.60 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Jan 6 2009 Tom "spot" Callaway 7.60-1 +- update to 7.60 + * Mon Oct 27 2008 Tom "spot" Callaway 7.51-1 - update to 7.51 diff --git a/sources b/sources index a4a78ae..2985a1f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e70113ad75d608c4f5f5ce9a5c50d4e Image-ExifTool-7.51.tar.gz +7780ec0f370d69094998d1205100cc86 Image-ExifTool-7.60.tar.gz From 8825ee9fb153a356ea16f9e3d353b49689017382 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 11 Feb 2009 22:53:21 +0000 Subject: [PATCH 22/74] update to 7.67 --- .cvsignore | 2 +- perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8560ee7..4da2f5a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Image-ExifTool-7.60.tar.gz +Image-ExifTool-7.67.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index d58c0d2..870ad9c 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 7.60 +Version: 7.67 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Feb 11 2009 Tom "spot" Callaway 7.67-1 +- update to 7.67 + * Tue Jan 6 2009 Tom "spot" Callaway 7.60-1 - update to 7.60 diff --git a/sources b/sources index 2985a1f..9a8c9b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7780ec0f370d69094998d1205100cc86 Image-ExifTool-7.60.tar.gz +4b60741cd725683eb11ae0866e5941e5 Image-ExifTool-7.67.tar.gz From d08dd31d1ca3fda05fbf3fc9970b7737fbb906b2 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 18:36:45 +0000 Subject: [PATCH 23/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 870ad9c..f4b686e 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 7.67 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 7.67-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Feb 11 2009 Tom "spot" Callaway 7.67-1 - update to 7.67 From feaf8608bbc19a20e6abd38ac7fcc5f500eb9f76 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 20:20:38 +0000 Subject: [PATCH 24/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index f4b686e..b69a712 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 7.67 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 7.67-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 7.67-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 01e6c46c4c0323ee40c23410f2c69b96f0cc902b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 26 Jul 2009 08:47:41 +0000 Subject: [PATCH 25/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index b69a712..f522523 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 7.67 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 7.67-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 7.67-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 18732d8d78c4836a9787089e52cfa8c6acaf4d6f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:30:55 +0000 Subject: [PATCH 26/74] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 02fcc41..672e738 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: perl-Image-ExifTool -# $Id$ +# $Id: Makefile,v 1.1 2005/08/04 20:55:32 spot Exp $ NAME := perl-Image-ExifTool SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From c25f4e82e1da1bafb48aed9f143333b14feb7b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Mon, 7 Dec 2009 12:32:58 +0000 Subject: [PATCH 27/74] - rebuild against perl 5.10.1 --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index f522523..c008495 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 7.67 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Dec 7 2009 Stepan Kasal - 7.67-5 +- rebuild against perl 5.10.1 + * Sun Jul 26 2009 Fedora Release Engineering - 7.67-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 764f3f69a24ba9aef92e0a2dee68bd97d1780be3 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 7 Dec 2009 23:15:42 +0000 Subject: [PATCH 28/74] update to 8.00 --- .cvsignore | 2 +- perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4da2f5a..56cc92b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Image-ExifTool-7.67.tar.gz +Image-ExifTool-8.00.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index c008495..3f96188 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 7.67 -Release: 5%{?dist} +Version: 8.00 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Dec 7 2009 Tom "spot" Callaway 8.00-1 +- update to 8.00 (Production) + * Mon Dec 7 2009 Stepan Kasal - 7.67-5 - rebuild against perl 5.10.1 diff --git a/sources b/sources index 9a8c9b0..c780be5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b60741cd725683eb11ae0866e5941e5 Image-ExifTool-7.67.tar.gz +525f52712c2ab21c467ade83ceb567b8 Image-ExifTool-8.00.tar.gz From 3280e04012a45862619c8698e528e780aa652c44 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 15 Feb 2010 13:15:26 +0000 Subject: [PATCH 29/74] update to 8.10 --- .cvsignore | 2 +- perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 56cc92b..bf815d6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Image-ExifTool-8.00.tar.gz +Image-ExifTool-8.10.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 3f96188..55c8d0b 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 8.00 +Version: 8.10 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Feb 15 2010 Tom "spot" Callaway 8.10-1 +- update to 8.10 + * Mon Dec 7 2009 Tom "spot" Callaway 8.00-1 - update to 8.00 (Production) diff --git a/sources b/sources index c780be5..ac4b2b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -525f52712c2ab21c467ade83ceb567b8 Image-ExifTool-8.00.tar.gz +ecf64a7e032de5d165eed1793d0ceac5 Image-ExifTool-8.10.tar.gz From 67903ce83a453fdfc618e973d0a7b4567263d952 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 23 Mar 2010 12:56:46 +0000 Subject: [PATCH 30/74] update to 8.15 --- perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 55c8d0b..c9bd83e 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 8.10 +Version: 8.15 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Mar 23 2010 Tom "spot" Callaway 8.15-1 +- update to 8.15 + * Mon Feb 15 2010 Tom "spot" Callaway 8.10-1 - update to 8.10 diff --git a/sources b/sources index ac4b2b7..66d62a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ecf64a7e032de5d165eed1793d0ceac5 Image-ExifTool-8.10.tar.gz +750cc49c18ef1ed65300bc39bc4e6536 Image-ExifTool-8.15.tar.gz From 41ed9bc8681f957dc6337fa6e19ff462232ba9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Sun, 2 May 2010 16:26:50 +0000 Subject: [PATCH 31/74] - Mass rebuild with perl-5.12.0 --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index c9bd83e..af81987 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 8.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sun May 02 2010 Marcela Maslanova - 8.15-2 +- Mass rebuild with perl-5.12.0 + * Tue Mar 23 2010 Tom "spot" Callaway 8.15-1 - update to 8.15 From c706ffa5216aa330267c691a83bca45c6fe673e2 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 13 Jul 2010 14:59:13 +0000 Subject: [PATCH 32/74] 8.25 --- .cvsignore | 2 +- perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index bf815d6..10c0d27 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Image-ExifTool-8.10.tar.gz +Image-ExifTool-8.25.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index af81987..9386ac7 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 8.15 -Release: 2%{?dist} +Version: 8.25 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Jul 13 2010 Tom "spot" Callaway - 8.25-1 +- update to 8.25 + * Sun May 02 2010 Marcela Maslanova - 8.15-2 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index 66d62a8..7ef3926 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -750cc49c18ef1ed65300bc39bc4e6536 Image-ExifTool-8.15.tar.gz +271d6cb716f74af7a5072561d7ca4750 Image-ExifTool-8.25.tar.gz From eea62474bd58648336d723dea1551137d220e2e1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 07:03:17 +0000 Subject: [PATCH 33/74] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 672e738..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: perl-Image-ExifTool -# $Id: Makefile,v 1.1 2005/08/04 20:55:32 spot Exp $ -NAME := perl-Image-ExifTool -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 9e6f1cc6f73b09677c259bab3521eca066f78cb4 Mon Sep 17 00:00:00 2001 From: "Tom \"spot\" Callaway" Date: Mon, 22 Nov 2010 09:48:35 -0500 Subject: [PATCH 34/74] update to 8.40 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 10c0d27..132e9ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Image-ExifTool-8.25.tar.gz +/Image-ExifTool-8.40.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 9386ac7..c9fe500 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 8.25 +Version: 8.40 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Nov 22 2010 Tom "spot" Callaway - 8.40-1 +- update to 8.40 + * Tue Jul 13 2010 Tom "spot" Callaway - 8.25-1 - update to 8.25 diff --git a/sources b/sources index 7ef3926..eb00611 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -271d6cb716f74af7a5072561d7ca4750 Image-ExifTool-8.25.tar.gz +3c3bfc8e1d2223a37d4f85ac37087979 Image-ExifTool-8.40.tar.gz From ee544aea044300d026a72f7de57ad3e2b641c779 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 19:43:20 -0600 Subject: [PATCH 35/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index c9fe500..b0bc98f 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 8.40 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 8.40-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Nov 22 2010 Tom "spot" Callaway - 8.40-1 - update to 8.40 From c720b14c8c8f9a2a8de3a88d0c8e579a76c295c4 Mon Sep 17 00:00:00 2001 From: "Tom \"spot\" Callaway" Date: Thu, 3 Mar 2011 13:26:27 -0500 Subject: [PATCH 36/74] 8.50 --- .gitignore | 1 + perl-Image-ExifTool.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 132e9ab..bd4269d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-8.40.tar.gz +/Image-ExifTool-8.50.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index b0bc98f..d20676d 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 8.40 -Release: 2%{?dist} +Version: 8.50 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -19,9 +19,10 @@ Photoshop IRB, FlashPix, AFCP, and ID3 meta information from JPG, JP2, TIFF, GIF, PNG, MNG, JNG, MIFF, EPS, PS, AI, PDF, PSD, BMP, THM, CRW, CR2, MRW, NEF, PEF, ORF, DNG, and many other types of images. ExifTool also extracts information from the maker notes of many digital cameras -by various manufacturers including Canon, Casio, FujiFilm, HP, +by various manufacturers including Canon, Casio, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, -Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo, Sigma/Foveon, and Sony. +Panasonic/Leica, Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, +Sigma/Foveon, and Sony. %prep %setup -q -n Image-ExifTool-%{version} @@ -56,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Mar 3 2011 Tom Callaway - 8.50-1 +- update to 8.50 + * Tue Feb 08 2011 Fedora Release Engineering - 8.40-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index eb00611..e4f0ec7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c3bfc8e1d2223a37d4f85ac37087979 Image-ExifTool-8.40.tar.gz +58b56828b56b5be92c857ec89ae93925 Image-ExifTool-8.50.tar.gz From 854a5b24be5ab5f9465690204166b48feac5e120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Wed, 15 Jun 2011 09:17:14 +0200 Subject: [PATCH 37/74] Perl mass rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index d20676d..4c3502a 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 8.50 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Wed Jun 15 2011 Marcela Mašláňová - 8.50-2 +- Perl mass rebuild + * Thu Mar 3 2011 Tom Callaway - 8.50-1 - update to 8.50 From c4c1e3574fb0c3db85b63ec1d89e0cf90fbfafb4 Mon Sep 17 00:00:00 2001 From: "Tom \"spot\" Callaway" Date: Tue, 28 Jun 2011 12:57:00 -0400 Subject: [PATCH 38/74] 8.60 --- .gitignore | 1 + perl-Image-ExifTool.spec | 12 +++++------- sources | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index bd4269d..5f7219f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-8.40.tar.gz /Image-ExifTool-8.50.tar.gz +/Image-ExifTool-8.60.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 4c3502a..ec9c977 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,12 +1,11 @@ Name: perl-Image-ExifTool -Version: 8.50 -Release: 2%{?dist} +Version: 8.60 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ Source0: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/Image-ExifTool-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1, perl(ExtUtils::Command::MM) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -44,11 +43,7 @@ rm -rf $RPM_BUILD_ROOT%{perl_vendorlib}/*-linux-thread-multi %check make test -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root,-) %doc README Changes %{_bindir}/exiftool %{perl_vendorlib}/File/ @@ -57,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Jun 28 2011 Tom Callaway - 8.60-1 +- update to 8.60 + * Wed Jun 15 2011 Marcela Mašláňová - 8.50-2 - Perl mass rebuild diff --git a/sources b/sources index e4f0ec7..99129e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -58b56828b56b5be92c857ec89ae93925 Image-ExifTool-8.50.tar.gz +0a80c7a9b16b3d7d48b5be2e42643f7b Image-ExifTool-8.60.tar.gz From cb4b9f2ef8d9f22c876c8f7b2ea90ff6dbc3784a Mon Sep 17 00:00:00 2001 From: Petr Sabata Date: Wed, 20 Jul 2011 11:33:13 +0200 Subject: [PATCH 39/74] Perl mass rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index ec9c977..51652c7 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 8.60 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -52,6 +52,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Jul 20 2011 Petr Sabata - 8.60-2 +- Perl mass rebuild + * Tue Jun 28 2011 Tom Callaway - 8.60-1 - update to 8.60 From 87799a7c7a8c69e2b66680ccc91db5d1219a765a Mon Sep 17 00:00:00 2001 From: Petr Sabata Date: Thu, 21 Jul 2011 18:28:17 +0200 Subject: [PATCH 40/74] Perl mass rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 51652c7..a9948a4 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 8.60 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -52,6 +52,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jul 21 2011 Petr Sabata - 8.60-3 +- Perl mass rebuild + * Wed Jul 20 2011 Petr Sabata - 8.60-2 - Perl mass rebuild From 47f97121a51aa12847e4f8614f645de2479d6bdf Mon Sep 17 00:00:00 2001 From: "Tom \"spot\" Callaway" Date: Mon, 26 Sep 2011 15:57:44 -0400 Subject: [PATCH 41/74] 8.65 --- .gitignore | 1 + perl-Image-ExifTool.spec | 16 +++++++++------- sources | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5f7219f..9fec9d2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-8.40.tar.gz /Image-ExifTool-8.50.tar.gz /Image-ExifTool-8.60.tar.gz +/Image-ExifTool-8.65.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index a9948a4..06a866a 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 8.60 -Release: 3%{?dist} +Version: 8.65 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -31,14 +31,13 @@ Sigma/Foveon, and Sony. make %install -rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -chmod -R u+w $RPM_BUILD_ROOT/* +make pure_install PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +chmod -R u+w %{buildroot}/* # Somehow, these empty directories are getting created. # Delete them. -rm -rf $RPM_BUILD_ROOT%{perl_vendorlib}/*-linux-thread-multi +rm -rf %{buildroot}%{perl_vendorlib}/*-linux-thread-multi %check make test @@ -52,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Sep 26 2011 Tom Callaway - 8.65-1 +- update to 8.65 + * Thu Jul 21 2011 Petr Sabata - 8.60-3 - Perl mass rebuild diff --git a/sources b/sources index 99129e4..456319b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a80c7a9b16b3d7d48b5be2e42643f7b Image-ExifTool-8.60.tar.gz +8b27b63af0eec744afb7f373750c282b Image-ExifTool-8.65.tar.gz From b9866aa6addc75656b3b29ef5bdcfa84ca02f41d Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 9 Jan 2012 16:26:51 -0500 Subject: [PATCH 42/74] 8.75 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9fec9d2..e5fab42 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-8.50.tar.gz /Image-ExifTool-8.60.tar.gz /Image-ExifTool-8.65.tar.gz +/Image-ExifTool-8.75.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 06a866a..017086d 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 8.65 +Version: 8.75 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Jan 9 2012 Tom Callaway - 8.75-1 +- update to 8.75 + * Mon Sep 26 2011 Tom Callaway - 8.65-1 - update to 8.65 diff --git a/sources b/sources index 456319b..9f498fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b27b63af0eec744afb7f373750c282b Image-ExifTool-8.65.tar.gz +c1bffbb9928353ab3a683b1d2126df9f Image-ExifTool-8.75.tar.gz From 362797cfac2eac8d9049b87f2ac0cc8608aa1f55 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 10 Feb 2012 11:27:21 -0500 Subject: [PATCH 43/74] update to 8.77 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e5fab42..f8001d7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-8.60.tar.gz /Image-ExifTool-8.65.tar.gz /Image-ExifTool-8.75.tar.gz +/Image-ExifTool-8.77.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 017086d..b9e9a55 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 8.75 +Version: 8.77 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Feb 10 2012 Tom Callaway - 8.77-1 +- update to 8.77 + * Mon Jan 9 2012 Tom Callaway - 8.75-1 - update to 8.75 diff --git a/sources b/sources index 9f498fe..ebc9917 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1bffbb9928353ab3a683b1d2126df9f Image-ExifTool-8.75.tar.gz +33c9c7b9a0153390374910e9da652487 Image-ExifTool-8.77.tar.gz From 0cf1b53e2e11511e3a83c75eb9338f643a1d4e07 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 3 Apr 2012 10:25:03 -0400 Subject: [PATCH 44/74] 8.85 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f8001d7..deb7774 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-8.65.tar.gz /Image-ExifTool-8.75.tar.gz /Image-ExifTool-8.77.tar.gz +/Image-ExifTool-8.85.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index b9e9a55..5f28b46 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 8.77 +Version: 8.85 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Apr 3 2012 Tom Callaway - 8.85-1 +- update to 8.85 + * Fri Feb 10 2012 Tom Callaway - 8.77-1 - update to 8.77 diff --git a/sources b/sources index ebc9917..239aef0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33c9c7b9a0153390374910e9da652487 Image-ExifTool-8.77.tar.gz +3bb1b595473a91da5757ca8d5f5703af Image-ExifTool-8.85.tar.gz From 1fee4500ae8af2ab6e74750d5bb04522bf666dec Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 1 May 2012 16:15:42 -0400 Subject: [PATCH 45/74] 8.90 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index deb7774..f9efc29 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-8.75.tar.gz /Image-ExifTool-8.77.tar.gz /Image-ExifTool-8.85.tar.gz +/Image-ExifTool-8.90.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 5f28b46..a1ca938 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 8.85 +Version: 8.90 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue May 1 2012 Tom Callaway - 8.90-1 +- update to 8.90 + * Tue Apr 3 2012 Tom Callaway - 8.85-1 - update to 8.85 diff --git a/sources b/sources index 239aef0..27e193a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bb1b595473a91da5757ca8d5f5703af Image-ExifTool-8.85.tar.gz +c34f2138af14e7ab75bddb12d9e8e726 Image-ExifTool-8.90.tar.gz From c94ce19f98772f8339750038403875328c700810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 8 Jun 2012 15:46:44 +0200 Subject: [PATCH 46/74] Perl 5.16 rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index a1ca938..a183850 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 8.90 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jun 08 2012 Petr Pisar - 8.90-2 +- Perl 5.16 rebuild + * Tue May 1 2012 Tom Callaway - 8.90-1 - update to 8.90 From 1c91568dea99d1a7609c0299e19c13372a29aa3e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 20 Jul 2012 11:20:48 -0500 Subject: [PATCH 47/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index a183850..7c699d8 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 8.90 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jul 20 2012 Fedora Release Engineering - 8.90-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Fri Jun 08 2012 Petr Pisar - 8.90-2 - Perl 5.16 rebuild From 49b5c0a71d8346de2c41b745dd7f544eb73d785f Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 25 Aug 2012 09:36:08 -0400 Subject: [PATCH 48/74] 9.01 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f9efc29..0f91497 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-8.77.tar.gz /Image-ExifTool-8.85.tar.gz /Image-ExifTool-8.90.tar.gz +/Image-ExifTool-9.01.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 7c699d8..c9a7aa1 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 8.90 -Release: 3%{?dist} +Version: 9.01 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Sat Aug 25 2012 Tom Callaway - 9.01-1 +- update to 9.01 (stable) + * Fri Jul 20 2012 Fedora Release Engineering - 8.90-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 27e193a..5d17346 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c34f2138af14e7ab75bddb12d9e8e726 Image-ExifTool-8.90.tar.gz +715a07265f59f8c175e6ba38090e623a Image-ExifTool-9.01.tar.gz From 57e90f7b61c9ba76d145817b240bd6f3d7fb6b8c Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 5 Nov 2012 14:19:56 -0500 Subject: [PATCH 49/74] 9.04 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0f91497..9a89eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-8.85.tar.gz /Image-ExifTool-8.90.tar.gz /Image-ExifTool-9.01.tar.gz +/Image-ExifTool-9.04.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index c9a7aa1..0eaaa37 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 9.01 +Version: 9.04 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Nov 5 2012 Tom Callaway - 9.04-1 +- update to 9.04 (stable) + * Sat Aug 25 2012 Tom Callaway - 9.01-1 - update to 9.01 (stable) diff --git a/sources b/sources index 5d17346..4ab4f8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -715a07265f59f8c175e6ba38090e623a Image-ExifTool-9.01.tar.gz +7f62eae65b6ca1ac140268df98de192b Image-ExifTool-9.04.tar.gz From d32d8fbcf6d06b10d1aa07e133342afa4f7d1a57 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 3 Jan 2013 15:10:02 -0500 Subject: [PATCH 50/74] 9.12 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9a89eb2..bd1bd68 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-8.90.tar.gz /Image-ExifTool-9.01.tar.gz /Image-ExifTool-9.04.tar.gz +/Image-ExifTool-9.12.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 0eaaa37..221add5 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 9.04 +Version: 9.12 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jan 3 2013 Tom Callaway - 9.12-1 +- update to 9.12 (stable) + * Mon Nov 5 2012 Tom Callaway - 9.04-1 - update to 9.04 (stable) diff --git a/sources b/sources index 4ab4f8b..aee85e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f62eae65b6ca1ac140268df98de192b Image-ExifTool-9.04.tar.gz +176fb69127ceb140f5d61fbf95954dae Image-ExifTool-9.12.tar.gz From 97cc9fdd9a1538c52eac1b7dc654ea70a21e30b6 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 18 Jan 2013 15:05:51 -0500 Subject: [PATCH 51/74] update to 9.13 (stable) --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bd1bd68..9cb2829 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-9.01.tar.gz /Image-ExifTool-9.04.tar.gz /Image-ExifTool-9.12.tar.gz +/Image-ExifTool-9.13.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 221add5..3e7c82c 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 9.12 +Version: 9.13 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jan 18 2013 Tom Callaway - 9.13-1 +- update to 9.13 (stable) + * Thu Jan 3 2013 Tom Callaway - 9.12-1 - update to 9.12 (stable) diff --git a/sources b/sources index aee85e9..5a08c8f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -176fb69127ceb140f5d61fbf95954dae Image-ExifTool-9.12.tar.gz +35fc77415a0ef0d5f6477db3cc3b4f7d Image-ExifTool-9.13.tar.gz From d6db34a47d128c822c3f1c3bb71e3d1d552efacc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 07:05:47 -0600 Subject: [PATCH 52/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 3e7c82c..ba3a99d 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 9.13 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 9.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Fri Jan 18 2013 Tom Callaway - 9.13-1 - update to 9.13 (stable) From 4783a6ac81b8e81e07801d4b08eb063e96ab76a2 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 8 Apr 2013 15:08:31 -0400 Subject: [PATCH 53/74] 9.25 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9cb2829..8c95a44 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-9.04.tar.gz /Image-ExifTool-9.12.tar.gz /Image-ExifTool-9.13.tar.gz +/Image-ExifTool-9.25.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index ba3a99d..ec7f6d5 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 9.13 -Release: 2%{?dist} +Version: 9.25 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Apr 8 2013 Tom Callaway - 9.25-1 +- update to 9.25 (stable) + * Thu Feb 14 2013 Fedora Release Engineering - 9.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 5a08c8f..fc49aeb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35fc77415a0ef0d5f6477db3cc3b4f7d Image-ExifTool-9.13.tar.gz +c6071d197e5b5ccb7abc027fde0eb647 Image-ExifTool-9.25.tar.gz From 0f887c248e22250022c8f9088d36924c8506d83d Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 17 Apr 2013 11:28:48 -0400 Subject: [PATCH 54/74] 9.27 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8c95a44..0524a43 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-9.12.tar.gz /Image-ExifTool-9.13.tar.gz /Image-ExifTool-9.25.tar.gz +/Image-ExifTool-9.27.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index ec7f6d5..2e2fd89 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 9.25 +Version: 9.27 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Apr 17 2013 Tom Callaway - 9.27-1 +- update to 9.27 (stable, bugfix for 9.25) + * Mon Apr 8 2013 Tom Callaway - 9.25-1 - update to 9.25 (stable) diff --git a/sources b/sources index fc49aeb..9359295 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6071d197e5b5ccb7abc027fde0eb647 Image-ExifTool-9.25.tar.gz +c61f8f79c8e9f375e5be1ca0d13cc5fa Image-ExifTool-9.27.tar.gz From 36059d181465df0c8c11841d12730bfe442a1c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 17 Jul 2013 13:55:26 +0200 Subject: [PATCH 55/74] Perl 5.18 rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 2e2fd89..f7da0b5 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 9.27 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Jul 17 2013 Petr Pisar - 9.27-2 +- Perl 5.18 rebuild + * Wed Apr 17 2013 Tom Callaway - 9.27-1 - update to 9.27 (stable, bugfix for 9.25) From 79755f685f36e5fb3c7e097dc86c5eb25f0032ec Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 3 Aug 2013 17:18:49 -0500 Subject: [PATCH 56/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index f7da0b5..44cf1b2 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 9.27 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 9.27-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Jul 17 2013 Petr Pisar - 9.27-2 - Perl 5.18 rebuild From 972b3b4b174ef67c670d58a89d0524c30fb013fb Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 20 Jan 2014 16:57:16 -0500 Subject: [PATCH 57/74] update to new stable (9.46) --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0524a43..a3259e0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-9.13.tar.gz /Image-ExifTool-9.25.tar.gz /Image-ExifTool-9.27.tar.gz +/Image-ExifTool-9.46.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 44cf1b2..ea99f46 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 9.27 -Release: 3%{?dist} +Version: 9.46 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Jan 20 2014 Tom Callaway - 9.46-1 +- update to 9.46 (new stable) + * Sat Aug 03 2013 Fedora Release Engineering - 9.27-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 9359295..338c04f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c61f8f79c8e9f375e5be1ca0d13cc5fa Image-ExifTool-9.27.tar.gz +1561118c8fe9a8e8078afcf0d1650423 Image-ExifTool-9.46.tar.gz From e6f63c0f9328f3dc51bb6ff28c4e937d56a40b97 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 12 May 2014 14:09:22 -0400 Subject: [PATCH 58/74] update to latest stable (9.60) --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a3259e0..a8abc12 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-9.25.tar.gz /Image-ExifTool-9.27.tar.gz /Image-ExifTool-9.46.tar.gz +/Image-ExifTool-9.60.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index ea99f46..727696e 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 9.46 +Version: 9.60 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon May 12 2014 Tom Callaway - 9.60-1 +- update to 9.60 (new stable) + * Mon Jan 20 2014 Tom Callaway - 9.46-1 - update to 9.46 (new stable) diff --git a/sources b/sources index 338c04f..08c36ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1561118c8fe9a8e8078afcf0d1650423 Image-ExifTool-9.46.tar.gz +d025ebcb4946df14f44fa991ae40a1d6 Image-ExifTool-9.60.tar.gz From de38174d1ad41d8317fce2adb706c2be4039aa5d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 00:51:08 -0500 Subject: [PATCH 59/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 727696e..3a826b6 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 9.60 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 9.60-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Mon May 12 2014 Tom Callaway - 9.60-1 - update to 9.60 (new stable) From c7610ed32b642ff50641984ff234c48682d8a09c Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 27 Aug 2014 10:14:22 +0200 Subject: [PATCH 60/74] Perl 5.20 rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 3a826b6..78bf943 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 9.60 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Aug 27 2014 Jitka Plesnikova - 9.60-3 +- Perl 5.20 rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 9.60-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 34e94cfdfd6504aedd03dd904488f819ae4b846d Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 3 Sep 2014 09:51:21 -0400 Subject: [PATCH 61/74] 9.70 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a8abc12..2799c70 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-9.27.tar.gz /Image-ExifTool-9.46.tar.gz /Image-ExifTool-9.60.tar.gz +/Image-ExifTool-9.70.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 78bf943..5645098 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 9.60 -Release: 3%{?dist} +Version: 9.70 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Sep 3 2014 Tom Callaway - 9.70-1 +- update to 9.70 (new stable) + * Wed Aug 27 2014 Jitka Plesnikova - 9.60-3 - Perl 5.20 rebuild diff --git a/sources b/sources index 08c36ba..77f63d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d025ebcb4946df14f44fa991ae40a1d6 Image-ExifTool-9.60.tar.gz +474bb4b097c8e1577067855f88e67bf8 Image-ExifTool-9.70.tar.gz From 0aad3679962b9c24f3cff31c8229ceff399b91a9 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 3 Sep 2014 18:24:57 +0200 Subject: [PATCH 62/74] Perl 5.20 rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 5645098..e40bda7 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 9.70 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Sep 03 2014 Jitka Plesnikova - 9.70-2 +- Perl 5.20 rebuild + * Wed Sep 3 2014 Tom Callaway - 9.70-1 - update to 9.70 (new stable) From 99fa84233653532c0eacacbfc402031e983be66e Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 24 Nov 2014 16:59:08 -0500 Subject: [PATCH 63/74] 9.76 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2799c70..86ed19c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-9.46.tar.gz /Image-ExifTool-9.60.tar.gz /Image-ExifTool-9.70.tar.gz +/Image-ExifTool-9.76.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index e40bda7..745938f 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 9.70 -Release: 2%{?dist} +Version: 9.76 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Nov 24 2014 Tom Callaway - 9.76-1 +- update to 9.76 (new stable) + * Wed Sep 03 2014 Jitka Plesnikova - 9.70-2 - Perl 5.20 rebuild diff --git a/sources b/sources index 77f63d8..ad08783 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -474bb4b097c8e1577067855f88e67bf8 Image-ExifTool-9.70.tar.gz +2dedfc6df3bf0fe04877f0335c0ac315 Image-ExifTool-9.76.tar.gz From ac564c9b822c36daf839e65df93f1c5ba3c2ade7 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 16 Mar 2015 10:45:24 -0400 Subject: [PATCH 64/74] update to 9.90 (new stable) --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 86ed19c..26cc06e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-9.60.tar.gz /Image-ExifTool-9.70.tar.gz /Image-ExifTool-9.76.tar.gz +/Image-ExifTool-9.90.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 745938f..8c80dec 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 9.76 +Version: 9.90 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Mar 16 2015 Tom Callaway - 9.90-1 +- update to 9.90 (new stable) + * Mon Nov 24 2014 Tom Callaway - 9.76-1 - update to 9.76 (new stable) diff --git a/sources b/sources index ad08783..1bd4c8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2dedfc6df3bf0fe04877f0335c0ac315 Image-ExifTool-9.76.tar.gz +4ce15d63f29f682763e77e7bb4685dec Image-ExifTool-9.90.tar.gz From 60520d87d567db702642c5c7f13e1e7aeee60676 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 3 Jun 2015 15:03:13 +0200 Subject: [PATCH 65/74] Perl 5.22 rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 8c80dec..acc3849 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 9.90 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Jun 03 2015 Jitka Plesnikova - 9.90-2 +- Perl 5.22 rebuild + * Mon Mar 16 2015 Tom Callaway - 9.90-1 - update to 9.90 (new stable) From 663fda39955c8d9a8d2ac4af3779c01f71984ef8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 18 Jun 2015 03:53:23 +0000 Subject: [PATCH 66/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index acc3849..ad73103 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 9.90 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jun 18 2015 Fedora Release Engineering - 9.90-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Jun 03 2015 Jitka Plesnikova - 9.90-2 - Perl 5.22 rebuild From 2d93ecc766c6ef25c02ebc6154084fc922f023bb Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 18 Aug 2015 19:10:38 -0400 Subject: [PATCH 67/74] 10.00 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 26cc06e..703152e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-9.70.tar.gz /Image-ExifTool-9.76.tar.gz /Image-ExifTool-9.90.tar.gz +/Image-ExifTool-10.00.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index ad73103..dbed389 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 9.90 -Release: 3%{?dist} +Version: 10.00 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Aug 18 2015 Tom Callaway - 10.00-1 +- update to 10.00 (new stable) + * Thu Jun 18 2015 Fedora Release Engineering - 9.90-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 1bd4c8c..a0e4961 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ce15d63f29f682763e77e7bb4685dec Image-ExifTool-9.90.tar.gz +0093bf26c07c3c38a32f85cab32102cd Image-ExifTool-10.00.tar.gz From 8c9d6aac3ebcb50686a6f05a0b5ac77dc790600e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 1 Sep 2015 16:00:54 +0200 Subject: [PATCH 68/74] Specify all dependencies If some optional dependencies are not installed, test will fail. --- perl-Image-ExifTool.spec | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index dbed389..1eb8093 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,14 +1,43 @@ Name: perl-Image-ExifTool Version: 10.00 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ Source0: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/Image-ExifTool-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl >= 1:5.6.1, perl(ExtUtils::Command::MM) +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) +# Run-time: +BuildRequires: perl(Exporter) +BuildRequires: perl(FileHandle) +BuildRequires: perl(integer) +BuildRequires: perl(strict) +BuildRequires: perl(vars) +# Optional run-time: +# Archive::Zip not used at tests +# Compress::Zlib not used at tests +# Cwd not used at tests +# Digest::MD5 not used at tests +# Digest::SHA not used at tests +BuildRequires: perl(Encode) +# File::Basename not used at tests +# File::Glob not used at tests +# IO::File not used at tests +# IO::String not used at tests +# IO::Uncompress::Bunzip2 not used at tests +BuildRequires: perl(POSIX) +# Time::HiRes not used at tests +BuildRequires: perl(Time::Local) +# Win32::API not used on Linux +# Win32::API not used on Linux Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(FileHandle) %description ExifTool is a Perl module with an included command-line application for @@ -51,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Sep 01 2015 Petr Pisar - 10.00-2 +- Specify all dependencies (CPAN RT#106809) + * Tue Aug 18 2015 Tom Callaway - 10.00-1 - update to 10.00 (new stable) From 1c80ecaa660485ffe4bca85704a270373448e7a7 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 27 Jan 2016 14:18:43 -0500 Subject: [PATCH 69/74] 10.10 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 703152e..e7de188 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-9.76.tar.gz /Image-ExifTool-9.90.tar.gz /Image-ExifTool-10.00.tar.gz +/Image-ExifTool-10.10.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 1eb8093..5bc6010 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 10.00 -Release: 2%{?dist} +Version: 10.10 +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 +* Wed Jan 27 2016 Tom Callaway - 10.10-1 +- update to 10.10 + * Tue Sep 01 2015 Petr Pisar - 10.00-2 - Specify all dependencies (CPAN RT#106809) diff --git a/sources b/sources index a0e4961..6276356 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0093bf26c07c3c38a32f85cab32102cd Image-ExifTool-10.00.tar.gz +9e60a801a1e199b3a41996fdf1ddbdbb Image-ExifTool-10.10.tar.gz From 2636e5501e9b43c150f7d5f486ccf27b872fe1cc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 4 Feb 2016 14:11:56 +0000 Subject: [PATCH 70/74] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 5bc6010..3d82ae3 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 10.10 -Release: 1%{?dist} +Release: 2%{?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 +* Thu Feb 04 2016 Fedora Release Engineering - 10.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jan 27 2016 Tom Callaway - 10.10-1 - update to 10.10 From 07b6763f72f87bc0d0391f15da1ef9b69fef1352 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 20 Apr 2016 10:33:30 -0500 Subject: [PATCH 71/74] 10.15 - new stable release --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e7de188..8b2e2ba 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-9.90.tar.gz /Image-ExifTool-10.00.tar.gz /Image-ExifTool-10.10.tar.gz +/Image-ExifTool-10.15.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 3d82ae3..9ebbc78 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 10.10 -Release: 2%{?dist} +Version: 10.15 +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 +* Wed Apr 20 2016 Tom Callaway - 10.15-1 +- update to 10.15 + * Thu Feb 04 2016 Fedora Release Engineering - 10.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 6276356..1aa96b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e60a801a1e199b3a41996fdf1ddbdbb Image-ExifTool-10.10.tar.gz +08b96f23693848152c1b0f4167a77b29 Image-ExifTool-10.15.tar.gz From cb4ab6079bddd3c867e9c9fd0e6a1c5fdd5263c6 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Sun, 15 May 2016 07:03:44 +0200 Subject: [PATCH 72/74] Perl 5.24 rebuild --- perl-Image-ExifTool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 9ebbc78..accb538 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 10.15 -Release: 1%{?dist} +Release: 2%{?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 +* Sun May 15 2016 Jitka Plesnikova - 10.15-2 +- Perl 5.24 rebuild + * Wed Apr 20 2016 Tom Callaway - 10.15-1 - update to 10.15 From b038b8c76e6fcc8c2fd8d27720f7846c7555b4b8 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 13 Jun 2016 09:53:17 -0400 Subject: [PATCH 73/74] 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 - 10.20-1 +- update to 10.20 + * Sun May 15 2016 Jitka Plesnikova - 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 From caede0d60eca05cf8c1f0fd13b7e29d6b4c7b7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 09:54:51 +0200 Subject: [PATCH 74/74] Mandatory Perl build-requires added --- perl-Image-ExifTool.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 62a4c7e..aa0cfc9 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -11,6 +11,7 @@ BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) # Run-time: