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-11-03 17:26:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MIME-Types (Old)
and /work/SRC/openSUSE:Factory/.perl-MIME-Types.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MIME-Types"
Wed Nov 3 17:26:14 2021 rev:47 rq:928934 version:2.22
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MIME-Types/perl-MIME-Types.changes
2021-06-02 22:12:17.076146509 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MIME-Types.new.1890/perl-MIME-Types.changes
2021-11-03 17:27:06.173364689 +0100
@@ -1,0 +2,12 @@
+Thu Oct 28 03:06:20 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 2.22
+ see /usr/share/doc/packages/perl-MIME-Types/ChangeLog
+
+ version 2.22: Wed 27 Oct 16:54:38 CEST 2021
+
+ Changes:
+ - webm keeps on producting unexpected results [issue #11, ????????
????????????????]
+ - iana updates
+
+-------------------------------------------------------------------
Old:
----
MIME-Types-2.21.tar.gz
New:
----
MIME-Types-2.22.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MIME-Types.spec ++++++
--- /var/tmp/diff_new_pack.riFLB0/_old 2021-11-03 17:27:06.569364906 +0100
+++ /var/tmp/diff_new_pack.riFLB0/_new 2021-11-03 17:27:06.573364907 +0100
@@ -18,7 +18,7 @@
%define cpan_name MIME-Types
Name: perl-MIME-Types
-Version: 2.21
+Version: 2.22
Release: 0
Summary: Definition of MIME types
License: Artistic-1.0 OR GPL-1.0-or-later
++++++ MIME-Types-2.21.tar.gz -> MIME-Types-2.22.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/ChangeLog
new/MIME-Types-2.22/ChangeLog
--- old/MIME-Types-2.21/ChangeLog 2021-05-28 12:01:04.000000000 +0200
+++ new/MIME-Types-2.22/ChangeLog 2021-10-27 16:55:10.000000000 +0200
@@ -6,6 +6,12 @@
TODO:
. Add source http://www.ltsw.se/knbase/internet/mime.htp ?
+version 2.22: Wed 27 Oct 16:54:38 CEST 2021
+
+ Changes:
+ - webm keeps on producting unexpected results [issue #11, ????????
????????????????]
+ - iana updates
+
version 2.21: Fri 28 May 12:01:00 CEST 2021
Changes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/META.json
new/MIME-Types-2.22/META.json
--- old/MIME-Types-2.21/META.json 2021-05-28 12:03:34.000000000 +0200
+++ new/MIME-Types-2.22/META.json 2021-10-27 16:55:13.000000000 +0200
@@ -51,6 +51,6 @@
"web" : "https://github.com/markov2/perl5-MIME-Types"
}
},
- "version" : "2.21",
+ "version" : "2.22",
"x_serialization_backend" : "JSON::PP version 2.94"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/META.yml new/MIME-Types-2.22/META.yml
--- old/MIME-Types-2.21/META.yml 2021-05-28 12:03:34.000000000 +0200
+++ new/MIME-Types-2.22/META.yml 2021-10-27 16:55:13.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.21'
+version: '2.22'
x_serialization_backend: 'CPAN::Meta::YAML version 0.011'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/Makefile.PL
new/MIME-Types-2.22/Makefile.PL
--- old/MIME-Types-2.21/Makefile.PL 2021-05-28 12:01:04.000000000 +0200
+++ new/MIME-Types-2.22/Makefile.PL 2021-10-27 16:51:43.000000000 +0200
@@ -2,7 +2,7 @@
require 5.006;
-my $version = '2.21'; #!!! scanned by bin/collect_types
+my $version = '2.22'; #!!! scanned by bin/collect_types
WriteMakefile
( NAME => 'MIME::Types'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/lib/MIME/Type.pm
new/MIME-Types-2.22/lib/MIME/Type.pm
--- old/MIME-Types-2.21/lib/MIME/Type.pm 2021-05-28 12:03:32.000000000
+0200
+++ new/MIME-Types-2.22/lib/MIME/Type.pm 2021-10-27 16:55:10.000000000
+0200
@@ -8,7 +8,7 @@
package MIME::Type;
use vars '$VERSION';
-$VERSION = '2.21';
+$VERSION = '2.22';
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/lib/MIME/Type.pod
new/MIME-Types-2.22/lib/MIME/Type.pod
--- old/MIME-Types-2.21/lib/MIME/Type.pod 2021-05-28 12:03:32.000000000
+0200
+++ new/MIME-Types-2.22/lib/MIME/Type.pod 2021-10-27 16:55:11.000000000
+0200
@@ -225,8 +225,8 @@
=head1 SEE ALSO
-This module is part of MIME-Types distribution version 2.21,
-built on May 28, 2021. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of MIME-Types distribution version 2.22,
+built on October 27, 2021. Website: F<http://perl.overmeer.net/CPAN/>
=head1 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/lib/MIME/Types.pm
new/MIME-Types-2.22/lib/MIME/Types.pm
--- old/MIME-Types-2.21/lib/MIME/Types.pm 2021-05-28 12:03:32.000000000
+0200
+++ new/MIME-Types-2.22/lib/MIME/Types.pm 2021-10-27 16:55:10.000000000
+0200
@@ -8,7 +8,7 @@
package MIME::Types;
use vars '$VERSION';
-$VERSION = '2.21';
+$VERSION = '2.22';
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/lib/MIME/Types.pod
new/MIME-Types-2.22/lib/MIME/Types.pod
--- old/MIME-Types-2.21/lib/MIME/Types.pod 2021-05-28 12:03:32.000000000
+0200
+++ new/MIME-Types-2.22/lib/MIME/Types.pod 2021-10-27 16:55:11.000000000
+0200
@@ -254,8 +254,8 @@
=head1 SEE ALSO
-This module is part of MIME-Types distribution version 2.21,
-built on May 28, 2021. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of MIME-Types distribution version 2.22,
+built on October 27, 2021. Website: F<http://perl.overmeer.net/CPAN/>
=head1 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/lib/MIME/types.db
new/MIME-Types-2.22/lib/MIME/types.db
--- old/MIME-Types-2.21/lib/MIME/types.db 2021-05-28 12:01:04.000000000
+0200
+++ new/MIME-Types-2.22/lib/MIME/types.db 2021-10-27 16:51:43.000000000
+0200
@@ -1,10 +1,11 @@
-2214:EXTENSIONS
+2230:EXTENSIONS
#;application/x-mathcad
%;application/x-trash
123;application/vnd.lotus-1-2-3
1;application/vnd.ieee.1905
1clr;application/clr
1km;application/vnd.1000minds.decision-model+xml
+210;application/p21
323;text/x-h323
32x;application/x-genesis-rom
3MF;application/vnd.ms-3mfdocument
@@ -145,6 +146,7 @@
afp;application/vnd.afpc.modca
ag;image/x-applix-graphics
agb;application/x-gba-rom
+age;application/vnd.age
ahead;application/vnd.ahead.space
ai;application/postscript
aif;audio/x-aiff
@@ -152,6 +154,7 @@
aiff;audio/x-aiff
aiffc;audio/x-aifc
aim;application/x-aim
+aion;application/vnd.veritone.aion+json
aip;text/x-audiosoft-intra
air;application/vnd.adobe.air-application-installer-package+zip
ait;application/vnd.dvb.ait
@@ -178,6 +181,8 @@
ar;application/x-archive
arc;application/x-freearc
arj;application/x-arj
+arrow;application/vnd.apache.arrow.file
+arrows;application/vnd.apache.arrow.stream
art;image/x-jg
artisan;application/vnd.artisan+json
arw;image/x-sony-arw
@@ -551,6 +556,7 @@
evy;application/x-envoy
exe;application/vnd.microsoft.portable-executable
exi;application/exi
+exp;application/express
exr;image/aces
ext;application/vnd.novadigm.ext
ez2;application/vnd.ezpix-album
@@ -778,6 +784,7 @@
ief;image/ief
iefs;image/ief
ifb;text/calendar
+ifc;application/p21
iff;image/x-ilbm
ifm;application/vnd.shana.informed.formdata
iges;model/iges
@@ -1288,6 +1295,7 @@
oza;application/x-oz-application
p10;application/pkcs10
p12;application/pkcs12
+p21;application/p21
p65;application/x-pagemaker
p7a;application/x-pkcs7-signature
p7b;application/x-pkcs7-certificates
@@ -1489,6 +1497,7 @@
reg;text/x-ms-regedit
rej;text/x-reject
relo;application/p2p-overlay+xml
+reload;application/vnd.resilient.logic
rep;application/vnd.businessobjects
req;application/vnd.nervana
request;application/vnd.nervana
@@ -1506,6 +1515,7 @@
rlc;image/vnd.fujixerox.edmics-rlc
rld;application/resource-lists-diff+xml
rle;image/x-rle
+rlm;application/vnd.resilient.logic
rm;audio/vnd.hns.audio
rmi;audio/x-midi
rmj;application/vnd.rn-realmedia
@@ -1745,7 +1755,7 @@
st;application/vnd.sailingtracker.track
stc;application/vnd.sun.xml.calc.template
std;application/vnd.sun.xml.draw.template
-step;application/x-step
+step;model/step
stf;application/vnd.wt.stf
sti;application/vnd.sun.xml.impress.template
stif;application/vnd.sealed.tiff
@@ -1754,7 +1764,11 @@
stl;model/stl
stm;application/vnd.sealedmedia.softseal.html
stml;application/vnd.sealedmedia.softseal.html
-stp;application/x-step
+stp;application/p21
+stpnc;application/p21
+stpx;model/step+xml
+stpxz;model/step-xml+zip
+stpz;application/p21+zip
str;application/vnd.pg.format
study-inter;application/vnd.vd-study
stw;application/vnd.sun.xml.writer.template
@@ -1990,6 +2004,7 @@
vsw;application/vnd.visio
vtd;application/vividence.scriptfile
vtf;image/vnd.valve.source.texture
+vtnstd;application/vnd.veritone.aion+json
vtt;text/vtt
vtu;model/vnd.vtu
vxml;application/voicexml+xml
@@ -2012,9 +2027,10 @@
wdb;application/vnd.ms-works
wdp;image/vnd.ms-photo
web;application/vnd.xara
-weba;audio/x-webm
+weba;audio/webm
webapp;application/x-web-app-manifest+json
-webm;image/webm
+webm;video/webm
+webmanifest;application/manifest+json
webp;image/webp
wg;application/vnd.pmi.widget
wgt;application/widget
@@ -2740,12 +2756,13 @@
x-zmachine;z1,z2,z3,z4,z5,z6,z7,z8;
x-zoo;zoo;
-534:application:I:
+538:application:I:
1d-interleaved-parityfec;;
3gpdash-qoe-report+xml;;
3gpp-ims+xml;;
3gpphal+json;;
3gpphalforms+json;;
+ace+cbor;;
activemessage;;
activity+json;;
alto-costmap+json;;
@@ -2761,6 +2778,7 @@
alto-updatestreamcontrol+json;;
alto-updatestreamparams+json;;
applefile;;base64
+at+jwt;;
atomicmail;;
atsc-dynamic-event-message;;
atsc-rdt+json;;
@@ -2850,6 +2868,7 @@
merge-patch+json;;
mikey;;
mipc;;
+missing-blocks+cbor-seq;;
moss-keys;;
moss-signature;;
mosskey-data;;
@@ -2914,6 +2933,7 @@
timestamp-query;;
timestamp-reply;;
tnauthlist;;
+token-introspection+jwt;;
trickle-ice-sdpfrag;;
tve-trigger;;
tzif-leap;;
@@ -3276,7 +3296,7 @@
yang-patch+json;;
yang-patch+xml;;
-967:application:I:E
+978:application:I:E
a2l;a2l;
aml;aml;
andrew-inset;ez;
@@ -3347,6 +3367,7 @@
epp+xml;xml;
epub+zip;epub;
exi;exi;
+express;exp;
fdt+xml;fdt;
fits;fits;
font-tdpfr;PFR;
@@ -3376,6 +3397,7 @@
lxf;lxf;
mac-binhex40;hqx;8bit
mads+xml;mads;
+manifest+json;webmanifest;
marc;mrc;
marcxml+xml;mrcx;
mathematica;nb,ma,mb,nbp;
@@ -3409,6 +3431,8 @@
oebps-package+xml;opf;
ogg;ogx;
oxps;oxps,xps;
+p21+zip;stpz;
+p21;p21,stp,step,stpnc,210,ifc;
p2p-overlay+xml;relo;
patch-ops-error+xml;xer;
pdf;pdf;base64
@@ -3535,6 +3559,7 @@
vnd.afpc.modca-overlay;ovl;
vnd.afpc.modca-pagesegment;psg;
vnd.afpc.modca;list3820,listafp,afp,pseg3820;
+vnd.age;age;
vnd.ahead.space;ahead;
vnd.airzip.filesecure.azf;azf;
vnd.airzip.filesecure.azs;azs;
@@ -3551,6 +3576,8 @@
vnd.anser-web-certificate-issue-initiation;cii;
vnd.anser-web-funds-transfer-initiation;fti;
vnd.antix.game-component;atx;
+vnd.apache.arrow.file;arrow;
+vnd.apache.arrow.stream;arrows;
vnd.api+json;json;
vnd.aplextor.warrp+json;json;
vnd.apothekende.reservation+json;json;
@@ -3900,6 +3927,7 @@
vnd.musician;mus;
vnd.muvee.style;msty;
vnd.mynfc;taglet;
+vnd.nacamar.ybrid+json;json;
vnd.nearst.inv+json;json;
vnd.nebumind.line;nebul,line;
vnd.nervana;ent,entity,req,request,bkm,kcm;
@@ -3957,6 +3985,7 @@
vnd.openeye.oeb;oeb;
vnd.openofficeorg.extension;oxt;
vnd.openstreetmap.data+xml;osm;
+vnd.opentimestamps.ots;ots;
vnd.openxmlformats-officedocument.custom-properties+xml;xml;
vnd.openxmlformats-officedocument.customxmlproperties+xml;xml;
vnd.openxmlformats-officedocument.drawing+xml;xml;
@@ -4067,6 +4096,7 @@
vnd.realvnc.bed;BED;
vnd.recordare.musicxml+xml;xml,musicxml;
vnd.recordare.musicxml;mxl;
+vnd.resilient.logic;rlm,reload;
vnd.restful+json;json;
vnd.rig.cryptonote;cryptonote;
vnd.rim.cod;cod;
@@ -4167,6 +4197,7 @@
vnd.vd-study;sxi,mxi,study-inter,model-inter;
vnd.vectorworks;MCD,VWX;
vnd.vel+json;json;
+vnd.veritone.aion+json;json,aion,vtnstd;
vnd.veryant.thin;istc,isws;
vnd.ves.encrypted;VES;
vnd.vidsoft.vidconference;vsc;8bit
@@ -4717,7 +4748,7 @@
vnd.gs.gdl;;
vnd.rosette.annotated-data-model;;
-28:model:I:E
+32:model:I:E
3mf;3mf;
gltf+json;gltf;
gltf-binary;glb;
@@ -4725,6 +4756,10 @@
mesh;msh,mesh,silo;
mtl;mtl;
obj;obj;
+step+xml;stpx;
+step+zip;stpz;
+step-xml+zip;stpxz;
+step;p21,stp,step,stpnc,210;
stl;stl;
vnd.collada+xml;dae;
vnd.dwf;dwf;
@@ -5066,7 +5101,7 @@
x-vosaic;vos;
x-webm;webm;base64
-50:video:I:
+52:video:I:
1d-interleaved-parityfec;;
3gpp-tt;;
av1;;
@@ -5083,6 +5118,7 @@
h264-svc;;
h265;;
jpeg2000;;
+jxsv;;
mp1s;;
mp2p;;
mp4v-es;;
@@ -5117,6 +5153,7 @@
vnd.mts;;
vnd.nokia.videovoip;;
vp8;;
+vp9;;
39:video:I:E
3gpp2;3g2,3gpp2,3gp2;base64
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/lib/MojoX/MIME/Types.pm
new/MIME-Types-2.22/lib/MojoX/MIME/Types.pm
--- old/MIME-Types-2.21/lib/MojoX/MIME/Types.pm 2021-05-28 12:03:32.000000000
+0200
+++ new/MIME-Types-2.22/lib/MojoX/MIME/Types.pm 2021-10-27 16:55:10.000000000
+0200
@@ -8,7 +8,7 @@
package MojoX::MIME::Types;
use vars '$VERSION';
-$VERSION = '2.21';
+$VERSION = '2.22';
use Mojo::Base -base;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/lib/MojoX/MIME/Types.pod
new/MIME-Types-2.22/lib/MojoX/MIME/Types.pod
--- old/MIME-Types-2.21/lib/MojoX/MIME/Types.pod 2021-05-28
12:03:32.000000000 +0200
+++ new/MIME-Types-2.22/lib/MojoX/MIME/Types.pod 2021-10-27
16:55:11.000000000 +0200
@@ -214,8 +214,8 @@
=head1 SEE ALSO
-This module is part of MIME-Types distribution version 2.21,
-built on May 28, 2021. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of MIME-Types distribution version 2.22,
+built on October 27, 2021. Website: F<http://perl.overmeer.net/CPAN/>
=head1 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.21/t/20types.t
new/MIME-Types-2.22/t/20types.t
--- old/MIME-Types-2.21/t/20types.t 2020-12-09 10:29:07.000000000 +0100
+++ new/MIME-Types-2.22/t/20types.t 2021-10-27 16:51:43.000000000 +0200
@@ -8,7 +8,7 @@
use lib qw(lib t);
-use Test::More tests => 36;
+use Test::More;
use MIME::Types;
my $a = MIME::Types->new;
@@ -49,6 +49,12 @@
}
is($a->mimeTypeOf('my.lzh')->type, 'application/x-lzh');
+# Generated output may not be stable.
+is($a->mimeTypeOf('webm')->type, 'video/x-webm');
+is($a->mimeTypeOf('b.webm')->type, 'video/x-webm');
+is($a->mimeTypeOf('b.weba')->type, 'audio/x-webm');
+is($a->mimeTypeOf('b.webp')->type, 'image/x-webp');
+
my $warn;
my $r2 = MIME::Type->new(type => 'text/x-fake2');
{ $SIG{__WARN__} = sub {$warn = join '',@_};
@@ -98,3 +104,5 @@
ok($r7, 'type sheet');
ok($r7->isBinary);
ok(!$r7->isText);
+
+done_testing;