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-06-02 22:11:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MIME-Types (Old)
and /work/SRC/openSUSE:Factory/.perl-MIME-Types.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MIME-Types"
Wed Jun 2 22:11:50 2021 rev:46 rq:896698 version:2.21
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MIME-Types/perl-MIME-Types.changes
2021-04-23 17:50:59.758832378 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MIME-Types.new.1898/perl-MIME-Types.changes
2021-06-02 22:12:17.076146509 +0200
@@ -1,0 +2,13 @@
+Sat May 29 03:06:39 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 2.21
+ see /usr/share/doc/packages/perl-MIME-Types/ChangeLog
+
+ version 2.21: Fri 28 May 12:01:00 CEST 2021
+
+ Changes:
+ - application/octet-stream is better for .dat [issue #11, ????????
????????????????]
+ - add video/webm which Google forgot to register [issue #12, Brent
Laabs]
+ - add image/webp which Google registered too late [issue #12, Brent
Laabs]
+
+-------------------------------------------------------------------
Old:
----
MIME-Types-2.20.tar.gz
New:
----
MIME-Types-2.21.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MIME-Types.spec ++++++
--- /var/tmp/diff_new_pack.Lb9s9E/_old 2021-06-02 22:12:17.580145264 +0200
+++ /var/tmp/diff_new_pack.Lb9s9E/_new 2021-06-02 22:12:17.584145254 +0200
@@ -18,7 +18,7 @@
%define cpan_name MIME-Types
Name: perl-MIME-Types
-Version: 2.20
+Version: 2.21
Release: 0
Summary: Definition of MIME types
License: Artistic-1.0 OR GPL-1.0-or-later
++++++ MIME-Types-2.20.tar.gz -> MIME-Types-2.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.20/ChangeLog
new/MIME-Types-2.21/ChangeLog
--- old/MIME-Types-2.20/ChangeLog 2021-04-22 12:49:17.000000000 +0200
+++ new/MIME-Types-2.21/ChangeLog 2021-05-28 12:01:04.000000000 +0200
@@ -6,6 +6,13 @@
TODO:
. Add source http://www.ltsw.se/knbase/internet/mime.htp ?
+version 2.21: Fri 28 May 12:01:00 CEST 2021
+
+ Changes:
+ - application/octet-stream is better for .dat [issue #11, ????????
????????????????]
+ - add video/webm which Google forgot to register [issue #12, Brent
Laabs]
+ - add image/webp which Google registered too late [issue #12, Brent
Laabs]
+
version 2.20: Thu 22 Apr 12:48:35 CEST 2021
Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.20/META.json
new/MIME-Types-2.21/META.json
--- old/MIME-Types-2.20/META.json 2021-04-22 12:49:19.000000000 +0200
+++ new/MIME-Types-2.21/META.json 2021-05-28 12:03:34.000000000 +0200
@@ -51,6 +51,6 @@
"web" : "https://github.com/markov2/perl5-MIME-Types"
}
},
- "version" : "2.20",
+ "version" : "2.21",
"x_serialization_backend" : "JSON::PP version 2.94"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.20/META.yml new/MIME-Types-2.21/META.yml
--- old/MIME-Types-2.20/META.yml 2021-04-22 12:49:19.000000000 +0200
+++ new/MIME-Types-2.21/META.yml 2021-05-28 12:03:34.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.20'
+version: '2.21'
x_serialization_backend: 'CPAN::Meta::YAML version 0.011'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.20/Makefile.PL
new/MIME-Types-2.21/Makefile.PL
--- old/MIME-Types-2.20/Makefile.PL 2021-04-18 17:53:26.000000000 +0200
+++ new/MIME-Types-2.21/Makefile.PL 2021-05-28 12:01:04.000000000 +0200
@@ -2,7 +2,7 @@
require 5.006;
-my $version = '2.20'; #!!! scanned by bin/collect_types
+my $version = '2.21'; #!!! scanned by bin/collect_types
WriteMakefile
( NAME => 'MIME::Types'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.20/lib/MIME/Type.pm
new/MIME-Types-2.21/lib/MIME/Type.pm
--- old/MIME-Types-2.20/lib/MIME/Type.pm 2021-04-22 12:49:17.000000000
+0200
+++ new/MIME-Types-2.21/lib/MIME/Type.pm 2021-05-28 12:03:32.000000000
+0200
@@ -8,7 +8,7 @@
package MIME::Type;
use vars '$VERSION';
-$VERSION = '2.20';
+$VERSION = '2.21';
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.20/lib/MIME/Type.pod
new/MIME-Types-2.21/lib/MIME/Type.pod
--- old/MIME-Types-2.20/lib/MIME/Type.pod 2021-04-22 12:49:17.000000000
+0200
+++ new/MIME-Types-2.21/lib/MIME/Type.pod 2021-05-28 12:03:32.000000000
+0200
@@ -36,7 +36,7 @@
=item overload: B<string comparison>
When a MIME::Type object is compared to either a string or another
-MIME::TYpe, the L<equals()|MIME::Type/"Knowledge"> method is called.
Comparison is smart,
+MIME::Type, the L<equals()|MIME::Type/"Knowledge"> method is called.
Comparison is smart,
which means that it extends common string comparison with some
features which are defined in the related RFCs.
@@ -225,8 +225,8 @@
=head1 SEE ALSO
-This module is part of MIME-Types distribution version 2.20,
-built on April 22, 2021. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of MIME-Types distribution version 2.21,
+built on May 28, 2021. Website: F<http://perl.overmeer.net/CPAN/>
=head1 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.20/lib/MIME/Types.pm
new/MIME-Types-2.21/lib/MIME/Types.pm
--- old/MIME-Types-2.20/lib/MIME/Types.pm 2021-04-22 12:49:17.000000000
+0200
+++ new/MIME-Types-2.21/lib/MIME/Types.pm 2021-05-28 12:03:32.000000000
+0200
@@ -8,7 +8,7 @@
package MIME::Types;
use vars '$VERSION';
-$VERSION = '2.20';
+$VERSION = '2.21';
use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.20/lib/MIME/Types.pod
new/MIME-Types-2.21/lib/MIME/Types.pod
--- old/MIME-Types-2.20/lib/MIME/Types.pod 2021-04-22 12:49:17.000000000
+0200
+++ new/MIME-Types-2.21/lib/MIME/Types.pod 2021-05-28 12:03:32.000000000
+0200
@@ -254,8 +254,8 @@
=head1 SEE ALSO
-This module is part of MIME-Types distribution version 2.20,
-built on April 22, 2021. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of MIME-Types distribution version 2.21,
+built on May 28, 2021. Website: F<http://perl.overmeer.net/CPAN/>
=head1 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.20/lib/MIME/types.db
new/MIME-Types-2.21/lib/MIME/types.db
--- old/MIME-Types-2.20/lib/MIME/types.db 2021-04-22 12:49:17.000000000
+0200
+++ new/MIME-Types-2.21/lib/MIME/types.db 2021-05-28 12:01:04.000000000
+0200
@@ -1,4 +1,4 @@
-2211:EXTENSIONS
+2214:EXTENSIONS
#;application/x-mathcad
%;application/x-trash
123;application/vnd.lotus-1-2-3
@@ -405,7 +405,7 @@
daf;application/vnd.mobius.daf
dar;application/x-dar
dart;application/vnd.dart
-dat;application/x-ns-proxy-autoconfig
+dat;application/octet-stream
dataless;application/vnd.fdsn.mseed
davmount;application/davmount+xml
dbf;application/vnd.dbf
@@ -1561,6 +1561,7 @@
saf;application/vnd.yamaha.smaf-audio
sam;application/x-amipro
sami;application/x-sami
+sarif-external-properties;application/sarif-external-properties+json
sarif;application/sarif+json
sav;application/x-spss
saveme;application/octet-stream
@@ -1636,6 +1637,7 @@
shape;application/x-dia-shape
shar;application/x-shar
shc;text/shaclc
+shex;text/shex
shf;application/shf+xml
shn;application/x-shorten
shp;application/vnd.shp
@@ -1997,6 +1999,7 @@
w6w;application/msword
wad;application/x-doom
wadl;application/vnd.sun.wadl+xml
+wasm;application/wasm
wav;audio/vnd.dts
wax;audio/x-ms-wax
wb1;application/x-qpro
@@ -2011,8 +2014,8 @@
web;application/vnd.xara
weba;audio/x-webm
webapp;application/x-web-app-manifest+json
-webm;video/x-webm
-webp;image/x-webp
+webm;image/webm
+webp;image/webp
wg;application/vnd.pmi.widget
wgt;application/widget
wif;application/watcherinfo+xml
@@ -2086,21 +2089,21 @@
xar;application/vnd.xara
xav;application/xcap-att+xml
xbap;application/x-ms-xbap
-xbd;application/vnd.fujixerox.docuworks.binder
+xbd;application/vnd.fujifilm.fb.docuworks.binder
xbel;application/x-xbel
xbl;application/xml
xbm;image/x-xbitmap
xca;application/xcap-caps+xml
xcf;application/x-xcf
xcs;application/calendar+xml
-xct;application/vnd.fujixerox.docuworks.container
+xct;application/vnd.fujifilm.fb.docuworks.container
xdd;application/bacnet-xdd+zip
xdf;application/mrb-consumer+xml
xdm;application/vnd.syncml.dm+xml
xdp;application/vnd.adobe.xdp+xml
xdr;video/x-amt-demorun
xdssc;application/dssc+xml
-xdw;application/vnd.fujixerox.docuworks
+xdw;application/vnd.fujifilm.fb.docuworks
xel;application/xcap-el+xml
xenc;application/xenc+xml
xer;application/patch-ops-error+xml
@@ -2737,10 +2740,12 @@
x-zmachine;z1,z2,z3,z4,z5,z6,z7,z8;
x-zoo;zoo;
-531:application:I:
+534:application:I:
1d-interleaved-parityfec;;
3gpdash-qoe-report+xml;;
3gpp-ims+xml;;
+3gpphal+json;;
+3gpphalforms+json;;
activemessage;;
activity+json;;
alto-costmap+json;;
@@ -2860,6 +2865,7 @@
news-transmission;;
nlsml+xml;;
nss;;
+oauth-authz-req+jwt;;
opc-nodeset+xml;;
oscore;;
parityfec;;
@@ -3270,7 +3276,7 @@
yang-patch+json;;
yang-patch+xml;;
-961:application:I:E
+967:application:I:E
a2l;a2l;
aml;aml;
andrew-inset;ez;
@@ -3447,6 +3453,7 @@
rpki-roa;roa;
rtf;rtf,rtx;8bit
sarif+json;sarif,json;
+sarif-external-properties+json;sarif-external-properties;
sbml+xml;sbml;
scim+json;scim,scm;
scvp-cv-request;SCQ;
@@ -3690,6 +3697,10 @@
vnd.frogans.ltf;LTF;
vnd.fsc.weblauch;fsc;7bit
vnd.fsc.weblaunch;fsc;
+vnd.fujifilm.fb.docuworks.binder;xbd;
+vnd.fujifilm.fb.docuworks.container;xct;
+vnd.fujifilm.fb.docuworks;xdw;
+vnd.fujifilm.fb.jfi+xml;xml;
vnd.fujitsu.oasys2;oa2;
vnd.fujitsu.oasys3;oa3;
vnd.fujitsu.oasys;oas;
@@ -4202,6 +4213,7 @@
vnd.zzazz.deck+xml;zaz;
voicexml+xml;vxml;
voucher-cms+json;vcj;
+wasm;wasm;
watcherinfo+xml;wif,xml;
webpush-options+json;json;
widget;wgt;
@@ -4936,7 +4948,7 @@
vnd.motorola.reflex;;
vnd.radisys.msml-basic-layout;;
-65:text:I:E
+66:text:I:E
cache-manifest;appcache,manifest;
calendar;ics,icz,ifb,vcs;
cql;CQL;
@@ -4960,6 +4972,7 @@
rtf;rtf;8bit
sgml;sgml,sgm;
shaclc;shaclc,shc;
+shex;shex;
spdx;spdx;
tab-separated-values;tsv;
troff;t,tr,roff,man,me,ms;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.20/lib/MojoX/MIME/Types.pm
new/MIME-Types-2.21/lib/MojoX/MIME/Types.pm
--- old/MIME-Types-2.20/lib/MojoX/MIME/Types.pm 2021-04-22 12:49:17.000000000
+0200
+++ new/MIME-Types-2.21/lib/MojoX/MIME/Types.pm 2021-05-28 12:03:32.000000000
+0200
@@ -8,7 +8,7 @@
package MojoX::MIME::Types;
use vars '$VERSION';
-$VERSION = '2.20';
+$VERSION = '2.21';
use Mojo::Base -base;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/MIME-Types-2.20/lib/MojoX/MIME/Types.pod
new/MIME-Types-2.21/lib/MojoX/MIME/Types.pod
--- old/MIME-Types-2.20/lib/MojoX/MIME/Types.pod 2021-04-22
12:49:17.000000000 +0200
+++ new/MIME-Types-2.21/lib/MojoX/MIME/Types.pod 2021-05-28
12:03:32.000000000 +0200
@@ -191,7 +191,7 @@
=item *
the tables maintained by L<MIME::Types|MIME::Types> are complete. So: there
shouldn't
-be a need to add your own types, not via MojoX::MIME::Types subroutine types,
not via L<type()|MojoX::MIME::Types/"Actions">.
+be a need to add your own types, not via C<types()>, not via C<type()>.
All attempts to add types are ignored; better remove them from your code.
=item *
@@ -214,8 +214,8 @@
=head1 SEE ALSO
-This module is part of MIME-Types distribution version 2.20,
-built on April 22, 2021. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of MIME-Types distribution version 2.21,
+built on May 28, 2021. Website: F<http://perl.overmeer.net/CPAN/>
=head1 LICENSE