Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-File-MimeInfo for openSUSE:Factory checked in at 2022-01-17 22:34:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-File-MimeInfo (Old) and /work/SRC/openSUSE:Factory/.perl-File-MimeInfo.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-MimeInfo" Mon Jan 17 22:34:19 2022 rev:4 rq:946977 version:0.31 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-File-MimeInfo/perl-File-MimeInfo.changes 2020-10-27 19:01:53.978872228 +0100 +++ /work/SRC/openSUSE:Factory/.perl-File-MimeInfo.new.1892/perl-File-MimeInfo.changes 2022-01-17 22:35:09.042287628 +0100 @@ -1,0 +2,6 @@ +Fri Jan 7 03:08:15 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 0.31 + see /usr/share/doc/packages/perl-File-MimeInfo/Changes + +------------------------------------------------------------------- Old: ---- File-MimeInfo-0.30.tar.gz New: ---- File-MimeInfo-0.31.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-File-MimeInfo.spec ++++++ --- /var/tmp/diff_new_pack.w8PvOH/_old 2022-01-17 22:35:09.542287959 +0100 +++ /var/tmp/diff_new_pack.w8PvOH/_new 2022-01-17 22:35:09.546287962 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-File-MimeInfo # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,24 +16,25 @@ # +%define cpan_name File-MimeInfo Name: perl-File-MimeInfo -Version: 0.30 +Version: 0.31 Release: 0 -%define cpan_name File-MimeInfo Summary: Determine file type from the file name License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Encode::Locale) BuildRequires: perl(File::BaseDir) >= 0.03 BuildRequires: perl(File::DesktopEntry) >= 0.04 BuildRequires: perl(Test::More) >= 0.88 +Requires: perl(Encode::Locale) +Requires: perl(File::BaseDir) >= 0.03 +Requires: perl(File::DesktopEntry) >= 0.04 %{perl_requires} # MANUAL BEGIN BuildRequires: shared-mime-info @@ -57,12 +58,12 @@ data earlier see the 'rehash' methods below. %prep -%setup -q -n %{cpan_name}-%{version} +%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 %{?_smp_mflags} +%make_build %check make test @@ -73,7 +74,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes mimeopen mimetype README.md %changelog ++++++ File-MimeInfo-0.30.tar.gz -> File-MimeInfo-0.31.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-MimeInfo-0.30/Changes new/File-MimeInfo-0.31/Changes --- old/File-MimeInfo-0.30/Changes 2020-10-26 21:02:49.000000000 +0100 +++ new/File-MimeInfo-0.31/Changes 2022-01-06 11:45:48.000000000 +0100 @@ -1,6 +1,9 @@ Revision history for Perl extension File::MimeInfo. Versions up to 0.15 by Jaap Karssenberg <par...@cpan.org> -Versions starting 0.16 by Michiel Beijen <michiel.bei...@gmail.com> +Versions starting 0.16 by Michiel Beijen <m...@x14.nl> + +0.31 2022-01-06 + - Change BUILD_REQUIRES to PREREQ_PM (BooK) 0.30 2020-10-26 - Added function File::MimeInfo::has_mimeinfo_database() to test if diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-MimeInfo-0.30/META.json new/File-MimeInfo-0.31/META.json --- old/File-MimeInfo-0.30/META.json 2020-10-26 21:08:29.000000000 +0100 +++ new/File-MimeInfo-0.31/META.json 2022-01-06 11:47:38.000000000 +0100 @@ -4,7 +4,7 @@ "Jaap Karssenberg <par...@cpan.org>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -22,13 +22,7 @@ "prereqs" : { "build" : { "requires" : { - "Carp" : "0", - "Encode::Locale" : "0", - "Exporter" : "0", - "Fcntl" : "0", - "File::BaseDir" : "0.03", - "File::DesktopEntry" : "0.04", - "Pod::Usage" : "0" + "ExtUtils::MakeMaker" : "0" } }, "configure" : { @@ -38,6 +32,13 @@ }, "runtime" : { "requires" : { + "Carp" : "0", + "Encode::Locale" : "0", + "Exporter" : "0", + "Fcntl" : "0", + "File::BaseDir" : "0.03", + "File::DesktopEntry" : "0.04", + "Pod::Usage" : "0", "perl" : "5.006001" } }, @@ -56,7 +57,7 @@ "url" : "https://github.com/mbeijen/File-MimeInfo" } }, - "version" : "0.30", + "version" : "0.31", "x_contributors" : [ "Bernhard Rosenkr????nzer <b...@lindev.ch>", "Christian Ludwig <chrissic...@gmail.com>", @@ -64,16 +65,17 @@ "Jitka Plesnikova <jples...@redhat.com>", "Jonathan Dowland <j...@debian.org>", "Martin Vassor <martin.vas...@alumni.epfl.ch>", - "Michiel Beijen <michiel.bei...@gmail.com>", + "Michiel Beijen <m...@x14.nl>", "Nikos Skalkotos <skalk...@grnet.gr>", "Nitish Bezzala <nbezz...@yahoo.com>", "Oleg Kostyuk <cub.ua...@gmail.com>", "Patrick Burroughs (Celti) <ce...@celti.name>", + "Philippe Bruhat (BooK) <b...@cpan.org>", "Rudolf Leermakers <rud...@hatsuseno.org>", "Sean Smith <ssm...@ncsgraphics.com>", "Stefan Seifert <n...@detonation.org>", "brian m. carlson <sand...@crustytoothpaste.net>", "gregor herrmann <gre...@debian.org>" ], - "x_serialization_backend" : "JSON::PP version 4.04" + "x_serialization_backend" : "JSON::PP version 4.06" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-MimeInfo-0.30/META.yml new/File-MimeInfo-0.31/META.yml --- old/File-MimeInfo-0.30/META.yml 2020-10-26 21:08:29.000000000 +0100 +++ new/File-MimeInfo-0.31/META.yml 2022-01-06 11:47:37.000000000 +0100 @@ -3,18 +3,12 @@ author: - 'Jaap Karssenberg <par...@cpan.org>' build_requires: - Carp: '0' - Encode::Locale: '0' - Exporter: '0' - Fcntl: '0' - File::BaseDir: '0.03' - File::DesktopEntry: '0.04' - Pod::Usage: '0' + ExtUtils::MakeMaker: '0' Test::More: '0.88' configure_requires: ExtUtils::MakeMaker: '6.30' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -25,11 +19,18 @@ - t - inc requires: + Carp: '0' + Encode::Locale: '0' + Exporter: '0' + Fcntl: '0' + File::BaseDir: '0.03' + File::DesktopEntry: '0.04' + Pod::Usage: '0' perl: '5.006001' resources: bugtracker: https://github.com/mbeijen/File-MimeInfo/issues repository: https://github.com/mbeijen/File-MimeInfo -version: '0.30' +version: '0.31' x_contributors: - 'Bernhard Rosenkr????nzer <b...@lindev.ch>' - 'Christian Ludwig <chrissic...@gmail.com>' @@ -37,11 +38,12 @@ - 'Jitka Plesnikova <jples...@redhat.com>' - 'Jonathan Dowland <j...@debian.org>' - 'Martin Vassor <martin.vas...@alumni.epfl.ch>' - - 'Michiel Beijen <michiel.bei...@gmail.com>' + - 'Michiel Beijen <m...@x14.nl>' - 'Nikos Skalkotos <skalk...@grnet.gr>' - 'Nitish Bezzala <nbezz...@yahoo.com>' - 'Oleg Kostyuk <cub.ua...@gmail.com>' - 'Patrick Burroughs (Celti) <ce...@celti.name>' + - 'Philippe Bruhat (BooK) <b...@cpan.org>' - 'Rudolf Leermakers <rud...@hatsuseno.org>' - 'Sean Smith <ssm...@ncsgraphics.com>' - 'Stefan Seifert <n...@detonation.org>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-MimeInfo-0.30/Makefile.PL new/File-MimeInfo-0.31/Makefile.PL --- old/File-MimeInfo-0.30/Makefile.PL 2020-10-03 11:08:47.000000000 +0200 +++ new/File-MimeInfo-0.31/Makefile.PL 2022-01-06 11:41:57.000000000 +0100 @@ -13,7 +13,7 @@ 'VERSION_FROM' => 'lib/File/MimeInfo.pm', 'LICENSE' => 'perl', 'MIN_PERL_VERSION' => '5.6.1', - 'BUILD_REQUIRES' => { + 'PREREQ_PM' => { 'Carp' => 0, 'Exporter' => 0, 'Encode::Locale' => 0, @@ -52,11 +52,12 @@ 'Jitka Plesnikova <jples...@redhat.com>', 'Jonathan Dowland <j...@debian.org>', 'Martin Vassor <martin.vas...@alumni.epfl.ch>', - 'Michiel Beijen <michiel.bei...@gmail.com>', + 'Michiel Beijen <m...@x14.nl>', 'Nikos Skalkotos <skalk...@grnet.gr>', 'Nitish Bezzala <nbezz...@yahoo.com>', 'Oleg Kostyuk <cub.ua...@gmail.com>', 'Patrick Burroughs (Celti) <ce...@celti.name>', + 'Philippe Bruhat (BooK) <b...@cpan.org>', 'Rudolf Leermakers <rud...@hatsuseno.org>', 'Sean Smith <ssm...@ncsgraphics.com>', 'Stefan Seifert <n...@detonation.org>', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-MimeInfo-0.30/lib/File/MimeInfo/Applications.pm new/File-MimeInfo-0.31/lib/File/MimeInfo/Applications.pm --- old/File-MimeInfo-0.30/lib/File/MimeInfo/Applications.pm 2020-10-26 21:02:01.000000000 +0100 +++ new/File-MimeInfo-0.31/lib/File/MimeInfo/Applications.pm 2022-01-06 11:44:16.000000000 +0100 @@ -9,7 +9,7 @@ use File::DesktopEntry; require Exporter; -our $VERSION = '0.30'; +our $VERSION = '0.31'; our @ISA = qw(Exporter); our @EXPORT = qw( @@ -306,7 +306,7 @@ =head1 AUTHOR Jaap Karssenberg E<lt>par...@cpan.orge<gt> -Maintained by Michiel Beijen E<lt>michiel.bei...@gmail.come<gt> +Maintained by Michiel Beijen E<lt>m...@x14.nle<gt> =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-MimeInfo-0.30/lib/File/MimeInfo/Cookbook.pod new/File-MimeInfo-0.31/lib/File/MimeInfo/Cookbook.pod --- old/File-MimeInfo-0.30/lib/File/MimeInfo/Cookbook.pod 2014-04-02 17:18:58.000000000 +0200 +++ new/File-MimeInfo-0.31/lib/File/MimeInfo/Cookbook.pod 2022-01-06 11:38:24.000000000 +0100 @@ -93,7 +93,7 @@ =head1 AUTHOR Jaap Karssenberg E<lt>par...@cpan.orge<gt> -Maintained by Michiel Beijen E<lt>michiel.bei...@gmail.come<gt> +Maintained by Michiel Beijen E<lt>m...@x14.nle<gt> =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-MimeInfo-0.30/lib/File/MimeInfo/Magic.pm new/File-MimeInfo-0.31/lib/File/MimeInfo/Magic.pm --- old/File-MimeInfo-0.30/lib/File/MimeInfo/Magic.pm 2020-10-26 21:02:01.000000000 +0100 +++ new/File-MimeInfo-0.31/lib/File/MimeInfo/Magic.pm 2022-01-06 11:44:16.000000000 +0100 @@ -17,7 +17,7 @@ our @ISA = qw(Exporter File::MimeInfo); our @EXPORT = qw(mimetype); our @EXPORT_OK = qw(extensions describe globs inodetype magic); -our $VERSION = '0.30'; +our $VERSION = '0.31'; our $DEBUG; our $_hashed = 0; @@ -343,7 +343,7 @@ =head1 AUTHOR Jaap Karssenberg E<lt>par...@cpan.orge<gt> -Maintained by Michiel Beijen E<lt>michiel.bei...@gmail.come<gt> +Maintained by Michiel Beijen E<lt>m...@x14.nle<gt> =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-MimeInfo-0.30/lib/File/MimeInfo/Rox.pm new/File-MimeInfo-0.31/lib/File/MimeInfo/Rox.pm --- old/File-MimeInfo-0.30/lib/File/MimeInfo/Rox.pm 2020-10-26 21:02:01.000000000 +0100 +++ new/File-MimeInfo-0.31/lib/File/MimeInfo/Rox.pm 2022-01-06 11:44:16.000000000 +0100 @@ -11,7 +11,7 @@ our @EXPORT = qw(mime_exec mime_system); our @EXPORT_OK = qw(suggest_script_name); our %EXPORT_TAGS = (magic => \@EXPORT); -our $VERSION = '0.30'; +our $VERSION = '0.31'; our @choicespath = ( config_home('rox.sourceforge.net'), File::Spec->catdir($ENV{HOME}, 'Choices'), @@ -163,7 +163,7 @@ =head1 AUTHOR Jaap Karssenberg E<lt>par...@cpan.orge<gt> -Maintained by Michiel Beijen E<lt>michiel.bei...@gmail.come<gt> +Maintained by Michiel Beijen E<lt>m...@x14.nle<gt> =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-MimeInfo-0.30/lib/File/MimeInfo.pm new/File-MimeInfo-0.31/lib/File/MimeInfo.pm --- old/File-MimeInfo-0.30/lib/File/MimeInfo.pm 2020-10-26 21:02:01.000000000 +0100 +++ new/File-MimeInfo-0.31/lib/File/MimeInfo.pm 2022-01-06 11:44:16.000000000 +0100 @@ -11,7 +11,7 @@ our @ISA = qw(Exporter); our @EXPORT = qw(mimetype); our @EXPORT_OK = qw(extensions describe globs inodetype mimetype_canon mimetype_isa); -our $VERSION = '0.30'; +our $VERSION = '0.31'; our $DEBUG; our ($_hashed, $_hashed_aliases, $_hashed_subclasses, $_has_mimeinfo_database); @@ -482,7 +482,7 @@ =head1 AUTHOR Jaap Karssenberg E<lt>par...@cpan.orge<gt> -Maintained by Michiel Beijen E<lt>michiel.bei...@gmail.come<gt> +Maintained by Michiel Beijen E<lt>m...@x14.nle<gt> =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-MimeInfo-0.30/mimeopen new/File-MimeInfo-0.31/mimeopen --- old/File-MimeInfo-0.30/mimeopen 2020-10-26 21:02:01.000000000 +0100 +++ new/File-MimeInfo-0.31/mimeopen 2022-01-06 11:44:16.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.30'; +our $VERSION = '0.31'; $|++; # ########## # @@ -354,7 +354,7 @@ =head1 AUTHOR Jaap Karssenberg E<lt>par...@cpan.orge<gt> -Maintained by Michiel Beijen E<lt>michiel.bei...@gmail.come<gt> +Maintained by Michiel Beijen E<lt>m...@x14.nle<gt> =head1 COPYRIGHT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-MimeInfo-0.30/mimetype new/File-MimeInfo-0.31/mimetype --- old/File-MimeInfo-0.30/mimetype 2020-10-26 21:02:01.000000000 +0100 +++ new/File-MimeInfo-0.31/mimetype 2022-01-06 11:44:16.000000000 +0100 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.30'; +our $VERSION = '0.31'; $|++; # ########## # @@ -470,7 +470,7 @@ =head1 AUTHOR Jaap Karssenberg E<lt>par...@cpan.orge<gt> -Maintained by Michiel Beijen E<lt>michiel.bei...@gmail.come<gt> +Maintained by Michiel Beijen E<lt>m...@x14.nle<gt> =head1 COPYRIGHT