8
0

Accepting request 296327 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-Info?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2015-04-15 04:35:52 +00:00
committed by Git OBS Bridge
parent ea79e7c983
commit 4bfc2ea207
4 changed files with 140 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ca7c3e267a77871d175cdb27f986c5888f381d6edb978c803b41cb43b306430
size 231407

3
Image-Info-1.37.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4fe08c980562e6ae192311c371a2ca124ae5156ca0dc9fa57935a94a9e354eb2
size 261721

View File

@@ -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 <slaven@rezic.de>
Release 1.37
Stable release with all changes in 1.36_51..1.36_52
2014-12-29 Slaven Rezic <slaven@rezic.de>
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 <slaven@rezic.de>
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 <slaven@rezic.de>
Release 1.36
Stable release with all changes in 1.35_50..1.35_51
2013-06-28 Slaven Rezic <slaven@rezic.de>
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 <slaven@rezic.de>
Release 1.35_50
Fixed pod_cov.t test.
2013-04-10 Slaven Rezic <slaven@rezic.de>
Release 1.35
Stable release with the change in 1.34_50
2013-04-03 Slaven Rezic <slaven@rezic.de>
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 <slaven@rezic.de>
Release 1.34
Stable release with all changes in 1.33_50..1.33_51
2013-01-28 Slaven Rezic <slaven@rezic.de>
Release 1.33_51
Handle corrupt JPEG files with extraneous bytes
2013-01-25 Slaven Rezic <slaven@rezic.de>
Release 1.33_50
Limited support for WBMP files.
2012-11-03 Slaven Rezic <slaven@rezic.de>
Release 1.33
Added test image for RT #78471.
2012-10-25 Slaven Rezic <slaven@rezic.de>
Release 1.32_52
Handle BMP files with negative heights (RT #78471).
2012-10-24 Slaven Rezic <slaven@rezic.de>
Release 1.32_51
Signature fix.
2012-10-23 Slaven Rezic <slaven@rezic.de>
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 <slaven@rezic.de>
Release 1.32
Stable release with all changes in 1.31_50..1.31_51
2011-12-28 Slaven Rezic <slaven@rezic.de>
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 Sat Apr 9 11:15:16 UTC 2011 - coolo@novell.com

View File

@@ -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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-Image-Info Name: perl-Image-Info
Version: 1.31 Version: 1.37
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Image-Info %define cpan_name Image-Info
Summary: Extract meta information from image files 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 Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/S/SR/SREZIC/Image-Info-%{version}.tar.gz Url: http://search.cpan.org/dist/Image-Info/
Source: %{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::Scalar)
BuildRequires: perl(Test::More) >= 0.62 Requires: perl(IO::Scalar)
Recommends: perl(Bundle::Image::Info::PNG) Recommends: perl(Bundle::Image::Info::PNG)
Recommends: perl(Bundle::Image::Info::SVG) Recommends: perl(Bundle::Image::Info::SVG)
Recommends: perl(Bundle::Image::Info::XBM) Recommends: perl(Bundle::Image::Info::XBM)
@@ -43,6 +43,7 @@ from image files.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -56,11 +57,8 @@ from image files.
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc %attr(644,-,-) CHANGES CREDITS exifdump imgdump README TODO %doc CHANGES CREDITS exifdump imgdump README TODO
%changelog %changelog