Hello community,

here is the log from the commit of package rubygem-mime-types-data for 
openSUSE:Factory checked in at 2016-03-07 13:27:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mime-types-data (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-mime-types-data.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-mime-types-data"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-mime-types-data/rubygem-mime-types-data.changes
  2015-12-14 10:13:55.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mime-types-data.new/rubygem-mime-types-data.changes
     2016-03-07 13:28:20.000000000 +0100
@@ -1,0 +2,34 @@
+Tue Feb 23 05:36:03 UTC 2016 - [email protected]
+
+- updated to version 3.2016.0221
+ see installed History.md
+
+  ## 3.2016.0221 / 2016-02-21
+  
+  *   Updated the known extensions list for audio/mp4.
+  *   Updated the IANA media registry entries as of release date:
+  
+      *   Updated metadata for 3GPP-defined types (there are many),
+          application/cdni, and application/rfc+xml.
+      *   Added application/EmergencyCallData.Comment+xml,
+          application/EmergencyCallData.DeviceInfo+xml,
+          application/EmergencyCallData.ProviderInfo+xml,
+          application/EmergencyCallData.ServiceInfo+xml,
+          application/ppsp-tracker+json, application/problem+json,
+          application/problem+xml, application/vnd.filmit.zfc,
+          application/vnd.hdt, application/vnd.mapbox-vector-tile,
+          application/vnd.ms-PrintDeviceCapabilities+xml,
+          application/vnd.ms-PrintSchemaTicket+xml,
+          application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
+          model/vnd.rosette.annotated-data-model, and video/H265.
+  
+  *   Updated to [Contributor Covenant 1.4][Code of Conduct].
+  *   Shift the support code in this repository to be developed with Ruby 2.3.
+      This involves:
+  
+      *   Adding `frozen_string_literal: true` to all Ruby files.
+      *   Applied some recommended readability and performance suggestions from
+          Rubocop. Ignored some style recommendations, too.
+      *   Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
+
+-------------------------------------------------------------------

Old:
----
  mime-types-data-3.2015.1120.gem

New:
----
  gem2rpm.yml
  mime-types-data-3.2016.0221.gem

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

Other differences:
------------------
++++++ rubygem-mime-types-data.spec ++++++
--- /var/tmp/diff_new_pack.vlzRpR/_old  2016-03-07 13:28:22.000000000 +0100
+++ /var/tmp/diff_new_pack.vlzRpR/_new  2016-03-07 13:28:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mime-types-data
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:           rubygem-mime-types-data
-Version:        3.2015.1120
+Version:        3.2016.0221
 Release:        0
 %define mod_name mime-types-data
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  ruby-macros >= 5
 Url:            https://github.com/mime-types/mime-types-data/
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:        gem2rpm.yml
 Summary:        mime-types-data provides a registry for information about MIME 
media
 License:        MIT
 Group:          Development/Languages/Ruby

++++++ gem2rpm.yml ++++++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV="no"
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
#     /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
#     Requires: util-linux
#     Recommends: pwgen
#   :filelist: |-
#     /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
#     :preamble: |-
#       Requires: .....
#     :filelist: |-
#       /etc/apache2/conf.d/passenger.conf
#     :summary: Custom summary is optional
#     :description: |-
#       Custom description is optional
#
#       bar
#     :post: |-
#       /bin/echo foo
#
++++++ mime-types-data-3.2015.1120.gem -> mime-types-data-3.2016.0221.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Code-of-Conduct.md new/Code-of-Conduct.md
--- old/Code-of-Conduct.md      2015-11-20 07:40:29.000000000 +0100
+++ new/Code-of-Conduct.md      2016-02-22 06:31:18.000000000 +0100
@@ -1,43 +1,75 @@
-## Contributor Code of Conduct
+# Contributor Covenant Code of Conduct
 
-As contributors and maintainers of this project, and in the interest of
-fostering an open and welcoming community, we pledge to respect all people who
-contribute through reporting issues, posting feature requests, updating
-documentation, submitting pull requests or patches, and other activities.
-
-We are committed to making participation in this project a harassment-free
-experience for everyone, regardless of level of experience, gender, gender
-identity and expression, sexual orientation, disability, personal appearance,
-body size, race, ethnicity, age, religion, or nationality.
+## Our Pledge
+
+In the interest of fostering an open and welcoming environment, we as
+contributors and maintainers pledge to making participation in our project and
+our community a harassment-free experience for everyone, regardless of age,
+body size, disability, ethnicity, gender identity and expression, level of
+experience, nationality, personal appearance, race, religion, or sexual
+identity and orientation.
+
+## Our Standards
+
+Examples of behavior that contributes to creating a positive environment
+include:
+
+* Using welcoming and inclusive language
+* Being respectful of differing viewpoints and experiences
+* Gracefully accepting constructive criticism
+* Focusing on what is best for the community
+* Showing empathy towards other community members
 
 Examples of unacceptable behavior by participants include:
 
-* The use of sexualized language or imagery
-* Personal attacks
-* Trolling or insulting/derogatory comments
+* The use of sexualized language or imagery and unwelcome sexual attention or
+  advances
+* Trolling, insulting/derogatory comments, and personal or political attacks
 * Public or private harassment
-* Publishing other's private information, such as physical or electronic
-  addresses, without explicit permission
-* Other unethical or unprofessional conduct.
+* Publishing others' private information, such as a physical or electronic
+  address, without explicit permission
+* Other conduct which could reasonably be considered inappropriate in a
+  professional setting
+
+## Our Responsibilities
+
+Project maintainers are responsible for clarifying the standards of acceptable
+behavior and are expected to take appropriate and fair corrective action in
+response to any instances of unacceptable behavior.
 
 Project maintainers have the right and responsibility to remove, edit, or
 reject comments, commits, code, wiki edits, issues, and other contributions
-that are not aligned to this Code of Conduct. By adopting this Code of Conduct,
-project maintainers commit themselves to fairly and consistently applying these
-principles to every aspect of managing this project. Project maintainers who do
-not follow or enforce the Code of Conduct may be permanently removed from the
-project team.
+that are not aligned to this Code of Conduct, or to ban temporarily or
+permanently any contributor for other behaviors that they deem inappropriate,
+threatening, offensive, or harmful.
+
+## Scope
+
+This Code of Conduct applies both within project spaces and in public spaces
+when an individual is representing the project or its community. Examples of
+representing a project or community include using an official project e-mail
+address, posting via an official social media account, or acting as an
+appointed representative at an online or offline event. Representation of a
+project may be further defined and clarified by project maintainers.
 
-This code of conduct applies both within project spaces and in public spaces
-when an individual is representing the project or its community.
+## Enforcement
 
 Instances of abusive, harassing, or otherwise unacceptable behavior may be
-reported by opening an issue or contacting one or more of the project
-maintainers.
+reported by contacting the project team at [INSERT EMAIL ADDRESS]. All
+complaints will be reviewed and investigated and will result in a response that
+is deemed necessary and appropriate to the circumstances. The project team is
+obligated to maintain confidentiality with regard to the reporter of an
+incident. Further details of specific enforcement policies may be posted
+separately.
+
+Project maintainers who do not follow or enforce the Code of Conduct in good
+faith may face temporary or permanent repercussions as determined by other
+members of the project's leadership.
+
+## Attribution
 
-This Code of Conduct is adapted from the [Contributor Covenant][covenant],
-version 1.2.0, available at
-[http://contributor-covenant.org/version/1/2/0/][covenant 1.2.0].
+This Code of Conduct is adapted from the [Contributor Covenant][homepage], 
version 1.4,
+available at [http://contributor-covenant.org/version/1/4][version]
 
-[covenant]: http://contributor-covenant.org
-[covenant 1.2.0]: http://contributor-covenant.org/version/1/2/0/
+[homepage]: http://contributor-covenant.org
+[version]: http://contributor-covenant.org/version/1/4/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.md new/History.md
--- old/History.md      2015-11-20 07:40:29.000000000 +0100
+++ new/History.md      2016-02-22 06:31:18.000000000 +0100
@@ -1,5 +1,33 @@
 # MIME Types Changes by Version
 
+## 3.2016.0221 / 2016-02-21
+
+*   Updated the known extensions list for audio/mp4.
+*   Updated the IANA media registry entries as of release date:
+
+    *   Updated metadata for 3GPP-defined types (there are many),
+        application/cdni, and application/rfc+xml.
+    *   Added application/EmergencyCallData.Comment+xml,
+        application/EmergencyCallData.DeviceInfo+xml,
+        application/EmergencyCallData.ProviderInfo+xml,
+        application/EmergencyCallData.ServiceInfo+xml,
+        application/ppsp-tracker+json, application/problem+json,
+        application/problem+xml, application/vnd.filmit.zfc,
+        application/vnd.hdt, application/vnd.mapbox-vector-tile,
+        application/vnd.ms-PrintDeviceCapabilities+xml,
+        application/vnd.ms-PrintSchemaTicket+xml,
+        application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
+        model/vnd.rosette.annotated-data-model, and video/H265.
+
+*   Updated to [Contributor Covenant 1.4][Code of Conduct].
+*   Shift the support code in this repository to be developed with Ruby 2.3.
+    This involves:
+
+    *   Adding `frozen_string_literal: true` to all Ruby files.
+    *   Applied some recommended readability and performance suggestions from
+        Rubocop. Ignored some style recommendations, too.
+    *   Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
+
 ## 3.2015.1120 / 2015-11-20
 
 *   Extracted from [ruby-mime-types][rmt].
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile        2015-11-20 07:40:29.000000000 +0100
+++ new/Rakefile        2016-02-22 06:31:18.000000000 +0100
@@ -1,4 +1,4 @@
-# -*- ruby encoding: utf-8 -*-
+# frozen_string_literal: true
 
 require 'rubygems'
 require 'hoe'
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mime/types/data.rb new/lib/mime/types/data.rb
--- old/lib/mime/types/data.rb  2015-11-20 07:40:30.000000000 +0100
+++ new/lib/mime/types/data.rb  2016-02-22 06:31:18.000000000 +0100
@@ -1,7 +1,9 @@
+# frozen_string_literal: true
+
 module MIME
   class Types
     module Data
-      VERSION = '3.2015.1120'
+      VERSION = '3.2016.0221'
 
       # The path that will be used for loading the MIME::Types data. The
       # default location is __FILE__/../../../../data, which is where the data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mime-types-data.rb new/lib/mime-types-data.rb
--- old/lib/mime-types-data.rb  2015-11-20 07:40:30.000000000 +0100
+++ new/lib/mime-types-data.rb  2016-02-22 06:31:18.000000000 +0100
@@ -1 +1,3 @@
+# frozen_string_literal: true
+
 require 'mime/types/data'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-11-20 07:40:29.000000000 +0100
+++ new/metadata        2016-02-22 06:31:18.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: mime-types-data
 version: !ruby/object:Gem::Version
-  version: 3.2015.1120
+  version: 3.2016.0221
 platform: ruby
 authors:
 - Austin Ziegler
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-11-20 00:00:00.000000000 Z
+date: 2016-02-22 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rdoc
@@ -195,7 +195,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.8
+rubygems_version: 2.5.1
 signing_key: 
 specification_version: 4
 summary: mime-types-data provides a registry for information about MIME media 
type


Reply via email to