File rubygem-mime-types-1.changes of Package rubygem-mime-types-1

-------------------------------------------------------------------
Mon Jan 12 16:38:24 UTC 2015 - dmueller@suse.com

- rebuild against newer gem2rpm to properly package licence file 

-------------------------------------------------------------------
Tue Oct 21 14:40:27 UTC 2014 - adrian@suse.de

- add -1 suffix to avoid overwrite with version 2 rubygem

-------------------------------------------------------------------
Sun Oct 12 11:37:40 UTC 2014 - adrian@suse.de

- adapt to new rubygem packaging style

-------------------------------------------------------------------
Mon Mar 24 19:04:07 UTC 2014 - coolo@suse.com

- 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

-------------------------------------------------------------------
Tue Sep  3 08:10:13 UTC 2013 - coolo@suse.com

- 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.

-------------------------------------------------------------------
Mon Aug 26 05:05:24 UTC 2013 - coolo@suse.com

- 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 <mrleoyoung@gmail.com> 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).

-------------------------------------------------------------------
Mon May  6 10:23:39 UTC 2013 - cfarrell@suse.com

- 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+)

-------------------------------------------------------------------
Sat Apr 27 05:43:01 UTC 2013 - coolo@suse.com

- 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.

-------------------------------------------------------------------
Fri Apr 12 11:50:57 UTC 2013 - coolo@suse.com

- 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.

-------------------------------------------------------------------
Tue Feb 12 16:52:26 UTC 2013 - coolo@suse.com

- 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.

-------------------------------------------------------------------
Tue Feb  5 15:56:40 UTC 2013 - coolo@suse.com

- updated to version 1.20.1

-------------------------------------------------------------------
Thu Aug  2 12:35:11 UTC 2012 - cfarrell@suse.com

- license update: GPL-2.0+ or Artistic-1.0 or Ruby
  See data/License.rdoc

-------------------------------------------------------------------
Tue Jul 31 14:50:42 UTC 2012 - jreidinger@suse.com

- use new gem2rpm to get new provisions 

-------------------------------------------------------------------
Sun Jul 15 07:46:25 UTC 2012 - coolo@suse.com

- 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.
 
-------------------------------------------------------------------
Tue Apr  3 08:44:53 UTC 2012 - coolo@suse.com

- 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)

-------------------------------------------------------------------
Fri Mar 23 11:12:02 UTC 2012 - saschpe@suse.de

- Spec file cleanup:
  * Factory preparation

-------------------------------------------------------------------
Thu Nov  3 16:21:40 UTC 2011 - mrueckert@suse.de

- 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.

-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de

- use rubygems_requires macro

-------------------------------------------------------------------
Sat Aug  8 22:57:18 UTC 2009 - dmacvicar@novell.com

- initial package for 1.16 

openSUSE Build Service is sponsored by