Hello community, here is the log from the commit of package perl-MIME-Types for openSUSE:Factory checked in at 2015-11-15 12:46:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-MIME-Types (Old) and /work/SRC/openSUSE:Factory/.perl-MIME-Types.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MIME-Types" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-MIME-Types/perl-MIME-Types.changes 2015-06-23 11:57:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-MIME-Types.new/perl-MIME-Types.changes 2015-11-15 12:48:06.000000000 +0100 @@ -1,0 +2,12 @@ +Sat Nov 14 09:53:58 UTC 2015 - [email protected] + +- updated to 2.12 + see /usr/share/doc/packages/perl-MIME-Types/ChangeLog + + version 2.12: Wed 11 Nov 12:24:55 CET 2015 + + Improvements: + - downgrade prereq perl to 5.6 [Peter Rabbitson] + - update IANA + +------------------------------------------------------------------- Old: ---- MIME-Types-2.11.tar.gz New: ---- MIME-Types-2.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-MIME-Types.spec ++++++ --- /var/tmp/diff_new_pack.jz2Fof/_old 2015-11-15 12:48:07.000000000 +0100 +++ /var/tmp/diff_new_pack.jz2Fof/_new 2015-11-15 12:48:07.000000000 +0100 @@ -17,7 +17,7 @@ Name: perl-MIME-Types -Version: 2.11 +Version: 2.12 Release: 0 %define cpan_name MIME-Types Summary: Definition of MIME types ++++++ MIME-Types-2.11.tar.gz -> MIME-Types-2.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/ChangeLog new/MIME-Types-2.12/ChangeLog --- old/MIME-Types-2.11/ChangeLog 2015-06-16 17:16:36.000000000 +0200 +++ new/MIME-Types-2.12/ChangeLog 2015-11-11 12:25:07.000000000 +0100 @@ -6,6 +6,12 @@ TODO: . Add source http://www.ltsw.se/knbase/internet/mime.htp ? +version 2.12: Wed 11 Nov 12:24:55 CET 2015 + + Improvements: + - downgrade prereq perl to 5.6 [Peter Rabbitson] + - update IANA + version 2.11: Tue Jun 16 17:16:20 CEST 2015 Improvements: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/MANIFEST new/MIME-Types-2.12/MANIFEST --- old/MIME-Types-2.11/MANIFEST 2015-06-16 17:16:38.000000000 +0200 +++ new/MIME-Types-2.12/MANIFEST 2015-11-11 12:25:10.000000000 +0100 @@ -18,6 +18,7 @@ t/22accbest.t t/30export.t t/40mojo.t +xt/98perl.t xt/99pod.t META.yml Module YAML meta-data (added by MakeMaker) META.json Module JSON meta-data (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/META.json new/MIME-Types-2.12/META.json --- old/MIME-Types-2.11/META.json 2015-06-16 17:16:38.000000000 +0200 +++ new/MIME-Types-2.12/META.json 2015-11-11 12:25:10.000000000 +0100 @@ -40,5 +40,5 @@ } }, "release_status" : "stable", - "version" : "2.11" + "version" : "2.12" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/META.yml new/MIME-Types-2.12/META.yml --- old/MIME-Types-2.11/META.yml 2015-06-16 17:16:38.000000000 +0200 +++ new/MIME-Types-2.12/META.yml 2015-11-11 12:25:10.000000000 +0100 @@ -22,4 +22,4 @@ File::Spec: 0 List::Util: 0 Test::More: 0.47 -version: 2.11 +version: 2.12 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/Makefile.PL new/MIME-Types-2.12/Makefile.PL --- old/MIME-Types-2.11/Makefile.PL 2015-06-16 17:16:36.000000000 +0200 +++ new/MIME-Types-2.12/Makefile.PL 2015-11-11 12:25:07.000000000 +0100 @@ -1,8 +1,8 @@ use ExtUtils::MakeMaker; -require 5.008_008; +require 5.006; -my $version = '2.11'; # scanned by bin/collect_types ! +my $version = '2.12'; # scanned by bin/collect_types ! WriteMakefile ( NAME => 'MIME::Types' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/lib/MIME/Type.pm new/MIME-Types-2.12/lib/MIME/Type.pm --- old/MIME-Types-2.11/lib/MIME/Type.pm 2015-06-16 17:16:36.000000000 +0200 +++ new/MIME-Types-2.12/lib/MIME/Type.pm 2015-11-11 12:25:07.000000000 +0100 @@ -4,7 +4,7 @@ # Pod stripped from pm file by OODoc 2.01. package MIME::Type; use vars '$VERSION'; -$VERSION = '2.11'; +$VERSION = '2.12'; use strict; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/lib/MIME/Type.pod new/MIME-Types-2.12/lib/MIME/Type.pod --- old/MIME-Types-2.11/lib/MIME/Type.pod 2015-06-16 17:16:36.000000000 +0200 +++ new/MIME-Types-2.12/lib/MIME/Type.pod 2015-11-11 12:25:07.000000000 +0100 @@ -225,8 +225,8 @@ =head1 SEE ALSO -This module is part of MIME-Types distribution version 2.11, -built on June 16, 2015. Website: F<http://perl.overmeer.net/mimetypes/> +This module is part of MIME-Types distribution version 2.12, +built on November 11, 2015. Website: F<http://perl.overmeer.net/mimetypes/> =head1 LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/lib/MIME/Types.pm new/MIME-Types-2.12/lib/MIME/Types.pm --- old/MIME-Types-2.11/lib/MIME/Types.pm 2015-06-16 17:16:36.000000000 +0200 +++ new/MIME-Types-2.12/lib/MIME/Types.pm 2015-11-11 12:25:07.000000000 +0100 @@ -5,7 +5,7 @@ package MIME::Types; use vars '$VERSION'; -$VERSION = '2.11'; +$VERSION = '2.12'; use strict; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/lib/MIME/Types.pod new/MIME-Types-2.12/lib/MIME/Types.pod --- old/MIME-Types-2.11/lib/MIME/Types.pod 2015-06-16 17:16:36.000000000 +0200 +++ new/MIME-Types-2.12/lib/MIME/Types.pod 2015-11-11 12:25:07.000000000 +0100 @@ -254,8 +254,8 @@ =head1 SEE ALSO -This module is part of MIME-Types distribution version 2.11, -built on June 16, 2015. Website: F<http://perl.overmeer.net/mimetypes/> +This module is part of MIME-Types distribution version 2.12, +built on November 11, 2015. Website: F<http://perl.overmeer.net/mimetypes/> =head1 LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/lib/MIME/types.db new/MIME-Types-2.12/lib/MIME/types.db --- old/MIME-Types-2.11/lib/MIME/types.db 2015-06-15 17:32:27.000000000 +0200 +++ new/MIME-Types-2.12/lib/MIME/types.db 2015-11-11 12:25:07.000000000 +0100 @@ -1,8 +1,9 @@ -1733:EXTENSIONS +1756:EXTENSIONS #;application/x-mathcad %;application/x-trash 123;application/vnd.lotus-1-2-3 323;text/x-h323 +32x;application/x-genesis-rom 3dm;x-world/x-3dmf 3dmf;x-world/x-3dmf 3dml;text/vnd.in3d.3dml @@ -43,6 +44,7 @@ afm;application/x-font-type1 afp;application/vnd.ibm.modcap ag;image/x-applix-graphics +agb;application/x-gba-rom ahead;application/vnd.ahead.space ai;application/postscript aif;audio/x-aiff @@ -182,6 +184,7 @@ cer;application/pkix-cert cert;application/x-x509-ca-cert cfs;application/x-cfs-compressed +cgb;application/x-gameboy-rom cgm;image/cgm cha;application/x-chat chat;application/x-chat @@ -208,6 +211,7 @@ cmx;image/x-cmx cob;text/x-cobol cod;application/vnd.rim.cod +coffee;application/vnd.coffeescript com;application/x-msdos-program conf;text/plain cpa;x-chemical/x-compass @@ -232,6 +236,7 @@ css;text/css cst;application/x-director csv;text/csv +csvs;text/x-csv-schema ctab;x-chemical/x-cactvs-binary ctx;x-chemical/x-ctx cu;application/x-cu-seeme @@ -440,6 +445,7 @@ gau;x-chemical/x-gaussian-input gb;application/x-gameboy-rom gba;application/x-gba-rom +gbc;application/x-gameboy-rom gbr;application/rpki-ghostbusters gca;application/x-gca-compressed gcd;text/x-pcs-gcd @@ -487,6 +493,7 @@ gre;application/vnd.geometry-explorer grv;application/vnd.groove-injector grxml;application/srgs+xml +gs;text/x-genie gsd;audio/x-gsm gsf;application/x-font gsm;audio/x-gsm @@ -635,9 +642,12 @@ jpr;application/x-jbuilder-project jps;image/x-jps jpx;image/jpx +jrd;application/x-jrd+json js;application/javascript jsm;application/javascript +json-patch;application/json-patch+json json;application/json +jsonld;application/ld+json jsonml;application/x-jsonml+json jut;image/x-jutvision k25;image/x-kodak-k25 @@ -654,7 +664,7 @@ kia;application/vnd.kidspiration kil;application/x-killustrator kin;x-chemical/x-kinemage -kino;application/smil +kino;application/smil+xml kml;application/vnd.google-earth.kml+xml kmz;application/vnd.google-earth.kmz kne;application/vnd.kinar @@ -776,6 +786,7 @@ mdf;application/x-msaccess mdi;image/vnd.ms-modi mdp;application/dash+xml +mdx;application/x-genesis-rom me;application/x-troff-me med;audio/x-mod mesh;model/mesh @@ -902,6 +913,7 @@ nds;application/x-nintendo-ds-rom nef;image/x-nikon-nef nes;application/x-nes-rom +nez;application/x-nes-rom nfo;text/x-nfo ngdat;application/vnd.nokia.n-gage.data nif;image/x-niff @@ -978,6 +990,7 @@ ots;application/vnd.oasis.opendocument.spreadsheet-template ott;application/vnd.oasis.opendocument.text-template owl;application/rdf+xml +owx;application/x-owl+xml oxps;application/oxps oxt;application/vnd.openofficeorg.extension oza;application/x-oz-application @@ -1124,6 +1137,9 @@ qgs;application/x-qgis qif;image/x-quicktime qml;text/x-qml +qmlproject;text/x-qml +qmltypes;text/x-qml +qp;application/x-qpress qps;application/vnd.publishare-delta-tree qt;video/quicktime qtc;video/x-qtc @@ -1265,6 +1281,8 @@ sfd-hdstx;application/vnd.hydrostatix.sof-data sfs;application/vnd.spotfire.sfs sfv;text/x-sfv +sg;application/x-sms-rom +sgb;application/x-gameboy-rom sgf;application/x-go-sgf sgi;image/vnd.sealedmedia.softseal.gif sgif;image/vnd.sealedmedia.softseal.gif @@ -1316,7 +1334,7 @@ smht;application/vnd.sealed.mht smi;application/smil smil;application/smil -sml;application/smil +sml;application/smil+xml smo;video/vnd.sealedmedia.softseal.mov smov;video/vnd.sealedmedia.softseal.mov smp3;audio/vnd.sealedmedia.softseal.mpeg @@ -1485,7 +1503,9 @@ ult;audio/x-mod ulx;application/x-glulx umj;application/vnd.umajin +unf;application/x-nes-rom uni;text/uri-list +unif;application/x-nes-rom unis;text/uri-list unityweb;application/vnd.unity unv;application/x-i-deas @@ -1511,6 +1531,7 @@ uvv;video/vnd.dece.video uvx;application/vnd.dece.unspecified uvz;application/vnd.dece.zip +v64;application/x-n64-rom v;text/x-verilog val;x-chemical/x-ncbi-asn1-binary vala;text/x-vala @@ -1720,6 +1741,7 @@ yin;application/yin+xml yml;application/x-yaml z1;application/x-zmachine +z64;application/x-n64-rom z;application/x-compress zabw;application/x-abiword zaz;application/vnd.zzazz.deck+xml @@ -1731,6 +1753,7 @@ zoo;application/x-zoo zsav;application/x-spss-sav zsh;text/x-script.zsh +zz;application/zlib ~;application/x-trash 76:application:: @@ -1811,7 +1834,7 @@ x-zerosize;; x-zip-compressed-fb2;; -462:application::E +465:application::E x-123;wk,wk1; x-7z-compressed;7z; x-abiword;abw,zabw; @@ -1934,12 +1957,12 @@ x-freeloader;frl; x-freemind;mm; x-futuresplash;spl; -x-gameboy-rom;gb; +x-gameboy-rom;gb,gbc,cgb,sgb; x-gamecube-rom;iso; -x-gba-rom;gba; +x-gba-rom;gba,agb; x-gca-compressed;gca; x-gedcom;ged,gedcom; -x-genesis-rom;gen; +x-genesis-rom;gen,smd,32x,mdx; x-gettext-translation;gmo,mo; x-glade;glade; x-glulx;ulx; @@ -2008,6 +2031,7 @@ x-javascript;js; x-jbuilder-project;jpr,jpx; x-jmol;jmz; +x-jrd+json;jrd; x-jsonml+json;jsonml; x-karbon;karbon; x-kchart;chrt; @@ -2097,12 +2121,12 @@ x-msword;doc,dot,wrd;base64 x-mswrite;wri; x-msx-rom;msx; -x-n64-rom;n64; +x-n64-rom;n64,z64,v64; x-navi-animation;ani; x-navidoc;nvd; x-navimap;map; x-navistyle;stl; -x-nes-rom;nes; +x-nes-rom;nes,nez,unf,unif; x-netcdf;nc,cdf; x-netmc;mcp; x-netshow-channel;nsc; @@ -2120,6 +2144,7 @@ x-omcregerator;omcr; x-omdoc+xml;omdoc; x-onenote;onetoc,onepkg,onetmp,onetoc2; +x-owl+xml;owx; x-oz-application;oza; x-pagemaker;pm5,pt5,pm,pm4,p65,pm6,pmd; x-pak;pak; @@ -2155,6 +2180,7 @@ x-python-code;pyc,pyo; x-python;py;8bit x-qgis;qgs,shp,shx; +x-qpress;qp; x-qpro;wb1; x-qtiplot;qti; x-quattropro;wb1,wb2,wb3; @@ -2191,7 +2217,7 @@ x-sit;sit; x-sla;stl; x-smaf;mmf,smaf; -x-sms-rom;sms,gg; +x-sms-rom;sms,gg,sg; x-solids;sol; x-sounder;sdr; x-source-rpm;spm; @@ -2275,7 +2301,7 @@ x-zmachine;z1; x-zoo;zoo; -563:application:I: +560:application:I: 1d-interleaved-parityfec;; 3gpp-ims+xml;; activemessage;; @@ -2334,10 +2360,8 @@ ipp;; isup;; its+xml;; -json-patch+json;; kpml-request+xml;; kpml-response+xml;; -ld+json;; link-format;; lostsync+xml;; macwriteii;; @@ -2838,9 +2862,8 @@ xcon-conference-info-diff+xml;; xhtml-voice+xml;; xmpp+xml;; -zlib;; -516:application:I:E +520:application:I:E andrew-inset;ez; atom+xml;atom;8bit atomcat+xml;atomcat; @@ -2867,7 +2890,9 @@ inkml+xml;ink; ipfix;ipfix; javascript;js,jsm;8bit +json-patch+json;json-patch; json;json,map;8bit +ld+json;jsonld; lost+xml;lostxml; mac-binhex40;hqx;8bit mads+xml;mads; @@ -2929,8 +2954,8 @@ sgml-open-catalog;soc; shf+xml;shf; sieve;siv; -smil+xml;smi,smil; -smil;smi,smil,sml,kino;8bit +smil+xml;smi,smil,sml,kino; +smil;smi,smil;8bit sparql-query;rq; sparql-results+xml;srx; sql;sql; @@ -2985,6 +3010,7 @@ vnd.clonk.c4group;c4g,c4d,c4f,c4p,c4u; vnd.cluetrust.cartomobile-config-pkg;c11amz; vnd.cluetrust.cartomobile-config;c11amc; +vnd.coffeescript;coffee; vnd.commonspace;csp; vnd.contact.cmsg;cdbcmsg; vnd.corel-draw;cdr; @@ -3357,6 +3383,7 @@ yang;yang; yin+xml;yin; zip;zip;base64 +zlib;zz; 15:audio:: x-eac3;; @@ -3576,7 +3603,7 @@ vnd.rn-realaudio;ra,rax; vnd.sealedmedia.softseal.mpeg;smp3,smp,s1m; -9:image:: +10:image:: x-bzeps;; x-compressed-xcf;; x-dcraw;; @@ -3585,6 +3612,7 @@ x-example;; x-fpx;; x-gzeps;; +x-tiff-multipage;; x-xcursor;; 84:image::E @@ -3685,7 +3713,7 @@ vnd.radiance;; vnd.svf;; -39:image:I:E +40:image:I:E cgm;cgm; fits;fits; g3fax;g3; @@ -3725,6 +3753,7 @@ vnd.sealedmedia.softseal.jpg;sjpg,sjp,s1j; vnd.wap.wbmp;wbmp; vnd.xiff;xif; +vnd.zbrush.pcx;pcx; 2:message:: x-example;; @@ -3808,7 +3837,7 @@ signed;; voice-message;; -13:text:: +15:text:: x-authors;; x-changelog;; x-comma-separated-values;;8bit @@ -3819,11 +3848,13 @@ x-example;; x-htmlh;; x-install;; +x-meson;; x-readme;; +x-scons;; x-uri;; x-xmcd;; -122:text::E +125:text::E x-adasrc;adb,ads; x-asm;s,asm; x-asp;asp; @@ -3841,6 +3872,7 @@ x-csh;csh; x-csharp;cs; x-csrc;c; +x-csv-schema;csvs; x-dcl;dcl; x-diff;diff,patch; x-dsl;dsl; @@ -3850,6 +3882,7 @@ x-erlang;erl; x-event-stream;event-stream; x-fortran;f,f77,f90,for,f95; +x-genie;gs; x-gettext-translation-template;pot; x-gettext-translation;po; x-go;go; @@ -3894,9 +3927,10 @@ x-patch;diff,patch; x-pcs-gcd;gcd; x-python;py,pyx,wsgi; -x-qml;qml; +x-qml;qml,qmltypes,qmlproject; x-reject;rej; x-rpm-spec;spec; +x-rust;rs; x-scala;scala; x-scheme;scm,ss; x-scriplet;wsc; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/lib/MojoX/MIME/Types.pm new/MIME-Types-2.12/lib/MojoX/MIME/Types.pm --- old/MIME-Types-2.11/lib/MojoX/MIME/Types.pm 2015-06-16 17:16:36.000000000 +0200 +++ new/MIME-Types-2.12/lib/MojoX/MIME/Types.pm 2015-11-11 12:25:07.000000000 +0100 @@ -4,7 +4,7 @@ # Pod stripped from pm file by OODoc 2.01. package MojoX::MIME::Types; use vars '$VERSION'; -$VERSION = '2.11'; +$VERSION = '2.12'; use Mojo::Base -base; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/lib/MojoX/MIME/Types.pod new/MIME-Types-2.12/lib/MojoX/MIME/Types.pod --- old/MIME-Types-2.11/lib/MojoX/MIME/Types.pod 2015-06-16 17:16:36.000000000 +0200 +++ new/MIME-Types-2.12/lib/MojoX/MIME/Types.pod 2015-11-11 12:25:07.000000000 +0100 @@ -202,8 +202,8 @@ =head1 SEE ALSO -This module is part of MIME-Types distribution version 2.11, -built on June 16, 2015. Website: F<http://perl.overmeer.net/mimetypes/> +This module is part of MIME-Types distribution version 2.12, +built on November 11, 2015. Website: F<http://perl.overmeer.net/mimetypes/> =head1 LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/xt/98perl.t new/MIME-Types-2.12/xt/98perl.t --- old/MIME-Types-2.11/xt/98perl.t 1970-01-01 01:00:00.000000000 +0100 +++ new/MIME-Types-2.12/xt/98perl.t 2015-11-11 12:25:07.000000000 +0100 @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +use warnings; +use strict; + +use Test::More; +use Test::MinimumVersion; +all_minimum_version_ok("5.008"); + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MIME-Types-2.11/xt/99pod.t new/MIME-Types-2.12/xt/99pod.t --- old/MIME-Types-2.11/xt/99pod.t 2015-06-15 17:32:27.000000000 +0200 +++ new/MIME-Types-2.12/xt/99pod.t 2015-11-11 12:25:07.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use warnings; use strict;
