forked from pool/perl-Image-Info
Compare commits
15 Commits
4bd894a3e8
...
factory
Author | SHA256 | Date | |
---|---|---|---|
65deed0afd | |||
46f4815eb7 | |||
b26546d8ed | |||
35b55cc502 | |||
cb58826641 | |||
9ca2b470ba | |||
f17c49a36e | |||
da627cf3fa | |||
32d080aa86 | |||
82f2c5ad19 | |||
e43875fa3c | |||
d0adea10b7 | |||
3cbf04e8a8 | |||
59822e67ee | |||
0d841a3f22 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c546d27414686660dbc3cd8501537128c5285a8db0faf742c2dc12b9a29ba3db
|
||||
size 265977
|
3
Image-Info-1.45.tar.gz
Normal file
3
Image-Info-1.45.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d6c1d28c29b137b1a5152e628083d8437577336d8bea191605dda20d55b3539
|
||||
size 365802
|
@@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 16:23:29 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.450.0 (1.45)
|
||||
see /usr/share/doc/packages/perl-Image-Info/CHANGES
|
||||
|
||||
2024-11-24 Slaven Rezic <slaven@rezic.de>
|
||||
Release 1.45
|
||||
Stable release with all changes in 1.44_50..1.44_51
|
||||
2024-11-23 Slaven Rezic <slaven@rezic.de>
|
||||
Release 1.44_51
|
||||
Added t/ppm_error.t test.
|
||||
2024-11-20 Slaven Rezic <slaven@rezic.de>
|
||||
Release 1.44_50
|
||||
Stop propagating error on thumbnail image to main image (PR #15, by nanto)
|
||||
Parse SRATIONAL values appropriately (PR #14, by nanto)
|
||||
Replace "use vars" with "our" (PR #13, by JRaspass)
|
||||
Smaller CI improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:34:17 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Fix disabling of __perllib_provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 03:06:30 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.44
|
||||
see /usr/share/doc/packages/perl-Image-Info/CHANGES
|
||||
|
||||
2023-08-03 Slaven Rezic <slaven@rezic.de>
|
||||
Release 1.44
|
||||
Stable release with the change in 1.43_50
|
||||
2023-07-25 Slaven Rezic <slaven@rezic.de>
|
||||
Release 1.43_50
|
||||
Support for AVIF files (PR #12, thanks to Zefram and Michael Kroell)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 03:06:24 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.43
|
||||
see /usr/share/doc/packages/perl-Image-Info/CHANGES
|
||||
|
||||
2022-10-03 Slaven Rezic <slaven@rezic.de>
|
||||
Release 1.43
|
||||
Stable release with all changes in 1.42_50
|
||||
2022-07-17 Slaven Rezic <slaven@rezic.de>
|
||||
Release 1.42_50
|
||||
Fix XML::Simple-related test failures (RT #143685)
|
||||
Cease warnings with inconsistent maker info (RT #133006)
|
||||
Don't fail on invalid rational value in EXIF (RT #135126)
|
||||
Don't bail out on erroneous APP1 EXIF segments (RT #131616)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 14:35:53 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.42
|
||||
see /usr/share/doc/packages/perl-Image-Info/CHANGES
|
||||
|
||||
2019-10-19 Slaven Rezic <slaven@rezic.de>
|
||||
|
||||
Release 1.42
|
||||
|
||||
Stable release with all changes in 1.41_50
|
||||
|
||||
2019-10-16 Slaven Rezic <slaven@rezic.de>
|
||||
|
||||
Release 1.41_50
|
||||
|
||||
Support for WEBP files (RT #130529) (by Nicolas Clark)
|
||||
|
||||
Cease a warning (by H.Merijn Brand)
|
||||
|
||||
Various minor test and CI polishing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 13 05:36:59 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Image-Info
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,26 +12,49 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Image-Info
|
||||
Version: 1.41
|
||||
Release: 0
|
||||
%define cpan_name Image-Info
|
||||
Name: perl-Image-Info
|
||||
Version: 1.450.0
|
||||
Release: 0
|
||||
# 1.45 -> normalize -> 1.450.0
|
||||
%define cpan_version 1.45
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Extract meta information from image files
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Image-Info/
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SR/SREZIC/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(IO::Scalar)
|
||||
Requires: perl(IO::Scalar)
|
||||
Provides: perl(Bundle::Image::Info::Everything) = 0.30.0
|
||||
Provides: perl(Bundle::Image::Info::PNG) = 0.30.0
|
||||
Provides: perl(Bundle::Image::Info::SVG) = 0.30.0
|
||||
Provides: perl(Bundle::Image::Info::XBM) = 0.30.0
|
||||
Provides: perl(Bundle::Image::Info::XPM) = 0.30.0
|
||||
Provides: perl(Image::Info) = %{version}
|
||||
Provides: perl(Image::Info::AVIF) = 0.10.0
|
||||
Provides: perl(Image::Info::BMP) = 1.04
|
||||
Provides: perl(Image::Info::GIF) = 1.02
|
||||
Provides: perl(Image::Info::ICO) = 0.02
|
||||
Provides: perl(Image::Info::JPEG) = 0.70.0
|
||||
Provides: perl(Image::Info::PNG) = 1.40.0
|
||||
Provides: perl(Image::Info::PPM) = 0.50.0
|
||||
Provides: perl(Image::Info::Result)
|
||||
Provides: perl(Image::Info::SVG) = 2.50.0
|
||||
Provides: perl(Image::Info::SVG::XMLLibXMLReader) = 1.60.0
|
||||
Provides: perl(Image::Info::SVG::XMLSimple) = 1.05
|
||||
Provides: perl(Image::Info::TIFF) = 0.05
|
||||
Provides: perl(Image::Info::WBMP) = 0.20.0
|
||||
Provides: perl(Image::Info::WEBP) = 0.20.0
|
||||
Provides: perl(Image::Info::XBM) = 1.08
|
||||
Provides: perl(Image::Info::XPM) = 1.09
|
||||
Provides: perl(Image::TIFF) = 1.120.0
|
||||
Provides: perl(Image::TIFF::Rational)
|
||||
%undefine __perllib_provides
|
||||
Recommends: perl(Bundle::Image::Info::PNG)
|
||||
Recommends: perl(Bundle::Image::Info::SVG)
|
||||
Recommends: perl(Bundle::Image::Info::XBM)
|
||||
@@ -43,15 +66,16 @@ This module provides functions to extract various kinds of meta information
|
||||
from image files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -59,7 +83,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc CHANGES CREDITS exifdump imgdump README TODO
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user