diff --git a/Image-Info-1.31.tar.gz b/Image-Info-1.31.tar.gz deleted file mode 100644 index 729f416..0000000 --- a/Image-Info-1.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ca7c3e267a77871d175cdb27f986c5888f381d6edb978c803b41cb43b306430 -size 231407 diff --git a/Image-Info-1.37.tar.gz b/Image-Info-1.37.tar.gz new file mode 100644 index 0000000..7c8bf72 --- /dev/null +++ b/Image-Info-1.37.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe08c980562e6ae192311c371a2ca124ae5156ca0dc9fa57935a94a9e354eb2 +size 261721 diff --git a/perl-Image-Info.changes b/perl-Image-Info.changes index 02031d5..bda380c 100644 --- a/perl-Image-Info.changes +++ b/perl-Image-Info.changes @@ -1,3 +1,128 @@ +------------------------------------------------------------------- +Tue Apr 14 18:26:59 UTC 2015 - coolo@suse.com + +- updated to 1.37 + see /usr/share/doc/packages/perl-Image-Info/CHANGES + + 2014-12-31 Slaven Rezic + + Release 1.37 + + Stable release with all changes in 1.36_51..1.36_52 + + 2014-12-29 Slaven Rezic + + Release 1.36_52 + + Handle invalid TIFF chunks: stop processing if an unrecognized + fieldtype is encountered. This is an additional fix for RT #100847. + + 2014-12-19 Slaven Rezic + + Release 1.36_51 + + Use IO::Scalar instead of opening a scalar, for all + perls < 5.21.7. This is to prevent possible segmentation faults + with faulty images. See RT #100847 and + https://rt.perl.org/Ticket/Display.html?id=123443 + + Fix a "Variable declared in conditional statement" error. + + Fix a couple of typos. + + 2012-07-05 Slaven Rezic + + Release 1.36 + + Stable release with all changes in 1.35_50..1.35_51 + + 2013-06-28 Slaven Rezic + + Release 1.35_51 + + Ignore reading jpeg thumbnail image with no content, patch + provided by Kosei Moriyama, + https://github.com/eserte/image-info/pull/2) + + 2013-05-06 Slaven Rezic + + Release 1.35_50 + + Fixed pod_cov.t test. + + 2013-04-10 Slaven Rezic + + Release 1.35 + + Stable release with the change in 1.34_50 + + 2013-04-03 Slaven Rezic + + Release 1.34_50 + + image_info on Jpeg with bad EXIF data produced "substr outside of + string" exception in Image::TIFF (RT #84122, patch provided by + Steve Purkis) + + 2013-02-29 Slaven Rezic + + Release 1.34 + + Stable release with all changes in 1.33_50..1.33_51 + + 2013-01-28 Slaven Rezic + + Release 1.33_51 + + Handle corrupt JPEG files with extraneous bytes + + 2013-01-25 Slaven Rezic + + Release 1.33_50 + + Limited support for WBMP files. + + 2012-11-03 Slaven Rezic + + Release 1.33 + + Added test image for RT #78471. + + 2012-10-25 Slaven Rezic + + Release 1.32_52 + + Handle BMP files with negative heights (RT #78471). + + 2012-10-24 Slaven Rezic + + Release 1.32_51 + + Signature fix. + + 2012-10-23 Slaven Rezic + + Release 1.32_50 + + Repacked because of Module::Install 1.04 problems (see mail from + Miyagawa). Now Image::Info is again using good old EUMM. + + 2012-02-21 Slaven Rezic + + Release 1.32 + + Stable release with all changes in 1.31_50..1.31_51 + + 2011-12-28 Slaven Rezic + + Release 1.31_51 + + Release 1.31_50 + + SVG files without XML preamble are now also recognized. + + Bundled Module::Install 1.04. + ------------------------------------------------------------------- Sat Apr 9 11:15:16 UTC 2011 - coolo@novell.com diff --git a/perl-Image-Info.spec b/perl-Image-Info.spec index a96ba42..d0fb690 100644 --- a/perl-Image-Info.spec +++ b/perl-Image-Info.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Image-Info (Version 1.31) +# spec file for package perl-Image-Info # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,22 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Image-Info -Version: 1.31 -Release: 1 -License: GPL+ or Artistic +Version: 1.37 +Release: 0 %define cpan_name Image-Info Summary: Extract meta information from image files -Url: http://search.cpan.org/dist/Image-Info/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/S/SR/SREZIC/Image-Info-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/Image-Info/ +Source: http://www.cpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) >= 0.62 +BuildRequires: perl(IO::Scalar) +Requires: perl(IO::Scalar) Recommends: perl(Bundle::Image::Info::PNG) Recommends: perl(Bundle::Image::Info::SVG) Recommends: perl(Bundle::Image::Info::XBM) @@ -43,6 +43,7 @@ from image files. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -56,11 +57,8 @@ from image files. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) -%doc %attr(644,-,-) CHANGES CREDITS exifdump imgdump README TODO +%doc CHANGES CREDITS exifdump imgdump README TODO %changelog