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-08-30 13:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Image-ExifTool (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Image-ExifTool"

Mon Aug 30 13:55:35 2021 rev:40 rq:915003 version:12.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Image-ExifTool/perl-Image-ExifTool.changes  
2021-08-03 22:49:36.560434005 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new.1899/perl-Image-ExifTool.changes
        2021-08-30 13:55:53.789875401 +0200
@@ -1,0 +2,6 @@
+Mon Aug 23 14:48:59 UTC 2021 - Dirk Stoecker <[email protected]>
+
+- updated to 12.30
+   see /usr/share/doc/packages/perl-Image-ExifTool/Changes
+
+-------------------------------------------------------------------

Old:
----
  Image-ExifTool-12.29.tar.gz

New:
----
  Image-ExifTool-12.30.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Image-ExifTool.spec ++++++
--- /var/tmp/diff_new_pack.B1cGUi/_old  2021-08-30 13:55:54.389876171 +0200
+++ /var/tmp/diff_new_pack.B1cGUi/_new  2021-08-30 13:55:54.393876177 +0200
@@ -18,27 +18,54 @@
 
 %define cpan_name Image-ExifTool
 Name:           perl-Image-ExifTool
-Version:        12.29
+Version:        12.30
 Release:        0
-Summary:        Perl module to read and write meta information
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Languages/Perl
-URL:            https://exiftool.org/
-Source:         
https://downloads.sf.net/exiftool/%{cpan_name}-%{version}.tar.gz
+Summary:        Read and write meta information
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
+BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Requires:       perl(File::RandomAccess)
-Conflicts:      exiftool < %{version}
-BuildArch:      noarch
-%{?perl_requires}
+Recommends:     perl(Archive::Zip)
+Recommends:     perl(Compress::Zlib)
+Recommends:     perl(Digest::SHA)
+Recommends:     perl(IO::Compress::RawDeflate)
+Recommends:     perl(IO::Uncompress::RawInflate)
+Recommends:     perl(POSIX::strptime)
+%{perl_requires}
 
 %description
-ExifTool is a customisable set of Perl modules plus a full-featured
-application for reading and writing meta information in a wide variety of
-files, including the maker note information of many digital cameras by
-various manufacturers such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor,
-Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica,
-Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
+Reads and writes meta information in a wide variety of files, including the
+maker notes of many digital cameras by various manufacturers such as Canon,
+Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf,
+Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica,
+Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and
+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
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
+
+%check
+make test
+
+%install
+%perl_make_install
+%perl_process_packlist
+%perl_gen_filelist
+
+%files -f %{name}.files
+%doc Changes config_files html README
+%exclude %{_bindir}/exiftool
+%exclude %{_mandir}/man?/exiftool.?%{?ext_man}
+%exclude %{perl_vendorlib}/File/
+%exclude %{_mandir}/man?/File::RandomAccess*
 
 %package -n exiftool
 Summary:        Customisable application to read and write meta information in 
files
@@ -60,6 +87,12 @@
 Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica,
 Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
 
+%files -n exiftool
+%doc fmt_files/
+%doc arg_files/
+%{_bindir}/exiftool
+%{_mandir}/man?/exiftool.?%{?ext_man}
+
 %package -n perl-File-RandomAccess
 Summary:        Random access reads of sequential file or scalar
 Group:          Development/Languages/Perl
@@ -69,35 +102,6 @@
 necessary. Also allows access to data in memory to be accessed as
 if it were a file.
 
-%prep
-%setup -q -n %{cpan_name}-%{version}
-
-%build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags} V=1
-
-%check
-make %{?_smp_mflags} V=1 test
-
-%install
-%perl_make_install
-%perl_process_packlist
-%perl_gen_filelist
-
-%files
-%doc Changes README html
-%doc config_files/
-%exclude %{_bindir}/exiftool
-%exclude %{_mandir}/man?/exiftool.?%{?ext_man}
-%{perl_vendorlib}/Image/
-%{_mandir}/man?/Image::ExifTool*
-
-%files -n exiftool
-%doc fmt_files/
-%doc arg_files/
-%{_bindir}/exiftool
-%{_mandir}/man?/exiftool.?%{?ext_man}
-
 %files -n perl-File-RandomAccess
 %{perl_vendorlib}/File/
 %{_mandir}/man?/File::RandomAccess*

++++++ Image-ExifTool-12.29.tar.gz -> Image-ExifTool-12.30.tar.gz ++++++
++++ 4724 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
description_paragraphs: 1
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#  baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires:  gcc-c++
#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 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
skip_doc: exiftool
add_doc: html config_files
misc: |-
 %exclude %{_bindir}/exiftool
 %exclude %{_mandir}/man?/exiftool.?%{?ext_man}
 %exclude %{perl_vendorlib}/File/
 %exclude %{_mandir}/man?/File::RandomAccess*
 
 %package -n exiftool
 Summary:        Customisable application to read and write meta information in 
files
 Group:          Productivity/Graphics/Other
 Requires:       perl(Image::ExifTool) = %{version}
 Recommends:     perl(Archive::Zip)
 # Per https://perldoc.perl.org/index-modules-I.html, these are the part of 
perl-base.
 #Recommends:     perl(Compress::Zlib)
 #Recommends:     perl(Digest::MD5)
 #Recommends:     perl(Digest::SHA)
 #Recommends:     perl(IO::Compress::Bzip2)
 #Recommends:     perl(Time::HiRes)
 
 %description -n exiftool
 ExifTool is a a full-featured application for reading and writing
 meta information in a wide variety of files, including the maker
 note information of many digital cameras by various manufacturers
 such as Canon, Casio, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf,
 Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica,
 Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.
 
 %files -n exiftool
 %doc fmt_files/
 %doc arg_files/
 %{_bindir}/exiftool
 %{_mandir}/man?/exiftool.?%{?ext_man}
 
 %package -n perl-File-RandomAccess
 Summary:        Random access reads of sequential file or scalar
 Group:          Development/Languages/Perl
 
 %description -n perl-File-RandomAccess
 Allows random access to sequential file by buffering the file if
 necessary. Also allows access to data in memory to be accessed as
 if it were a file.
 
 %files -n perl-File-RandomAccess
 %{perl_vendorlib}/File/
 %{_mandir}/man?/File::RandomAccess*

Reply via email to