Hello community,

here is the log from the commit of package rubygem-mime-types for 
openSUSE:Factory checked in at 2013-04-20 17:59:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mime-types (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-mime-types.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-mime-types", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-mime-types/rubygem-mime-types.changes    
2012-08-04 09:43:25.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mime-types.new/rubygem-mime-types.changes   
    2013-04-20 17:59:06.000000000 +0200
@@ -1,0 +2,29 @@
+Fri Apr 12 11:50:57 UTC 2013 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- updated to version 1.20.1
+
+-------------------------------------------------------------------

Old:
----
  mime-types-1.19.gem

New:
----
  mime-types-1.22.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-mime-types.spec ++++++
--- /var/tmp/diff_new_pack.Dbvgda/_old  2013-04-20 17:59:10.000000000 +0200
+++ /var/tmp/diff_new_pack.Dbvgda/_new  2013-04-20 17:59:10.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mime-types
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,42 @@
 
 
 Name:           rubygem-mime-types
-Version:        1.19
+Version:        1.22
 Release:        0
 %define mod_name mime-types
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
+BuildRequires:  rubygem(rdoc) > 3.10
 Url:            http://mime-types.rubyforge.org/
-Source:         %{mod_full_name}.gem
-Summary:        This library allows for the identification of a file's likely 
MIME content type
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:        This library allows for the identification of a file's likely 
MIME
 License:        GPL-2.0+ or Artistic-1.0 or Ruby
 Group:          Development/Languages/Ruby
 
 %description
 This library allows for the identification of a file's likely MIME content
-type. This is release 1.19 with new MIME types. The identification of MIME
+type. This is release 1.22 with new MIME types. The identification of MIME
 content type is based on a file's filename extensions.
+MIME types are used in MIME-compliant communications, as in e-mail or
+HTTP traffic, to indicate the type of content which is transmitted.
+MIME::Types provides the ability for detailed information about MIME
+entities (provided as a set of MIME::Type objects) to be determined and
+used programmatically. There are many types defined by RFCs and vendors,
+so the list is long but not complete; don't hesitate to ask to add
+additional information. This library follows the IANA collection of MIME
+types (see below for reference).
 MIME::Types for Ruby was originally based on and synchronized with MIME::Types
 for Perl by Mark Overmeer, copyright 2001 - 2009. As of version 1.15, the data
 format for the MIME::Type list has changed and the synchronization will no
 longer happen.
-:include: Licence.rdoc
+MIME::Types is built to conform to the MIME types of RFCs 2045 and 2231. It
+follows the official {IANA
+registry}[http://www.iana.org/assignments/media-types/]
+({ftp}[ftp://ftp.iana.org/assignments/media-types]) with some unofficial types
+added from the the {LTSW
+collection}[http://www.ltsw.se/knbase/internet/mime.htp].
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to