Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-MIME-Types for openSUSE:Factory
checked in at 2021-04-21 20:59:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MIME-Types (Old)
and /work/SRC/openSUSE:Factory/.perl-MIME-Types.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MIME-Types"
Wed Apr 21 20:59:57 2021 rev:44 rq:886962 version:2.19
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MIME-Types/perl-MIME-Types.changes
2020-12-11 20:16:59.256666398 +0100
+++
/work/SRC/openSUSE:Factory/.perl-MIME-Types.new.12324/perl-MIME-Types.changes
2021-04-21 21:00:22.370293335 +0200
@@ -1,0 +2,16 @@
+Sat Apr 17 03:06:24 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 2.19
+ see /usr/share/doc/packages/perl-MIME-Types/ChangeLog
+
+ version 2.19: Fri 16 Apr 11:47:10 CEST 2021
+
+ Improvements:
+ - update with the newest data from IANA and Apache httpd
+
+ Changes:
+ - mp4 preference is video/mp4 [issue #5, ???????? ????????????????]
+ - yt preference is video/vnd.youtube.yt [issue #6, ????????
????????????????]
+ - 3gp and 3gpp preference is video/3gpp [issue #7, ????????
????????????????]
+
+-------------------------------------------------------------------
Old:
----
MIME-Types-2.18.tar.gz
New:
----
MIME-Types-2.19.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MIME-Types.spec ++++++
--- /var/tmp/diff_new_pack.hvQCJu/_old 2021-04-21 21:00:22.902294173 +0200
+++ /var/tmp/diff_new_pack.hvQCJu/_new 2021-04-21 21:00:22.906294179 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MIME-Types
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
+%define cpan_name MIME-Types
Name: perl-MIME-Types
-Version: 2.18
+Version: 2.19
Release: 0
-%define cpan_name MIME-Types
Summary: Definition of MIME types
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/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MA/MARKOV/home/markov/local/perl-git/%{cpan_name}/public_html/mime-types/source/MIME-Types-219targz/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
@@ -47,11 +45,11 @@
knowledge of Apache. Probably the most complete table on the net!
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -62,7 +60,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc ChangeLog README README.md
%changelog
++++++ MIME-Types-2.18.tar.gz -> MIME-Types-2.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.18/ChangeLog
new/MIME-Types-2.19/ChangeLog
--- old/MIME-Types-2.18/ChangeLog 2020-12-09 10:30:31.000000000 +0100
+++ new/MIME-Types-2.19/ChangeLog 2021-04-16 11:47:56.000000000 +0200
@@ -6,13 +6,23 @@
TODO:
. Add source http://www.ltsw.se/knbase/internet/mime.htp ?
+version 2.19: Fri 16 Apr 11:47:10 CEST 2021
+
+ Improvements:
+ - update with the newest data from IANA and Apache httpd
+
+ Changes:
+ - mp4 preference is video/mp4 [issue #5, ???????? ????????????????]
+ - yt preference is video/vnd.youtube.yt [issue #6, ????????
????????????????]
+ - 3gp and 3gpp preference is video/3gpp [issue #7, ????????
????????????????]
+
version 2.18: Wed 9 Dec 10:29:46 CET 2020
Improvements:
- update with newest data
Changes:
- - Mojo 6.0 changed types() into mapping() [Dmitry Latin ]
+ - Mojo 6.0 changed types() into mapping() [Dmitry Latin]
- Mojo 7.94 adds experimental file_type()
- Mojo 7.94 adds experimental content_type()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.18/META.json
new/MIME-Types-2.19/META.json
--- old/MIME-Types-2.18/META.json 2020-12-09 10:30:34.000000000 +0100
+++ new/MIME-Types-2.19/META.json 2021-04-16 11:47:58.000000000 +0200
@@ -51,6 +51,6 @@
"web" : "https://github.com/markov2/perl5-MIME-Types"
}
},
- "version" : "2.18",
+ "version" : "2.19",
"x_serialization_backend" : "JSON::PP version 2.94"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.18/META.yml new/MIME-Types-2.19/META.yml
--- old/MIME-Types-2.18/META.yml 2020-12-09 10:30:34.000000000 +0100
+++ new/MIME-Types-2.19/META.yml 2021-04-16 11:47:58.000000000 +0200
@@ -26,5 +26,5 @@
homepage: http://perl.overmeer.net/CPAN/
license: http://dev.perl.org/licenses/
repository: https://github.com/markov2/perl5-MIME-Types.git
-version: '2.18'
+version: '2.19'
x_serialization_backend: 'CPAN::Meta::YAML version 0.011'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.18/Makefile.PL
new/MIME-Types-2.19/Makefile.PL
--- old/MIME-Types-2.18/Makefile.PL 2020-12-09 10:29:07.000000000 +0100
+++ new/MIME-Types-2.19/Makefile.PL 2021-04-16 11:47:56.000000000 +0200
@@ -2,7 +2,7 @@
require 5.006;
-my $version = '2.18'; # scanned by bin/collect_types !
+my $version = '2.19'; # scanned by bin/collect_types !
WriteMakefile
( NAME => 'MIME::Types'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.18/lib/MIME/Type.pm
new/MIME-Types-2.19/lib/MIME/Type.pm
--- old/MIME-Types-2.18/lib/MIME/Type.pm 2020-12-09 10:30:31.000000000
+0100
+++ new/MIME-Types-2.19/lib/MIME/Type.pm 2021-04-16 11:47:56.000000000
+0200
@@ -1,4 +1,4 @@
-# Copyrights 1999-2020 by [Mark Overmeer <[email protected]>].
+# Copyrights 1999-2021 by [Mark Overmeer <[email protected]>].
# For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
@@ -8,7 +8,7 @@
package MIME::Type;
use vars '$VERSION';
-$VERSION = '2.18';
+$VERSION = '2.19';
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.18/lib/MIME/Type.pod
new/MIME-Types-2.19/lib/MIME/Type.pod
--- old/MIME-Types-2.18/lib/MIME/Type.pod 2020-12-09 10:30:31.000000000
+0100
+++ new/MIME-Types-2.19/lib/MIME/Type.pod 2021-04-16 11:47:56.000000000
+0200
@@ -225,12 +225,12 @@
=head1 SEE ALSO
-This module is part of MIME-Types distribution version 2.18,
-built on December 09, 2020. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of MIME-Types distribution version 2.19,
+built on April 16, 2021. Website: F<http://perl.overmeer.net/CPAN/>
=head1 LICENSE
-Copyrights 1999-2020 by [Mark Overmeer <[email protected]>]. For other
contributors see ChangeLog.
+Copyrights 1999-2021 by [Mark Overmeer <[email protected]>]. For other
contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.18/lib/MIME/Types.pm
new/MIME-Types-2.19/lib/MIME/Types.pm
--- old/MIME-Types-2.18/lib/MIME/Types.pm 2020-12-09 10:30:31.000000000
+0100
+++ new/MIME-Types-2.19/lib/MIME/Types.pm 2021-04-16 11:47:56.000000000
+0200
@@ -1,4 +1,4 @@
-# Copyrights 1999-2020 by [Mark Overmeer <[email protected]>].
+# Copyrights 1999-2021 by [Mark Overmeer <[email protected]>].
# For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
@@ -8,7 +8,7 @@
package MIME::Types;
use vars '$VERSION';
-$VERSION = '2.18';
+$VERSION = '2.19';
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.18/lib/MIME/Types.pod
new/MIME-Types-2.19/lib/MIME/Types.pod
--- old/MIME-Types-2.18/lib/MIME/Types.pod 2020-12-09 10:30:31.000000000
+0100
+++ new/MIME-Types-2.19/lib/MIME/Types.pod 2021-04-16 11:47:56.000000000
+0200
@@ -254,12 +254,12 @@
=head1 SEE ALSO
-This module is part of MIME-Types distribution version 2.18,
-built on December 09, 2020. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of MIME-Types distribution version 2.19,
+built on April 16, 2021. Website: F<http://perl.overmeer.net/CPAN/>
=head1 LICENSE
-Copyrights 1999-2020 by [Mark Overmeer <[email protected]>]. For other
contributors see ChangeLog.
+Copyrights 1999-2021 by [Mark Overmeer <[email protected]>]. For other
contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.18/lib/MIME/types.db
new/MIME-Types-2.19/lib/MIME/types.db
--- old/MIME-Types-2.18/lib/MIME/types.db 2020-12-09 10:29:07.000000000
+0100
+++ new/MIME-Types-2.19/lib/MIME/types.db 2021-04-16 11:47:56.000000000
+0200
@@ -1,4 +1,4 @@
-2204:EXTENSIONS
+2213:EXTENSIONS
#;application/x-mathcad
%;application/x-trash
123;application/vnd.lotus-1-2-3
@@ -15,9 +15,9 @@
3g2;video/3gpp2
3ga;video/3gpp
3gp2;video/3gpp2
-3gp;audio/3gpp
+3gp;video/3gpp
3gpp2;video/3gpp2
-3gpp;audio/3gpp
+3gpp;video/3gpp
3mf;model/3mf
602;application/x-t602
669;audio/x-mod
@@ -212,6 +212,7 @@
avcs;image/avcs
avf;video/x-msvideo
avi;video/x-msvideo
+avif;image/avif
avs;video/x-avs-video
aw;application/x-applixware
awb;audio/amr-wb
@@ -276,6 +277,8 @@
c4g;application/vnd.clonk.c4group
c4p;application/vnd.clonk.c4group
c4u;application/vnd.clonk.c4group
+c9r;application/vnd.cryptomator.encrypted
+c9s;application/vnd.cryptomator.encrypted
c;text/x-csrc
cab;application/vnd.ms-cab-compressed
cac;x-chemical/x-cache
@@ -372,6 +375,7 @@
crtr;application/vnd.multiad.creator
crw;image/x-canon-crw
crx;application/x-chrome-extension
+cryptomator;application/vnd.cryptomator.vault
cryptonote;application/vnd.rig.cryptonote
cs;text/x-csharp
csf;x-chemical/x-cache-csf
@@ -719,7 +723,7 @@
heic;image/heic
heics;image/heic-sequence
heif;image/heif
-heifs;image/heic-sequence
+heifs;image/avif
hej2;image/hej2k
held;application/atsc-held+xml
heldxml;application/held+xml
@@ -727,6 +731,7 @@
hep;application/x-hep
hgl;text/vnd.hgl
hh;text/x-c++hdr
+hif;image/avif
hin;x-chemical/x-hin
hlb;text/x-script
hlp;application/x-winhlp
@@ -938,6 +943,7 @@
lhx;application/octet-stream
lhz;application/x-lhz
lin;application/x-bbolin
+line;application/vnd.nebumind.line
link66;application/vnd.route66.link66+xml
list3820;application/vnd.afpc.modca
list;text/plain
@@ -1100,7 +1106,7 @@
mp2;audio/mpeg
mp2a;audio/mpeg
mp3;audio/mpeg
-mp4;application/mp4
+mp4;video/mp4
mp4a;audio/mp4
mp4s;application/mp4
mp4v;video/mp4
@@ -1179,6 +1185,7 @@
ncm;application/vnd.nokia.configuration-message
ncx;application/x-dtbncx+xml
nds;application/vnd.nintendo.nitro.rom
+nebul;application/vnd.nebumind.line
nef;image/x-nikon-nef
nes;application/x-nes-rom
nez;application/x-nes-rom
@@ -1427,7 +1434,8 @@
py;application/x-python
pya;audio/vnd.ms-playready.media.pya
pyc;application/x-python-code
-pyo;application/x-python-code
+pyo;model/vnd.pytha.pyox
+pyox;model/vnd.pytha.pyox
pyv;video/vnd.ms-playready.media.pyv
pyx;text/x-python
qam;application/vnd.epson.quickanime
@@ -1949,6 +1957,7 @@
vd;application/vividence.scriptfile
vda;application/x-vda
vdo;video/x-vdo
+vds;model/vnd.sap.vds
vew;application/x-groupwise
vfr;application/vnd.tml
vhd;text/x-vhdl
@@ -2177,7 +2186,7 @@
yin;application/yin+xml
yme;application/vnd.yaoweme
yml;application/x-yaml
-yt;application/vnd.youtube.yt
+yt;video/vnd.youtube.yt
z1;application/x-zmachine
z2;application/x-zmachine
z3;application/x-zmachine
@@ -2730,7 +2739,7 @@
x-zmachine;z1,z2,z3,z4,z5,z6,z7,z8;
x-zoo;zoo;
-524:application:I:
+530:application:I:
1d-interleaved-parityfec;;
3gpdash-qoe-report+xml;;
3gpp-ims+xml;;
@@ -2911,10 +2920,13 @@
vnd.3gpp-prose+xml;;
vnd.3gpp-prose-pc3ch+xml;;
vnd.3gpp-v2x-local-service-information;;
+vnd.3gpp.5gnas;;
vnd.3gpp.access-transfer-events+xml;;
vnd.3gpp.bsf+xml;;
vnd.3gpp.gmop+xml;;
+vnd.3gpp.gtpc;;
vnd.3gpp.interworking-data;;
+vnd.3gpp.lpp;;
vnd.3gpp.mc-signalling-ear;;
vnd.3gpp.mcdata-affiliation-command+xml;;
vnd.3gpp.mcdata-info+xml;;
@@ -2943,6 +2955,9 @@
vnd.3gpp.mcvideo-ue-config+xml;;
vnd.3gpp.mcvideo-user-profile+xml;;
vnd.3gpp.mid-call+xml;;
+vnd.3gpp.ngap;;
+vnd.3gpp.pfcp;;
+vnd.3gpp.s1ap;;
vnd.3gpp.sms+xml;;
vnd.3gpp.srvcc-ext+xml;;
vnd.3gpp.srvcc-info+xml;;
@@ -3256,7 +3271,7 @@
yang-patch+json;;
yang-patch+xml;;
-957:application:I:E
+962:application:I:E
a2l;a2l;
aml;aml;
andrew-inset;ez;
@@ -3595,12 +3610,16 @@
vnd.criticaltools.wbs+xml;wbs;
vnd.cryptii.pipe+json;json;
vnd.crypto-shade-file;ssv,ssvc;
+vnd.cryptomator.encrypted;c9r,c9s;
+vnd.cryptomator.vault;cryptomator;
vnd.ctc-posml;pml;
vnd.cups-ppd;ppd,gz;
vnd.curl.car;car;
vnd.curl.pcurl;pcurl;
vnd.curl;curl;
vnd.cyan.dean.root+xml;xml;
+vnd.cyclonedx+json;json;
+vnd.cyclonedx+xml;xml;
vnd.d3m-dataset;json;
vnd.d3m-problem;json;
vnd.dart;dart;
@@ -3872,6 +3891,7 @@
vnd.muvee.style;msty;
vnd.mynfc;taglet;
vnd.nearst.inv+json;json;
+vnd.nebumind.line;nebul,line;
vnd.nervana;ent,entity,req,request,bkm,kcm;
vnd.netfpx;fpx;
vnd.neurolanguage.nlu;nlu;
@@ -4288,7 +4308,7 @@
x-xm;xm;
x-xmf;xmf;
-105:audio:I:
+106:audio:I:
1d-interleaved-parityfec;;
3gpp2;;
amr-wb+;;
@@ -4360,6 +4380,7 @@
rtp-midi;;
rtploopback;;
rtx;;
+scip;;
smv0;;
speex;;
t140c;;
@@ -4570,10 +4591,11 @@
vnd.mix;;
vnd.svf;;
-74:image:I:E
+75:image:I:E
aces;exr;
avci;avci;
avcs;avcs;
+avif;avif,heif,heifs,or,hif;
bmp;bmp,dib,bm;
cgm;cgm;
dicom-rle;drle;
@@ -4685,7 +4707,7 @@
vnd.gs.gdl;;
vnd.rosette.annotated-data-model;;
-26:model:I:E
+28:model:I:E
3mf;3mf;
gltf+json;gltf;
gltf-binary;glb;
@@ -4705,6 +4727,8 @@
vnd.opengex;ogex;
vnd.parasolid.transmit.binary;X_B,xmt_bin;
vnd.parasolid.transmit.text;X_T,xmt_txt;quoted-printable
+vnd.pytha.pyox;pyo,pyox;
+vnd.sap.vds;vds;
vnd.usdz+zip;usdz;
vnd.valve.source.compiled-map;bsp;
vnd.vtu;vtu;
@@ -5031,14 +5055,16 @@
x-vosaic;vos;
x-webm;webm;base64
-47:video:I:
+50:video:I:
1d-interleaved-parityfec;;
3gpp-tt;;
+av1;;
bmpeg;;
bt656;;
celb;;
encaprtp;;
example;;
+ffv1;;
flexfec;;
h263-1998;;
h263-2000;;
@@ -5059,6 +5085,7 @@
rtp-enc-aescm128;;
rtploopback;;
rtx;;
+scip;;
smpte291;;
smpte292m;;
ulpfec;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.18/lib/MojoX/MIME/Types.pm
new/MIME-Types-2.19/lib/MojoX/MIME/Types.pm
--- old/MIME-Types-2.18/lib/MojoX/MIME/Types.pm 2020-12-09 10:30:31.000000000
+0100
+++ new/MIME-Types-2.19/lib/MojoX/MIME/Types.pm 2021-04-16 11:47:56.000000000
+0200
@@ -1,4 +1,4 @@
-# Copyrights 1999-2020 by [Mark Overmeer <[email protected]>].
+# Copyrights 1999-2021 by [Mark Overmeer <[email protected]>].
# For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
@@ -8,7 +8,7 @@
package MojoX::MIME::Types;
use vars '$VERSION';
-$VERSION = '2.18';
+$VERSION = '2.19';
use Mojo::Base -base;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.18/lib/MojoX/MIME/Types.pod
new/MIME-Types-2.19/lib/MojoX/MIME/Types.pod
--- old/MIME-Types-2.18/lib/MojoX/MIME/Types.pod 2020-12-09
10:30:31.000000000 +0100
+++ new/MIME-Types-2.19/lib/MojoX/MIME/Types.pod 2021-04-16
11:47:56.000000000 +0200
@@ -214,12 +214,12 @@
=head1 SEE ALSO
-This module is part of MIME-Types distribution version 2.18,
-built on December 09, 2020. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of MIME-Types distribution version 2.19,
+built on April 16, 2021. Website: F<http://perl.overmeer.net/CPAN/>
=head1 LICENSE
-Copyrights 1999-2020 by [Mark Overmeer <[email protected]>]. For other
contributors see ChangeLog.
+Copyrights 1999-2021 by [Mark Overmeer <[email protected]>]. For other
contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.