Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Image-ExifTool for
openSUSE:Factory checked in at 2021-10-12 21:49:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Image-ExifTool (Old)
and /work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Image-ExifTool"
Tue Oct 12 21:49:43 2021 rev:41 rq:924827 version:12.30
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Image-ExifTool/perl-Image-ExifTool.changes
2021-08-30 13:55:53.789875401 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new.2443/perl-Image-ExifTool.changes
2021-10-12 21:51:06.448022389 +0200
@@ -1,0 +2,5 @@
+Fri Sep 17 07:16:54 UTC 2021 - Dirk M??ller <[email protected]>
+
+- require File::RandomAccess otherwise exiftool(1) won't start
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Image-ExifTool.spec ++++++
--- /var/tmp/diff_new_pack.rcUuig/_old 2021-10-12 21:51:06.968023134 +0200
+++ /var/tmp/diff_new_pack.rcUuig/_new 2021-10-12 21:51:06.984023157 +0200
@@ -35,6 +35,9 @@
Recommends: perl(IO::Uncompress::RawInflate)
Recommends: perl(POSIX::strptime)
%{perl_requires}
+# MANUAL BEGIN
+Requires: perl(File::RandomAccess) >= 1.11
+# MANUAL END
%description
Reads and writes meta information in a wide variety of files, including the
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.rcUuig/_old 2021-10-12 21:51:07.028023220 +0200
+++ /var/tmp/diff_new_pack.rcUuig/_new 2021-10-12 21:51:07.028023220 +0200
@@ -11,8 +11,8 @@
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
-#preamble: |-
-# BuildRequires: gcc-c++
+preamble: |-
+ Requires: perl(File::RandomAccess) >= 1.11
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL