1
0

Accepting request 1080782 from devel:languages:perl:autoupdate

- updated to 12.60
   see /usr/share/doc/packages/perl-Image-ExifTool/Changes

OBS-URL: https://build.opensuse.org/request/show/1080782
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=111
This commit is contained in:
Paolo Stivanin 2023-04-20 12:12:21 +00:00 committed by Git OBS Bridge
parent 0fd1684046
commit 3b1d824cbc
4 changed files with 12 additions and 8 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73dbe06d004c31082a56e78d7f246f2bb0002fbb1835447bc32a2b076f3d32ad
size 5204922

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 6 03:08:38 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 12.60
see /usr/share/doc/packages/perl-Image-ExifTool/Changes
-------------------------------------------------------------------
Fri Mar 31 07:07:12 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -17,16 +17,13 @@
%define cpan_name Image-ExifTool
Name: perl-Image-ExifTool
Version: 12.59
Version: 12.60
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Read and write meta information
URL: https://metacpan.org/release/%{cpan_name}
# use non-release build because of CVE-2022-23935
#Source0: https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/%%{cpan_name}-%%{version}.tar.gz
Source0: https://exiftool.org/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@ -52,6 +49,7 @@ Sony.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build