|
|
|
@ -1,13 +1,11 @@
|
|
|
|
|
Name: perl-Image-Info
|
|
|
|
|
Version: 1.38
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 1.39
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Image meta information extraction module for Perl
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://search.cpan.org/dist/Image-Info/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-%{version}.tar.gz
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1379556
|
|
|
|
|
Patch0: http://search.cpan.org/diff/Image-Info-1.38-Image-Info-1.38_50.-w.diff
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
@ -37,7 +35,6 @@ various types of image files.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Image-Info-%{version}
|
|
|
|
|
%patch0 -p1 -b .xxefix
|
|
|
|
|
chmod -c 644 exifdump imgdump
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -59,6 +56,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 10 2016 Tom Callaway <spot@fedoraproject.org> - 1.39-1
|
|
|
|
|
- update to 1.39
|
|
|
|
|
|
|
|
|
|
* Wed Oct 5 2016 Tom Callaway <spot@fedoraproject.org> - 1.38-6
|
|
|
|
|
- apply upstream fix for XXE SVG security issue (bz1379556)
|
|
|
|
|
|
|
|
|
|