Hello community,
here is the log from the commit of package rubygem-mime-types for
openSUSE:Factory checked in at 2013-05-07 15:44:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mime-types (Old)
and /work/SRC/openSUSE:Factory/.rubygem-mime-types.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-mime-types"
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-mime-types/rubygem-mime-types.changes
2013-04-20 17:59:06.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-mime-types.new/rubygem-mime-types.changes
2013-05-07 15:44:53.000000000 +0200
@@ -1,0 +2,28 @@
+Mon May 6 10:23:39 UTC 2013 - [email protected]
+
+- 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 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
mime-types-1.22.gem
New:
----
mime-types-1.23.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-mime-types.spec ++++++
--- /var/tmp/diff_new_pack.zt3V8M/_old 2013-05-07 15:44:54.000000000 +0200
+++ /var/tmp/diff_new_pack.zt3V8M/_new 2013-05-07 15:44:54.000000000 +0200
@@ -17,7 +17,7 @@
Name: rubygem-mime-types
-Version: 1.22
+Version: 1.23
Release: 0
%define mod_name mime-types
%define mod_full_name %{mod_name}-%{version}
@@ -28,21 +28,21 @@
Url: http://mime-types.rubyforge.org/
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
+License: MIT or (Artistic-1.0 or GPL-1.0+)
Group: Development/Languages/Ruby
%description
This library allows for the identification of a file's likely MIME content
-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).
+type. This is release 1.23 that adds the ability to enumerate over the
+collection of MIME types and updates the sources of a few 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
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]