ruby2.4-rubygem-mime-types-testsuite-1-1.25.1-11.3>t  DH`pY.꧸/=„vD5+C7J@9&L?&<d)0 5 O &,4H R \ p  )BlV(s8|9:F#sG#H#I#X#Y#\#]#^$Gb$c%;d%e%f%l%u%v%w&x&z&,Cruby2.4-rubygem-mime-types-testsuite-11.25.111.3Test suite for mime-typesTest::Unit or RSpec files, useful for developers.Y.lamb28GopenSUSE Leap 42.3openSUSEMIT and Artistic-2.0 and GPL-2.0http://bugs.opensuse.orgDevelopment/Languages/Rubyhttp://mime-types.rubyforge.org/linuxx86_64,A큤Y.Y.Y.Y.Y.4d3931def3f53760b8df8f189c56c40f87b5d6773f1b2a5501801a0b3a8c824f0dcc6478630ae246c633ed91b7bd0320612133abfd1b4280ac36d976cbd0e0e5rootrootrootrootrootrootrootrootrootrootrubygem-mime-types-1-1.25.1-11.3.src.rpmruby2.4-rubygem-mime-types-testsuite-1ruby2.4-rubygem-mime-types-testsuite-1(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.4-rubygem-mime-types-1rpmlib(PayloadIsLzma)3.0.4-14.0-11.25.14.4.6-14.11.2T@TFJT:m@S0@R%@RC@Q@Q{Qg@Q.Q@PkPPOz@OleN@L%@J}hdmueller@suse.comadrian@suse.deadrian@suse.decoolo@suse.comcoolo@suse.comcoolo@suse.comcfarrell@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcfarrell@suse.comjreidinger@suse.comcoolo@suse.comcoolo@suse.comsaschpe@suse.demrueckert@suse.demrueckert@suse.dedmacvicar@novell.com- rebuild against newer gem2rpm to properly package licence file- add -1 suffix to avoid overwrite with version 2 rubygem- adapt to new rubygem packaging style- updated to version 1.25.1 * Bugs: * Fix an issue with priority comparison in the 1.x release series. Found by sdbondi. This issue does not exist in the 2.x release series. https://github.com/halostatue/mime-types/issues/47- updated to version 1.25 * New Features: * Adding lazy loading and caching functionality to the default data based on work done by Greg Brockman (gdb). * Bugs: * Force the default internal application encoding to be used when reading the MIME types database. Based on a change by briangamble, found in the rapid7 fork. * New extensions: * mjpeg (video/x-motion-jpeg) based on a change by punkrats, found in the vidibus fork. * Modernized MiniTest configuration.- updated to version 1.24 * Code Climate: * Working on improving the quality of the mime-types codebase through the use of Code Climate. https://codeclimate.com/github/halostatue/mime-types * Simplified MIME::Type.from_array to make more assumptions about assignment. * Documentation: * LeoYoung pointed out that the README.rdoc contained examples that could never possibly work because MIME::Types#[] returns (for all the versions I have handy) an array, not a single type. I have updated README.rdoc to reflect this. * Removed Nokogiri as a declared development dependency. It is still required if you're going to use the IANA parser functionality, but it is not necessary for most development purposes. This has been removed to ensure that Travis CI passes on Ruby 1.8.7. * New MIME Types: * 7zip (application/x-7z-compressed). Fixes a request by kodram. https://github.com/halostatue/mime-types/issues/32 * application/x-www-form-urlencoded. Fixes a request by alexkwolfe. https://github.com/halostatue/mime-types/issues/39 * Various new MIME types from IANA: * application/mbms-schedule\+xml from 3GPP and Turcotte. * application/provenance\+xml from W3C and Herman. * application/session-info from 3GPP and Firmin. * application/urc-grpsheet\+xml, application/urc-targetdesc\+xml, application/uisocketdesc\+xml from Zimmermann. * application/api\+json from Klabnik. * application/vnd.etsi.pstn\+xml from Han and Belling. * application/vnd.fujixerox.docuworks.container from Tashiro. * application/vnd.windows.devicepairing from Dandawate. * video/vnd.radgamettools.bink and video/vnd.radgamettools.smacker from Andersson. * Updated MIME Types: * RFC 6960 was adopted (application/ocsp-request and application/ocsp-response).- license update: MIT or (Artistic-1.0 or GPL-1.0+) License is MIT or Perl Artistic (which itself splits into Artistic-1.0 or GPL-1.0+)- updated to version 1.23 * New Feature: * Arnaud Meuret (ameuret) suggested that it could be useful if the MIME type collection was enumerable, so he implemented it in #30. Thanks for the contribution! https://github.com/halostatue/mime-types/pull/30 * Updated MIME Types: * RFC6910 was adopted (application/call-completion). * RFC6902 was adopted (application/json-patch\+json). * RFC6917 was adopted (application/mrb-consumer\+xml, application/mrb-publish\+xml). * RFC6922 was adopted (application/sql). * RFC2560 is being {updated}[http://tools.ietf.org/html/draft-ietf-pkix-rfc2560bis]. * Administrivia: * The gemspec now includes information about the licenses under which the mime-types gem is available. * Using hoe-gemspec2 instead of hoe-gemspec.- updated to version 1.22 * New MIME Types: * Added support for 3FR (Hasselblad raw images) files. MIME-Type was obtained by looking at exif data with exiftool. Thanks to cgat for these changes. https://github.com/halostatue/mime-types/pull/27 * Updated MIME Types: * Pulled the latest updates from the IANA MIME-Type registry. * Added support for Ruby 2.0 with Travis CI.- updated to version 1.21 * New MIME Types: * Various new or updated MIME types by Garret Alfert: application/vnd.ms-fontobject, .eot; application/x-chrome-extension, .crx; application/x-web-app-manifest\+json, .webapp; application/x-xpinstall, .xpi; image/svg\+xml, .svg, .svgz; image/webp, .webp; text/cache-manifest, .appcache, .manifest. https://github.com/halostatue/mime-types/pull/24 * Fixed some Manifest.txt related madness on Travis.- updated to version 1.20.1- license update: GPL-2.0+ or Artistic-1.0 or Ruby See data/License.rdoc- use new gem2rpm to get new provisions- update to 1.19 * New MIME Types: * Types reported in Issue #6 (https://github.com/halostatue/mime-types/issues/6): * XCF Gnome Images (image/x-xcf, image/x-compressed-xcf; .xcf). https://github.com/halostatue/mime-types/issue/17 * Types reported in https://github.com/halostatue/mime-types/issues/12: * DV (video/x-dv; .dv) * IVF (video/x-ivf; .ivf) * Matroska (video/x-matroska; .mkv) * Motion JPEG (video/x-motion-jpeg; .mjpg) * RealMedia (official; application/vnd.rn-realmedia; .rm) * New extensions: * dcm (application/dicom); https://github.com/halostatue/mime-types/issue/16. * Types reported in https://github.com/halostatue/mime-types/issues/12: * 3g2, 3gpp2 (video/3gpp2) * mpeg (video/mpeg) * mxf (application/mxf) * ts (video/MP2T) * ogg (video/ogg) * Fixed MIME Types: * Adobe AIR application installer packages was missing a hyphen. https://github.com/halostatue/mime-types/issue/13 * Types reported in https://github.com/halostatue/mime-types/issues/12: * audio/x-pn-realaudio extension is .ra, not .rm. * Resolved https://github.com/halostatue/mime-types/issues/8. Apparently some people run the tests on Linux. Imagine that.- update to 1.18 * New MIME Types: * Types reported in Issue #6 (https://github.com/halostatue/mime-types/issues/6): * CoffeeScript (text/x-coffeescript; .coffee; 8bit). * AIR (application/vnd.adobe.air-applicationinstaller-package+zip, .air; base64). * WOFF (application/font-woff; .woff; base64). * TrueType (application/x-font-truetype; .ttf; base64). * OpenType (application/x-font-opentype; .otf; base64). * WebM (audio/webm, video/webm; .webm). Issue #11 (https://github.com/halostatue/mime-types/issues/11). * New extensions: * f4v/f4p (video/mp4, used by Adobe); f4a/fb4 (audio/mp4, used by Adobe). * Bug Fixes: * It was pointed out that Licence.txt was incorrectly named. Fixed by renaming to Licence.rdoc (from Issue/Pull Request #8, https://github.com/halostatue/mime-types/issues/8). * It was pointed out that a plan to have the test output generated automatically never went through. Issue #10 (https://github.com/halostatue/mime-types/issues/10)- Spec file cleanup: * Factory preparation- update to 1.17.2 (bnc#727772) * Fixed an issue with Ruby 1.9 and file encoding. * Implemented modern 'hoe' semantics. * Switched to minitest instead of test/unit. * Converted documentation from .txt to .rdoc. * Removed setup.rb. (Issue #3: https://github.com/halostatue/mime-types/issues/3). * Should no longer complain about missing RubyGems keys (Issue #2: https://github.com/halostatue/mime-types/issues/2). * Added .mp4 and .mpg4 as recognized extensions for {application,audio,video}/mp4 per RFC4337. (Issue #1: https://github.com/halostatue/mime-types/issues/1). * Added audio/x-aac and .aac per RubyForge issue #28054 (http://rubyforge.org/tracker/index.php?func=detail&aid=28054&group_id=293&atid=1194). * Made it much easier to update MIME types from this point forward. * Updated MIME types from IANA.- use rubygems_requires macro- initial package for 1.16lamb28 14962469371.25.1-11.31.25.1-11.3testtest_mime_type.rbtest_mime_types.rbtest_mime_types_cache.rbtest_mime_types_lazy.rb/usr/lib64/ruby/gems/2.4.0/gems/mime-types-1.25.1//usr/lib64/ruby/gems/2.4.0/gems/mime-types-1.25.1/test/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/9e1c3cafb1baa3ce61450cc848dad55a-rubygem-mime-types-1cpiolzma5x86_64-suse-linuxdirectoryRuby module source, ASCII text 3Us?p] crt:bLL' hp™Wqɚ@%5q";瘼<'^wUoӭ:ƫPdT脍]zso%<ɮbM[ˡ[ HB=ie]5(3N3Ĥ "OT5,iHkVچV`h{qeϣ[kRo&s^#+*kטQ@7Y% aZm?& oQ%Gt$a[ESj+i4Myr>0<( ;詷9$|[y2#KSEQTdwj  zR<ڜC_ꛖvjiϜ![2bӶg| a L.'i-ʍ_(3,\=/>"zkJO߱]F + e@y*f!0j[~nقi%D/a4h:D9eᎀa P4u4^knMVEJok(+ $ZrqoH5#DT24Fs'Q! ~/t#Ɗ9b}FDa{lڎ‹:r%଄HTyr3m}&ڊ$؂MjY&/#s?抷F\S#\+k;ӯ>G^Gs צэkD*ȫCB&5Vb( 7 u ]ֶx]NBrEQуbL^vZiZWaU&ޚd~׻qk@Sėĝ+_I60'~cceso챳HM?#2Yh ݶ_9b ]5}V9.;.Ӥ =aH`:`MrJ,X].yn/9|X$pR,P+FT5EirlF5r!u: |JɅ'RgQ2SlpNji hsfQ-WtBL H3b Ht. !ͬem`8[h>S=05w@6% Ȭ7(r9QXYyuvJI/ƞClW1x ^wf.Y@(b2 zvbRnr-Glwm.zv;GG0jl"@[(S"+?Xc͋īݲҫ+ˣwWX^΄C"JU4rKEfX24cs@)Lm=eyXyu7m5⏺S/|e"tԕkL![xObt6qKd]GXFG+yq%O4Lz_Nvi4f`y_RPMG3-o[uEO-"|͌Jj1bt 5wѨrÓ9KA"Wİ(QɦQg>^:+Sxbd~Q7289ib˗Ⱥjq2rZ0qa7F&ڠn@תA*744Lª#dl z) z%%Ζ^Mpç3))OҪ|.g쎖.v` x~U\SH,$jV7w1swgG*|'v{Ӛ`nmUu񦷉Ŕ#j`{!XCݏ9)\X8)?JB){ksR0k_bؘk7x!Ը9+*\N .rf:A_L<DHU}O=iWWn*P XДi$lګZ,jZSN\~ ږK6SDG3GF$&zUc7ͪzW:#[,Y)W9f@v'{ݳ6"RW᡻3CEM¸E4ࢼc1mv% clI:HNwXh Ty?l?$bB|7BNY/ 1OGl+fRAʧ%(dž?ů)@b[K%M푬칂` X5*F皎J{pMK *[!}Gw d!, wArjPԾ3ʡ 5zeL2Swbt d}iz_ALݜՅ>7ʾ`n n\* hI;xg ?L7#X1 A!rf-)bu$63)qfCbûH]8^d_Pyh+kL;5`/J*3PܶN9f틪, "uljiY I:蜾)'y$S=.踟M.ɝކm 9&'2)n@][~W,=oXStxL̝$@D(l$e$m)[u*΀oUF 2VCwrſ