From b8f1bd31846eb403aee9bf8709bcbfb713b7c760 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 4 Aug 2005 20:55:32 +0000 Subject: [PATCH 001/122] Setup of module perl-Image-ExifTool --- .cvsignore | 0 Makefile | 21 +++++++++++++++++++++ sources | 0 3 files changed, 21 insertions(+) create mode 100644 .cvsignore create mode 100644 Makefile create mode 100644 sources diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..e69de29 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..02fcc41 --- /dev/null +++ b/Makefile @@ -0,0 +1,21 @@ +# Makefile for source rpm: perl-Image-ExifTool +# $Id$ +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 +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) diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From f21f4e8c1cb4940519c7691f95cff24b0e52302d Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 4 Aug 2005 20:55:50 +0000 Subject: [PATCH 002/122] 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 003/122] 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 004/122] 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 005/122] 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 006/122] 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 007/122] 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 008/122] 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 009/122] 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 010/122] 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 011/122] 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 012/122] 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 013/122] 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 014/122] 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 015/122] 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 016/122] 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 017/122] 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 018/122] 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 019/122] 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 020/122] 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 021/122] 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 022/122] 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 023/122] 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 024/122] - 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 025/122] - 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 026/122] - 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 027/122] 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 028/122] - 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 029/122] 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 030/122] 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 031/122] 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 032/122] - 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 033/122] 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 034/122] 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 035/122] 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 036/122] - 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 037/122] 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 038/122] 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 039/122] 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 040/122] 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 041/122] 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 042/122] 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 043/122] 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 044/122] 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 045/122] 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 046/122] 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 047/122] 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 048/122] - 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 049/122] 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 050/122] 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 051/122] 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 052/122] 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 053/122] - 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 054/122] 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 055/122] 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 056/122] 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 057/122] - 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 058/122] 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 059/122] 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 060/122] - 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 061/122] 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 062/122] 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 063/122] 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 064/122] 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 065/122] 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 8e739039f56a0060ca315ec22d719d6cfddcdfb8 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 13 Apr 2015 11:12:43 -0400 Subject: [PATCH 066/122] initial epel7 package --- perl-Image-ExifTool.spec | 230 +++++++++++++++++++++++++++++++++++++++ sources | 1 + 2 files changed, 231 insertions(+) create mode 100644 perl-Image-ExifTool.spec diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec new file mode 100644 index 0000000..8c80dec --- /dev/null +++ b/perl-Image-ExifTool.spec @@ -0,0 +1,230 @@ +Name: perl-Image-ExifTool +Version: 9.90 +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 +BuildArch: noarch +BuildRequires: perl >= 1:5.6.1, perl(ExtUtils::Command::MM) +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, 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, GE, HP, +JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, +Panasonic/Leica, Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, +Sigma/Foveon, and Sony. + +%prep +%setup -q -n Image-ExifTool-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make + +%install +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 %{buildroot}%{perl_vendorlib}/*-linux-thread-multi + +%check +make test + +%files +%doc README Changes +%{_bindir}/exiftool +%{perl_vendorlib}/File/ +%{perl_vendorlib}/Image/ +%{_mandir}/man1/*.1* +%{_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) + +* 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) + +* 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 + +* 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) + +* 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 + +* 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) + +* 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) + +* 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) + +* 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 + +* 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 + +* 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 + +* 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 + +* Thu Jul 21 2011 Petr Sabata - 8.60-3 +- Perl mass rebuild + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 +- bump to 6.40 + +* 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 + +* 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 + +* 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 + +* Thu Aug 4 2005 Tom "spot" Callaway 5.53-1 +- initial package for Fedora Extras diff --git a/sources b/sources index e69de29..1bd4c8c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +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 067/122] 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 068/122] - 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 069/122] 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 070/122] 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 071/122] 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 072/122] - 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 073/122] 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 074/122] 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 075/122] 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 076/122] 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: From d3497f5382d0dd99f74db7e2481f678cfa4b382b Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 28 Nov 2016 09:14:30 -0500 Subject: [PATCH 077/122] 10.36 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 22b59e3..b1fdb13 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-10.10.tar.gz /Image-ExifTool-10.15.tar.gz /Image-ExifTool-10.20.tar.gz +/Image-ExifTool-10.36.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index aa0cfc9..3b4e6e7 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 10.20 +Version: 10.36 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Nov 28 2016 Tom Callaway - 10.36-1 +- update to 10.36 + * Mon Jun 13 2016 Tom Callaway - 10.20-1 - update to 10.20 diff --git a/sources b/sources index 11cde8b..0b35114 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3e84e5dc94deacaac1546bda5d5b145 Image-ExifTool-10.20.tar.gz +22aafa2e647a6437147bc705ec3b9074 Image-ExifTool-10.36.tar.gz From 3271cb3be9c4189c2e18ba497fbfb4c5a6b01f54 Mon Sep 17 00:00:00 2001 From: spot Date: Mon, 16 Jan 2017 10:47:04 -0500 Subject: [PATCH 078/122] 10.40 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b1fdb13..e4697f2 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-10.15.tar.gz /Image-ExifTool-10.20.tar.gz /Image-ExifTool-10.36.tar.gz +/Image-ExifTool-10.40.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 3b4e6e7..3e2b21f 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 10.36 +Version: 10.40 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Jan 16 2017 Tom Callaway - 10.40-1 +- update to 10.40 + * Mon Nov 28 2016 Tom Callaway - 10.36-1 - update to 10.36 diff --git a/sources b/sources index 0b35114..9a311bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22aafa2e647a6437147bc705ec3b9074 Image-ExifTool-10.36.tar.gz +SHA512 (Image-ExifTool-10.40.tar.gz) = c4a091f2d682c1bafd6b41b14c143aeeb7af9c03482f2699435973a417279969fa43a963af9c6283e9fdcacf0f98145c9a46c664b08f93021dd73c9a9eed1a2e From 50068cde0a31e89490b7cae7a3abaf3c6c4586f8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 03:40:17 +0000 Subject: [PATCH 079/122] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_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 3e2b21f..9c8e8c0 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 10.40 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 10.40-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Mon Jan 16 2017 Tom Callaway - 10.40-1 - update to 10.40 From 1e69876fd76cd594d3fa03a1f2776d979d6676da Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 20 Apr 2017 09:03:29 -0700 Subject: [PATCH 080/122] 10.50 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e4697f2..67e3859 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-10.20.tar.gz /Image-ExifTool-10.36.tar.gz /Image-ExifTool-10.40.tar.gz +/Image-ExifTool-10.50.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 9c8e8c0..c787963 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 10.40 -Release: 2%{?dist} +Version: 10.50 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Apr 20 2017 Tom Callaway - 10.50-1 +- update to 10.50 + * Sat Feb 11 2017 Fedora Release Engineering - 10.40-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index 9a311bf..e762684 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-10.40.tar.gz) = c4a091f2d682c1bafd6b41b14c143aeeb7af9c03482f2699435973a417279969fa43a963af9c6283e9fdcacf0f98145c9a46c664b08f93021dd73c9a9eed1a2e +SHA512 (Image-ExifTool-10.50.tar.gz) = de24e2f702aacecfe55f7ee256b4465c830d5737d3173b8e488812c4e55e91cc031ffc8d654750364247e17c304bd8336985937f93c203905c4b55ab94e681fe From 539cbb9847399e40740f922c852727359350d730 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Sun, 4 Jun 2017 14:56:55 +0200 Subject: [PATCH 081/122] Perl 5.26 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 c787963..6133708 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 10.50 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Sun Jun 04 2017 Jitka Plesnikova - 10.50-2 +- Perl 5.26 rebuild + * Thu Apr 20 2017 Tom Callaway - 10.50-1 - update to 10.50 From a5d38baf932205ae0c0cb43065684571d6b39032 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 7 Jun 2017 15:20:43 -0400 Subject: [PATCH 082/122] 10.55 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 67e3859..5001d56 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-10.36.tar.gz /Image-ExifTool-10.40.tar.gz /Image-ExifTool-10.50.tar.gz +/Image-ExifTool-10.55.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 6133708..43cd390 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 10.50 -Release: 2%{?dist} +Version: 10.55 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Jun 7 2017 Tom Callaway - 10.55-1 +- new stable (10.55) + * Sun Jun 04 2017 Jitka Plesnikova - 10.50-2 - Perl 5.26 rebuild diff --git a/sources b/sources index e762684..cacf6c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-10.50.tar.gz) = de24e2f702aacecfe55f7ee256b4465c830d5737d3173b8e488812c4e55e91cc031ffc8d654750364247e17c304bd8336985937f93c203905c4b55ab94e681fe +SHA512 (Image-ExifTool-10.55.tar.gz) = 7c11ae53cf43a621d1144860cc6d5c2f2c0f3bb7b5b4a6ecfd090112df7b829c152c4b91bbf24b4ce03d33300748fa19cae842d8a108f7e3d52572f0ab2b0c39 From b4f27f52059dce42f1d804b1a0d9a85b3ae5825f Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 7 Jun 2017 23:26:04 +0200 Subject: [PATCH 083/122] Perl 5.26 re-rebuild of bootstrapped packages --- 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 43cd390..29ca4dc 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 10.55 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Jun 07 2017 Jitka Plesnikova - 10.55-2 +- Perl 5.26 re-rebuild of bootstrapped packages + * Wed Jun 7 2017 Tom Callaway - 10.55-1 - new stable (10.55) From ef729bd73506fb16956c88a97c18427b08da2c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 12 Jul 2017 15:16:06 +0200 Subject: [PATCH 084/122] perl dependency renamed to perl-interpreter --- 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 29ca4dc..4eb6d02 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -10,7 +10,7 @@ BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils BuildRequires: make -BuildRequires: perl +BuildRequires: perl-interpreter BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) From 9c0e6e68af2924b5cc38ff2b394dde26840a81cf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 04:29:36 +0000 Subject: [PATCH 085/122] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_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 4eb6d02..a471d3c 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 10.55 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 10.55-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Wed Jun 07 2017 Jitka Plesnikova - 10.55-2 - Perl 5.26 re-rebuild of bootstrapped packages From 12693adf69a287d68cf93841da7c67da2f19b599 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 8 Feb 2018 22:04:50 +0000 Subject: [PATCH 086/122] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 a471d3c..9c6e5de 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 10.55 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Feb 08 2018 Fedora Release Engineering - 10.55-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 10.55-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 7c1f3f582537901a81e0375e82321a55bb1ed31e Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 5 Mar 2018 15:07:59 -0500 Subject: [PATCH 087/122] 10.80 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5001d56..661aae8 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-10.40.tar.gz /Image-ExifTool-10.50.tar.gz /Image-ExifTool-10.55.tar.gz +/Image-ExifTool-10.80.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 9c6e5de..f36f40b 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 10.55 -Release: 4%{?dist} +Version: 10.80 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Mar 5 2018 Tom Callaway - 10.80-1 +- update to 10.80 + * Thu Feb 08 2018 Fedora Release Engineering - 10.55-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources index cacf6c4..b3a20e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-10.55.tar.gz) = 7c11ae53cf43a621d1144860cc6d5c2f2c0f3bb7b5b4a6ecfd090112df7b829c152c4b91bbf24b4ce03d33300748fa19cae842d8a108f7e3d52572f0ab2b0c39 +SHA512 (Image-ExifTool-10.80.tar.gz) = 461f51b56056790d5be19534689f19a874707bb15a159f7a6bc8f3621d80059ad6384ad17c982a61b542f4a409905755e5eb3509ef51b1f62c41feae5d0cb962 From 3dd057be546e2d7f3c4b574e1b83fae9483030aa Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 7 Jun 2018 10:55:54 -0400 Subject: [PATCH 088/122] new stable (11.00) --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 661aae8..4306c1f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-10.50.tar.gz /Image-ExifTool-10.55.tar.gz /Image-ExifTool-10.80.tar.gz +/Image-ExifTool-11.00.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index f36f40b..057a6c3 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 10.80 +Version: 11.00 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jun 7 2018 Tom Callaway - 11.00-1 +- new stable (11.00) + * Mon Mar 5 2018 Tom Callaway - 10.80-1 - update to 10.80 diff --git a/sources b/sources index b3a20e2..2d37376 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (Image-ExifTool-10.80.tar.gz) = 461f51b56056790d5be19534689f19a874707bb15a159f7a6bc8f3621d80059ad6384ad17c982a61b542f4a409905755e5eb3509ef51b1f62c41feae5d0cb962 +SHA512 (Image-ExifTool-11.00.tar.gz) = 69485f0f927b4a295b9368746cae303b48e83d0e2ead6a8130ee37ba44b6fc99a53148905e76827d22961ce4750698446a2364ff21ea8701f739010c90f1e398 From 23ff4ef0efb3c71f1885783fd9c47a8cc2372d08 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 19 Jun 2018 13:58:05 -0400 Subject: [PATCH 089/122] 11.01 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4306c1f..1f5b4d1 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-10.55.tar.gz /Image-ExifTool-10.80.tar.gz /Image-ExifTool-11.00.tar.gz +/Image-ExifTool-11.01.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 057a6c3..76a2fce 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 11.00 +Version: 11.01 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Jun 19 2018 Tom Callaway - 11.01-1 +- new stable (11.01) + * Thu Jun 7 2018 Tom Callaway - 11.00-1 - new stable (11.00) diff --git a/sources b/sources index 2d37376..8392e40 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (Image-ExifTool-10.80.tar.gz) = 461f51b56056790d5be19534689f19a874707bb15a159f7a6bc8f3621d80059ad6384ad17c982a61b542f4a409905755e5eb3509ef51b1f62c41feae5d0cb962 -SHA512 (Image-ExifTool-11.00.tar.gz) = 69485f0f927b4a295b9368746cae303b48e83d0e2ead6a8130ee37ba44b6fc99a53148905e76827d22961ce4750698446a2364ff21ea8701f739010c90f1e398 +SHA512 (Image-ExifTool-11.01.tar.gz) = 0dc5435da85d639f6d62e79ed93b6c64d1e785238ea9e7d1b884a5ff5733454b8006566d3ff9b146bd72362f84e9854144d6ea8104aa3dec9d2240f2b7ef65b1 From 3d5372af10276c735415a02d13b4dd0e0ce9beaf Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 28 Jun 2018 04:58:26 +0200 Subject: [PATCH 090/122] Perl 5.28 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 76a2fce..141dbdc 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 11.01 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jun 28 2018 Jitka Plesnikova - 11.01-2 +- Perl 5.28 rebuild + * Tue Jun 19 2018 Tom Callaway - 11.01-1 - new stable (11.01) From 566e74ee185ceffe43af3d36942950076deac89e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 18:00:24 +0000 Subject: [PATCH 091/122] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 141dbdc..eda5075 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 11.01 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 11.01-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Jun 28 2018 Jitka Plesnikova - 11.01-2 - Perl 5.28 rebuild From cf6c30c741ceafa31ebff2a991e3f55a226130aa Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 1 Oct 2018 09:10:43 -0400 Subject: [PATCH 092/122] 11.11 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1f5b4d1..28c3d3b 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-10.80.tar.gz /Image-ExifTool-11.00.tar.gz /Image-ExifTool-11.01.tar.gz +/Image-ExifTool-11.11.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index eda5075..204c99e 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 11.01 -Release: 3%{?dist} +Version: 11.11 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Oct 1 2018 Tom Callaway - 11.11-1 +- update to latest stable (11.11) + * Fri Jul 13 2018 Fedora Release Engineering - 11.01-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 8392e40..c58b547 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-11.01.tar.gz) = 0dc5435da85d639f6d62e79ed93b6c64d1e785238ea9e7d1b884a5ff5733454b8006566d3ff9b146bd72362f84e9854144d6ea8104aa3dec9d2240f2b7ef65b1 +SHA512 (Image-ExifTool-11.11.tar.gz) = 7b4470074d1d08321f73daca20a4d8a8c51d0c623e04a7c118ce55519e2b527a5b5a1faa342eb24c9ee2714972ed7f2d419b12ee93dd687ca1164a9915e5faf9 From 29da0c3181c79b339ca374bddbcfbc01eabd447a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:04 +0100 Subject: [PATCH 093/122] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- perl-Image-ExifTool.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 204c99e..4c28860 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -2,7 +2,6 @@ Name: perl-Image-ExifTool Version: 11.11 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 From 5fc71074688580c37d33272605203a9143758a66 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 21:33:16 +0000 Subject: [PATCH 094/122] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 4c28860..4227529 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 11.11 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 11.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Oct 1 2018 Tom Callaway - 11.11-1 - update to latest stable (11.11) From 202bfe093ff553407f5d79853b917719c2a3a246 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 7 Mar 2019 13:19:26 -0500 Subject: [PATCH 095/122] 11.30 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 28c3d3b..0537a13 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-11.00.tar.gz /Image-ExifTool-11.01.tar.gz /Image-ExifTool-11.11.tar.gz +/Image-ExifTool-11.30.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 4227529..373a657 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 11.11 -Release: 2%{?dist} +Version: 11.30 +Release: 1%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Mar 7 2019 Tom Callaway - 11.30-1 +- update to latest stable (11.30) + * Fri Feb 01 2019 Fedora Release Engineering - 11.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index c58b547..cdbc5bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-11.11.tar.gz) = 7b4470074d1d08321f73daca20a4d8a8c51d0c623e04a7c118ce55519e2b527a5b5a1faa342eb24c9ee2714972ed7f2d419b12ee93dd687ca1164a9915e5faf9 +SHA512 (Image-ExifTool-11.30.tar.gz) = 52f4397bfd23c36e3c70c4e1f0d6b0c505676f1df796124b59198ba1c8788d89c03b067de5ecc0baffabbb08a911f82b3d9ba6aab0b13ce3d694546220ac83b0 From e30424ea914a693492b4e12adb7a31f63245a0d2 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 30 May 2019 14:07:38 +0200 Subject: [PATCH 096/122] Perl 5.30 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 373a657..50013a0 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 11.30 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu May 30 2019 Jitka Plesnikova - 11.30-2 +- Perl 5.30 rebuild + * Thu Mar 7 2019 Tom Callaway - 11.30-1 - update to latest stable (11.30) From f0b7554d0983bb7051b86a93e0896e35f0b965b6 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 13 Jun 2019 10:48:32 -0400 Subject: [PATCH 097/122] 11.50 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0537a13..16ec10e 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-11.01.tar.gz /Image-ExifTool-11.11.tar.gz /Image-ExifTool-11.30.tar.gz +/Image-ExifTool-11.50.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 50013a0..9b3cb16 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 11.30 -Release: 2%{?dist} +Version: 11.50 +Release: 1%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jun 13 2019 Tom Callaway - 11.50-1 +- update to latest stable (11.50) + * Thu May 30 2019 Jitka Plesnikova - 11.30-2 - Perl 5.30 rebuild diff --git a/sources b/sources index cdbc5bb..43dcc84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-11.30.tar.gz) = 52f4397bfd23c36e3c70c4e1f0d6b0c505676f1df796124b59198ba1c8788d89c03b067de5ecc0baffabbb08a911f82b3d9ba6aab0b13ce3d694546220ac83b0 +SHA512 (Image-ExifTool-11.50.tar.gz) = a48edb41016fa3316f70c800e58dd3213971ef07c8d0497abf35f76adea6eab1b18fae7636dd0a78e6f46e237eebd706a868bfba0065008e3ced6e8d9d9a5cea From 301026ac360d85dd0d2b0a3851d4a5bea3ba7170 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jul 2019 03:55:52 +0000 Subject: [PATCH 098/122] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 9b3cb16..fe35602 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 11.50 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 11.50-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jun 13 2019 Tom Callaway - 11.50-1 - update to latest stable (11.50) From 2a54b0db720672bbb9e35bcc64e70da4c88c7cf2 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 10 Oct 2019 08:48:55 -0400 Subject: [PATCH 099/122] 11.70 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 16ec10e..b650339 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-11.11.tar.gz /Image-ExifTool-11.30.tar.gz /Image-ExifTool-11.50.tar.gz +/Image-ExifTool-11.70.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 9b3cb16..6c18b1e 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 11.50 +Version: 11.70 Release: 1%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Oct 10 2019 Tom Callaway - 11.70-1 +- update to latest stable (11.70) + * Thu Jun 13 2019 Tom Callaway - 11.50-1 - update to latest stable (11.50) diff --git a/sources b/sources index 43dcc84..a3f177e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-11.50.tar.gz) = a48edb41016fa3316f70c800e58dd3213971ef07c8d0497abf35f76adea6eab1b18fae7636dd0a78e6f46e237eebd706a868bfba0065008e3ced6e8d9d9a5cea +SHA512 (Image-ExifTool-11.70.tar.gz) = 4b131923ddb70effe213df1095eb4c86be101f29bb01e943743ea87a4258cc3342d6241eb0ae25b5a340c085f881484b58b8a87cb0e1cfa3054921323c1af517 From 4b0589f9a98b8a976a82fa918b875154cef06310 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 01:19:02 +0000 Subject: [PATCH 100/122] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 9d06502..3197e98 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 11.70 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 11.70-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Oct 10 2019 Tom Callaway - 11.70-1 - update to latest stable (11.70) From 091bf5a51bb3fe5a9d4cdf50aafffa4508ced580 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 31 Jan 2020 09:07:13 -0500 Subject: [PATCH 101/122] 11.85 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b650339..2a90256 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-11.30.tar.gz /Image-ExifTool-11.50.tar.gz /Image-ExifTool-11.70.tar.gz +/Image-ExifTool-11.85.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 3197e98..55793a2 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 11.70 -Release: 2%{?dist} +Version: 11.85 +Release: 1%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jan 31 2020 Tom Callaway - 11.85-1 +- update to latest stable (11.85) + * Thu Jan 30 2020 Fedora Release Engineering - 11.70-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index a3f177e..0606fa4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-11.70.tar.gz) = 4b131923ddb70effe213df1095eb4c86be101f29bb01e943743ea87a4258cc3342d6241eb0ae25b5a340c085f881484b58b8a87cb0e1cfa3054921323c1af517 +SHA512 (Image-ExifTool-11.85.tar.gz) = 36c3073c292ca68f62f1598ae0f30b806e7db86123cdb7f448dec14837fab543db846ee37c9b02da862d7a169759638eae700b8de5563d30e42e3330a2ce8b9e From 9368b8d3f2243c92b2025d19c8d8a0ece8c2e3df Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 22 Jun 2020 19:25:13 +0200 Subject: [PATCH 102/122] Perl 5.32 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 55793a2..5ef87a2 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 11.85 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Jun 22 2020 Jitka Plesnikova - 11.85-2 +- Perl 5.32 rebuild + * Fri Jan 31 2020 Tom Callaway - 11.85-1 - update to latest stable (11.85) From 3f42f59184f40cd7d829dbea00517a2b47fb8e26 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 9 Jul 2020 11:54:16 -0400 Subject: [PATCH 103/122] update to latest stable (12.00) --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2a90256..f44a7ac 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-11.50.tar.gz /Image-ExifTool-11.70.tar.gz /Image-ExifTool-11.85.tar.gz +/Image-ExifTool-12.00.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 5ef87a2..d751222 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 11.85 -Release: 2%{?dist} +Version: 12.00 +Release: 1%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jul 9 2020 Tom Callaway - 12.00-1 +- update to latest stable (12.00) + * Mon Jun 22 2020 Jitka Plesnikova - 11.85-2 - Perl 5.32 rebuild diff --git a/sources b/sources index 0606fa4..75632d7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-11.85.tar.gz) = 36c3073c292ca68f62f1598ae0f30b806e7db86123cdb7f448dec14837fab543db846ee37c9b02da862d7a169759638eae700b8de5563d30e42e3330a2ce8b9e +SHA512 (Image-ExifTool-12.00.tar.gz) = 458a0cbab18202f796645656ba431b5179b79392d91064f7c4d6d3cab60a28b1cd0a45e6ea1d0ba9296b7ccd00088e320e95f020fddfc4a41e22c00d2e9d1c1d From 0eb21852af227726e6cef34d3be63d9973a982c2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 16:27:40 +0000 Subject: [PATCH 104/122] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 d751222..560a1fc 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 12.00 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 12.00-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 9 2020 Tom Callaway - 12.00-1 - update to latest stable (12.00) From c33d1aa666c10bb20375e81e4b0d9e315c3ceca0 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Tue, 19 Jan 2021 12:20:06 -0500 Subject: [PATCH 105/122] add arg_files as doc --- perl-Image-ExifTool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 560a1fc..fff0e94 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 12.00 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -73,6 +73,7 @@ make test %files %doc README Changes +%doc arg_files %{_bindir}/exiftool %{perl_vendorlib}/File/ %{perl_vendorlib}/Image/ @@ -80,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Jan 19 2021 Tom Callaway - 12.00-3 +- add arg_files as doc + * Tue Jul 28 2020 Fedora Release Engineering - 12.00-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 80ed357ec233286afd5211fbf3f586f4c79167ab Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Fri, 22 Jan 2021 09:40:53 -0500 Subject: [PATCH 106/122] update to latest stable (12.16) --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f44a7ac..6e3e988 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-11.70.tar.gz /Image-ExifTool-11.85.tar.gz /Image-ExifTool-12.00.tar.gz +/Image-ExifTool-12.16.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index fff0e94..0f17152 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 12.00 -Release: 3%{?dist} +Version: 12.16 +Release: 1%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jan 22 2021 Tom Callaway - 12.16-1 +- update to latest stable (12.16) + * Tue Jan 19 2021 Tom Callaway - 12.00-3 - add arg_files as doc diff --git a/sources b/sources index 75632d7..b4b0150 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-12.00.tar.gz) = 458a0cbab18202f796645656ba431b5179b79392d91064f7c4d6d3cab60a28b1cd0a45e6ea1d0ba9296b7ccd00088e320e95f020fddfc4a41e22c00d2e9d1c1d +SHA512 (Image-ExifTool-12.16.tar.gz) = adfd21834ccf06277903712b3c5e328b29c56f3b30ee68f6802dca0820823b627622e55f53238690525d1d19df2a59cb57f9d80a1bb2e99da37fb7d963ee16ee From f70a751c848fa837baa996352e087785a3338284 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 02:10:30 +0000 Subject: [PATCH 107/122] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 0f17152..a9c5190 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 12.16 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 12.16-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Jan 22 2021 Tom Callaway - 12.16-1 - update to latest stable (12.16) From 3062e905ac41fe20996a8efde5928b05e65f0584 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Mon, 26 Apr 2021 11:15:29 -0400 Subject: [PATCH 108/122] apply upstream fix for CVE-2021-22204 --- Image-ExifTool-12.16-CVE-2021-22204.patch | 28 +++++++++++++++++++++++ perl-Image-ExifTool.spec | 8 ++++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 Image-ExifTool-12.16-CVE-2021-22204.patch diff --git a/Image-ExifTool-12.16-CVE-2021-22204.patch b/Image-ExifTool-12.16-CVE-2021-22204.patch new file mode 100644 index 0000000..6a200f0 --- /dev/null +++ b/Image-ExifTool-12.16-CVE-2021-22204.patch @@ -0,0 +1,28 @@ +diff -up Image-ExifTool-12.16/lib/Image/ExifTool/DjVu.pm.CVE-2021-22204 Image-ExifTool-12.16/lib/Image/ExifTool/DjVu.pm +--- Image-ExifTool-12.16/lib/Image/ExifTool/DjVu.pm.CVE-2021-22204 2021-04-26 11:06:57.868813858 -0400 ++++ Image-ExifTool-12.16/lib/Image/ExifTool/DjVu.pm 2021-04-26 11:07:46.734614214 -0400 +@@ -18,7 +18,7 @@ use strict; + use vars qw($VERSION); + use Image::ExifTool qw(:DataAccess :Utils); + +-$VERSION = '1.06'; ++$VERSION = '1.07'; + + sub ParseAnt($); + sub ProcessAnt($$$); +@@ -227,10 +227,11 @@ Tok: for (;;) { + last unless $tok =~ /(\\+)$/ and length($1) & 0x01; + $tok .= '"'; # quote is part of the string + } +- # must protect unescaped "$" and "@" symbols, and "\" at end of string +- $tok =~ s{\\(.)|([\$\@]|\\$)}{'\\'.($2 || $1)}sge; +- # convert C escape sequences (allowed in quoted text) +- $tok = eval qq{"$tok"}; ++ # convert C escape sequences, allowed in quoted text ++ # (note: this only converts a few of them!) ++ my %esc = ( a => "\a", b => "\b", f => "\f", n => "\n", ++ r => "\r", t => "\t", '"' => '"', '\\' => '\\' ); ++ $tok =~ s/\\(.)/$esc{$1}||'\\'.$1/egs; + } else { # key name + pos($$dataPt) = pos($$dataPt) - 1; + # allow anything in key but whitespace, braces and double quotes diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index a9c5190..4cedda1 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,10 +1,12 @@ Name: perl-Image-ExifTool Version: 12.16 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic 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 +# https://github.com/exiftool/exiftool/commit/cf0f4e7dcd024ca99615bfd1102a841a25dde031#diff-fa0d652d10dbcd246e6b1df16c1e992931d3bb717a7e36157596b76bdadb3800 +Patch0: Image-ExifTool-12.16-CVE-2021-22204.patch BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils @@ -54,6 +56,7 @@ Sigma/Foveon, and Sony. %prep %setup -q -n Image-ExifTool-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -81,6 +84,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Apr 26 2021 Tom Callaway - 12.16-3 +- apply upstream fix for CVE-2021-22204 + * Wed Jan 27 2021 Fedora Release Engineering - 12.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 7a42df25fa8d6ecbb8de849f14f0222418b42c7e Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 21 May 2021 12:36:49 +0200 Subject: [PATCH 109/122] Perl 5.34 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 4cedda1..1b45737 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 12.16 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -84,6 +84,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri May 21 2021 Jitka Plesnikova - 12.16-4 +- Perl 5.34 rebuild + * Mon Apr 26 2021 Tom Callaway - 12.16-3 - apply upstream fix for CVE-2021-22204 From 4e510b57ddd6f122f89c0c6a5a9441f78b72ea41 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Wed, 23 Jun 2021 11:53:53 -0400 Subject: [PATCH 110/122] update to 12.26 --- .gitignore | 1 + Image-ExifTool-12.16-CVE-2021-22204.patch | 28 ----------------------- perl-Image-ExifTool.spec | 10 ++++---- sources | 2 +- 4 files changed, 7 insertions(+), 34 deletions(-) delete mode 100644 Image-ExifTool-12.16-CVE-2021-22204.patch diff --git a/.gitignore b/.gitignore index 6e3e988..15ca8b2 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-11.85.tar.gz /Image-ExifTool-12.00.tar.gz /Image-ExifTool-12.16.tar.gz +/Image-ExifTool-12.26.tar.gz diff --git a/Image-ExifTool-12.16-CVE-2021-22204.patch b/Image-ExifTool-12.16-CVE-2021-22204.patch deleted file mode 100644 index 6a200f0..0000000 --- a/Image-ExifTool-12.16-CVE-2021-22204.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -up Image-ExifTool-12.16/lib/Image/ExifTool/DjVu.pm.CVE-2021-22204 Image-ExifTool-12.16/lib/Image/ExifTool/DjVu.pm ---- Image-ExifTool-12.16/lib/Image/ExifTool/DjVu.pm.CVE-2021-22204 2021-04-26 11:06:57.868813858 -0400 -+++ Image-ExifTool-12.16/lib/Image/ExifTool/DjVu.pm 2021-04-26 11:07:46.734614214 -0400 -@@ -18,7 +18,7 @@ use strict; - use vars qw($VERSION); - use Image::ExifTool qw(:DataAccess :Utils); - --$VERSION = '1.06'; -+$VERSION = '1.07'; - - sub ParseAnt($); - sub ProcessAnt($$$); -@@ -227,10 +227,11 @@ Tok: for (;;) { - last unless $tok =~ /(\\+)$/ and length($1) & 0x01; - $tok .= '"'; # quote is part of the string - } -- # must protect unescaped "$" and "@" symbols, and "\" at end of string -- $tok =~ s{\\(.)|([\$\@]|\\$)}{'\\'.($2 || $1)}sge; -- # convert C escape sequences (allowed in quoted text) -- $tok = eval qq{"$tok"}; -+ # convert C escape sequences, allowed in quoted text -+ # (note: this only converts a few of them!) -+ my %esc = ( a => "\a", b => "\b", f => "\f", n => "\n", -+ r => "\r", t => "\t", '"' => '"', '\\' => '\\' ); -+ $tok =~ s/\\(.)/$esc{$1}||'\\'.$1/egs; - } else { # key name - pos($$dataPt) = pos($$dataPt) - 1; - # allow anything in key but whitespace, braces and double quotes diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 4cedda1..b56aa5b 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,12 +1,10 @@ Name: perl-Image-ExifTool -Version: 12.16 -Release: 3%{?dist} +Version: 12.26 +Release: 1%{?dist} License: GPL+ or Artistic 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 -# https://github.com/exiftool/exiftool/commit/cf0f4e7dcd024ca99615bfd1102a841a25dde031#diff-fa0d652d10dbcd246e6b1df16c1e992931d3bb717a7e36157596b76bdadb3800 -Patch0: Image-ExifTool-12.16-CVE-2021-22204.patch BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils @@ -56,7 +54,6 @@ Sigma/Foveon, and Sony. %prep %setup -q -n Image-ExifTool-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -84,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Jun 23 2021 Tom Callaway - 12.26-1 +- update to latest stable (12.26) + * Mon Apr 26 2021 Tom Callaway - 12.16-3 - apply upstream fix for CVE-2021-22204 diff --git a/sources b/sources index b4b0150..a5c65ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-12.16.tar.gz) = adfd21834ccf06277903712b3c5e328b29c56f3b30ee68f6802dca0820823b627622e55f53238690525d1d19df2a59cb57f9d80a1bb2e99da37fb7d963ee16ee +SHA512 (Image-ExifTool-12.26.tar.gz) = 15bbff738e151d3ed5c77a17c99ded6cc3da2050fe7df94c42aea544aa31d7f539d70d07fd5336ae018af05b7f168712f1367046d8004861fce58442c03f82bd From 71d9ef027ac49eea2511a2cd51ed74a3f9077baa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 21:13:34 +0000 Subject: [PATCH 111/122] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 1a328e6..28f0bdc 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 12.26 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 12.26-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jun 23 2021 Tom Callaway - 12.26-1 - update to latest stable (12.26) From 3d29e298ad9316e5f3a0c823c537a8c90f2cf782 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Tue, 24 Aug 2021 14:14:14 -0400 Subject: [PATCH 112/122] 12.30 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 15ca8b2..ec91ffd 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-12.00.tar.gz /Image-ExifTool-12.16.tar.gz /Image-ExifTool-12.26.tar.gz +/Image-ExifTool-12.30.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 1a328e6..ae00341 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 12.26 +Version: 12.30 Release: 1%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Aug 24 2021 Tom Callaway - 12.30-1 +- update to latest stable (12.30) + * Wed Jun 23 2021 Tom Callaway - 12.26-1 - update to latest stable (12.26) diff --git a/sources b/sources index a5c65ba..e4b723a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-12.26.tar.gz) = 15bbff738e151d3ed5c77a17c99ded6cc3da2050fe7df94c42aea544aa31d7f539d70d07fd5336ae018af05b7f168712f1367046d8004861fce58442c03f82bd +SHA512 (Image-ExifTool-12.30.tar.gz) = 2966854d8fd163fd5aaaca5608eeab2a3f0681fe9e22e006840acacd2ff2aaecd6076bcec23989facb7baf64aa96425ad7eeceb4045da44004421b8f10050935 From 1232e0829b61119c6e08ca74170bf7fbbcdaf2c4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 02:36:48 +0000 Subject: [PATCH 113/122] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 5719c93..f27db78 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 12.30 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 12.30-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Aug 24 2021 Tom Callaway - 12.30-1 - update to latest stable (12.30) From 2dec16dda4956adb63288688354edaa27af1f529 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Tue, 25 Jan 2022 14:28:28 -0500 Subject: [PATCH 114/122] 12.38 --- .gitignore | 1 + perl-Image-ExifTool.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ec91ffd..b32b4be 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-12.16.tar.gz /Image-ExifTool-12.26.tar.gz /Image-ExifTool-12.30.tar.gz +/Image-ExifTool-12.38.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index f27db78..f395a00 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 12.30 -Release: 2%{?dist} +Version: 12.38 +Release: 1%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -81,6 +81,10 @@ make test %{_mandir}/man3/*.3* %changelog +* Tue Jan 25 2022 Tom Callaway - 12.38-1 +- update to 12.38 for CVE-2022-23935 + NOTE: 12.38 is not considered a "Stable" release and is not on CPAN + * Fri Jan 21 2022 Fedora Release Engineering - 12.30-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index e4b723a..23287c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-12.30.tar.gz) = 2966854d8fd163fd5aaaca5608eeab2a3f0681fe9e22e006840acacd2ff2aaecd6076bcec23989facb7baf64aa96425ad7eeceb4045da44004421b8f10050935 +SHA512 (Image-ExifTool-12.38.tar.gz) = 713e0df5e207987f770ed4d8fe62c351345a6ba408518ff4ccbafc4fdc570fac6aef8129c0cd40ca1725861cd5c4b7ae06f27ab57992df9576db24adeeaefb93 From adc967e31b0a91af75b6d86a8c42196fbb677bf9 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 30 May 2022 19:51:28 +0200 Subject: [PATCH 115/122] Perl 5.36 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 f395a00..cd608dd 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 12.38 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon May 30 2022 Jitka Plesnikova - 12.38-2 +- Perl 5.36 rebuild + * Tue Jan 25 2022 Tom Callaway - 12.38-1 - update to 12.38 for CVE-2022-23935 NOTE: 12.38 is not considered a "Stable" release and is not on CPAN From efbdd4f4ee4413613b6be2090834f18b122906d3 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Wed, 13 Jul 2022 10:49:28 -0400 Subject: [PATCH 116/122] 12.42 --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b32b4be..482a942 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-12.26.tar.gz /Image-ExifTool-12.30.tar.gz /Image-ExifTool-12.38.tar.gz +/Image-ExifTool-12.42.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index cd608dd..1c49b71 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 12.38 -Release: 2%{?dist} +Version: 12.42 +Release: 1%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Jul 13 2022 Tom Callaway - 12.42-1 +- update to latest stable (12.42) + * Mon May 30 2022 Jitka Plesnikova - 12.38-2 - Perl 5.36 rebuild diff --git a/sources b/sources index 23287c6..1fc1869 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-12.38.tar.gz) = 713e0df5e207987f770ed4d8fe62c351345a6ba408518ff4ccbafc4fdc570fac6aef8129c0cd40ca1725861cd5c4b7ae06f27ab57992df9576db24adeeaefb93 +SHA512 (Image-ExifTool-12.42.tar.gz) = f7d3dd98623f44473f67ccf740370fd7704b60274efe1272b5219599dba9fe312afe4107937c6d64c5ee11380914b6e97a5248a2abcf88820822f9947cae0f8f From 95aa7f07368ae24befa2878577cb027c0bdfc217 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 07:09:43 +0000 Subject: [PATCH 117/122] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 1c49b71..b214c34 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 12.42 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -81,6 +81,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 12.42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jul 13 2022 Tom Callaway - 12.42-1 - update to latest stable (12.42) From 529a951d30a39220d4f3b32e85a0f87cfe55fb88 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 13 Jan 2023 14:30:03 +0100 Subject: [PATCH 118/122] Remove perl(MODULE_COMPAT), it will be replaced by generators --- perl-Image-ExifTool.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index b214c34..8fccfce 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -36,7 +36,6 @@ BuildRequires: perl(POSIX) 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 From 669df7dd1b1ee67dd4e4ffc0a240577cee3a0877 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 03:16:15 +0000 Subject: [PATCH 119/122] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 8fccfce..a6609a0 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool Version: 12.42 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 12.42-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 12.42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 5bb1a545b2b170ced225d30784275d84a99459ae Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 3 Mar 2023 17:31:02 -0500 Subject: [PATCH 120/122] update to latest stable (12.50) --- .gitignore | 1 + perl-Image-ExifTool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 482a942..011a0ce 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-12.30.tar.gz /Image-ExifTool-12.38.tar.gz /Image-ExifTool-12.42.tar.gz +/Image-ExifTool-12.50.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index a6609a0..8720536 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 12.42 -Release: 3%{?dist} +Version: 12.50 +Release: 1%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info URL: http://www.sno.phy.queensu.ca/%7Ephil/exiftool/ @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Mar 3 2023 Tom Callaway - 12.50-1 +- update to latest stable (12.50) + * Fri Jan 20 2023 Fedora Release Engineering - 12.42-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 1fc1869..4bff3a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-12.42.tar.gz) = f7d3dd98623f44473f67ccf740370fd7704b60274efe1272b5219599dba9fe312afe4107937c6d64c5ee11380914b6e97a5248a2abcf88820822f9947cae0f8f +SHA512 (Image-ExifTool-12.50.tar.gz) = d95be3636ed139a41a14183fc31fa2ecb5ea71b570ccdd282b9f0bba84a264b2edff2c42b34ee1114a14b106383d5ab3b67b8e73642e534f4df3fa54082dba85 From cf9189a185c3d68ee7814a31dc1d5157192f5fe6 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 26 Apr 2023 11:43:04 -0400 Subject: [PATCH 121/122] 12.60 --- .gitignore | 1 + perl-Image-ExifTool.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 011a0ce..32acb82 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ Image-ExifTool-8.25.tar.gz /Image-ExifTool-12.38.tar.gz /Image-ExifTool-12.42.tar.gz /Image-ExifTool-12.50.tar.gz +/Image-ExifTool-12.60.tar.gz diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec index 8720536..a999733 100644 --- a/perl-Image-ExifTool.spec +++ b/perl-Image-ExifTool.spec @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 12.50 +Version: 12.60 Release: 1%{?dist} License: GPL+ or Artistic Summary: Utility for reading and writing image meta info @@ -80,6 +80,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Wed Apr 26 2023 Tom Callaway - 12.60-1 +- update to latest stable (12.60) + * Fri Mar 3 2023 Tom Callaway - 12.50-1 - update to latest stable (12.50) diff --git a/sources b/sources index 4bff3a9..94a1e92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Image-ExifTool-12.50.tar.gz) = d95be3636ed139a41a14183fc31fa2ecb5ea71b570ccdd282b9f0bba84a264b2edff2c42b34ee1114a14b106383d5ab3b67b8e73642e534f4df3fa54082dba85 +SHA512 (Image-ExifTool-12.60.tar.gz) = 3a581bfd5a75b48b13063f4d169cc167fd027c029bf5d05111d51e789ce9344dcec40b3b7e4f6a9e10ce5599ece514bc0689e93b3aef6bd7db1498537d10899f From 41e6e3797d9e03f3123d880451124ad55b2ea32a Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 23:40:37 +0300 Subject: [PATCH 122/122] Remove unnecessary files --- sources | 1 - 1 file changed, 1 deletion(-) delete mode 100644 sources diff --git a/sources b/sources deleted file mode 100644 index 94a1e92..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (Image-ExifTool-12.60.tar.gz) = 3a581bfd5a75b48b13063f4d169cc167fd027c029bf5d05111d51e789ce9344dcec40b3b7e4f6a9e10ce5599ece514bc0689e93b3aef6bd7db1498537d10899f