commit rubygem-mimemagic for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-mimemagic for 
openSUSE:Factory checked in at 2020-05-11 13:41:32

Comparing /work/SRC/openSUSE:Factory/rubygem-mimemagic (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-mimemagic.new.2738 (New)


Package is "rubygem-mimemagic"

Mon May 11 13:41:32 2020 rev:6 rq:802345 version:0.3.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mimemagic/rubygem-mimemagic.changes  
2020-03-07 21:38:47.616294637 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mimemagic.new.2738/rubygem-mimemagic.changes
2020-05-11 13:41:35.185149097 +0200
@@ -1,0 +2,10 @@
+Thu May  7 21:02:26 UTC 2020 - Stephan Kulow 
+
+- updated to version 0.3.5
+ see installed CHANGELOG.md
+
+  ## 0.3.5 (2020-05-04)
+  
+  Mimetype extensions are now ordered by freedesktop.org's priority
+
+---

Old:

  mimemagic-0.3.4.gem

New:

  mimemagic-0.3.5.gem



Other differences:
--
++ rubygem-mimemagic.spec ++
--- /var/tmp/diff_new_pack.dKOuOU/_old  2020-05-11 13:41:37.177153324 +0200
+++ /var/tmp/diff_new_pack.dKOuOU/_new  2020-05-11 13:41:37.181153332 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mimemagic
-Version:0.3.4
+Version:0.3.5
 Release:0
 %define mod_name mimemagic
 %define mod_full_name %{mod_name}-%{version}

++ mimemagic-0.3.4.gem -> mimemagic-0.3.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2020-01-28 01:32:04.0 +0100
+++ new/CHANGELOG.md2020-05-04 16:02:40.0 +0200
@@ -14,6 +14,10 @@
 
 None
 
+## 0.3.5 (2020-05-04)
+
+Mimetype extensions are now ordered by freedesktop.org's priority
+
 ## 0.3.4 (2020-01-28)
 
 Added frozen string literal comments
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mimemagic/tables.rb new/lib/mimemagic/tables.rb
--- old/lib/mimemagic/tables.rb 2020-01-28 01:32:04.0 +0100
+++ new/lib/mimemagic/tables.rb 2020-05-04 16:02:40.0 +0200
@@ -964,7 +964,7 @@
 'application/dicom' => [%w(dcm), %w(), 'DICOM image'],
 'application/ecmascript' => [%w(es), %w(application/x-executable 
text/plain), 'ECMAScript program'],
 'application/epub+zip' => [%w(epub), %w(application/zip), 'electronic book 
document'],
-'application/geo+json' => [%w(geo.json geojson), %w(application/json), 
'GeoJSON geospatial data'],
+'application/geo+json' => [%w(geojson geo.json), %w(application/json), 
'GeoJSON geospatial data'],
 'application/gml+xml' => [%w(gml), %w(application/xml), 'GML document'],
 'application/gnunet-directory' => [%w(gnd), %w(), 'GNUnet search file'],
 'application/gpx+xml' => [%w(gpx), %w(application/xml), 'GPX geographic 
data'],
@@ -988,9 +988,9 @@
 'application/owl+xml' => [%w(owx), %w(application/xml), 'OWL XML file'],
 'application/oxps' => [%w(oxps xps), %w(application/zip), 'XPS document'],
 'application/pdf' => [%w(pdf), %w(), 'PDF document'],
-'application/pgp-encrypted' => [%w(asc gpg pgp), %w(text/plain), 
'PGP/MIME-encrypted message header'],
-'application/pgp-keys' => [%w(asc gpg pgp pkr skr), %w(text/plain), 'PGP 
keys'],
-'application/pgp-signature' => [%w(asc gpg pgp sig), %w(text/plain), 
'detached OpenPGP signature'],
+'application/pgp-encrypted' => [%w(pgp gpg asc), %w(text/plain), 
'PGP/MIME-encrypted message header'],
+'application/pgp-keys' => [%w(skr pkr asc pgp gpg), %w(text/plain), 'PGP 
keys'],
+'application/pgp-signature' => [%w(asc sig pgp gpg), %w(text/plain), 
'detached OpenPGP signature'],
 'application/pkcs10' => [%w(p10), %w(), 'PKCS#10 certification request'],
 'application/pkcs12' => [%w(p12 pfx), %w(), 'PKCS#12 certificate bundle'],
 'application/pkcs7-mime' => [%w(p7c p7m), %w(), 'PKCS#7 Message or 
Certificate'],
@@ -1003,16 +1003,16 @@
 'application/postscript' => [%w(ps), %w(text/plain), 'PS document'],
 'application/ram' => [%w(ram), %w(), 'RealMedia Metafile'],
 'application/raml+yaml' => [%w(raml), %w(application/x-yaml), 'RAML 
document'],
-'application/rdf+xml' => [%w(owl rdf rdfs), %w(application/xml), 'RDF 
file'],
+'application/rdf+xml' => [%w(rdf rdfs owl), %w(application/xml), 'RDF 
file'],
 'application/relax-ng-compact-syntax' => [%w(rnc), %w(text/plain), 'RELAX 
NG XML schema'],
 'application/rss+xml' => [%w(rss), %w(application/xml), 'RSS summary'],
 'application/rtf' => [%w(rtf), %w(text/plain), 'RTF document'],
 'application/sdp' => [%w(sdp), %w(text/plain), 'SDP 

commit rubygem-mimemagic for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-mimemagic for 
openSUSE:Factory checked in at 2020-03-07 21:38:46

Comparing /work/SRC/openSUSE:Factory/rubygem-mimemagic (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-mimemagic.new.26092 (New)


Package is "rubygem-mimemagic"

Sat Mar  7 21:38:46 2020 rev:5 rq:773785 version:0.3.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mimemagic/rubygem-mimemagic.changes  
2019-01-21 10:53:37.315781675 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mimemagic.new.26092/rubygem-mimemagic.changes
   2020-03-07 21:38:47.616294637 +0100
@@ -1,0 +2,10 @@
+Mon Feb 10 15:06:35 UTC 2020 - Stephan Kulow 
+
+- updated to version 0.3.4
+ see installed CHANGELOG.md
+
+  ## 0.3.4 (2020-01-28)
+  
+  Added frozen string literal comments
+
+---

Old:

  mimemagic-0.3.3.gem

New:

  mimemagic-0.3.4.gem



Other differences:
--
++ rubygem-mimemagic.spec ++
--- /var/tmp/diff_new_pack.6bqiIF/_old  2020-03-07 21:38:48.184295020 +0100
+++ /var/tmp/diff_new_pack.6bqiIF/_new  2020-03-07 21:38:48.184295020 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mimemagic
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mimemagic
-Version:0.3.3
+Version:0.3.4
 Release:0
 %define mod_name mimemagic
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/minad/mimemagic
+URL:https://github.com/minad/mimemagic
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Fast mime detection by extension or content

++ mimemagic-0.3.3.gem -> mimemagic-0.3.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-12-20 09:51:29.0 +0100
+++ new/.travis.yml 2020-01-28 01:32:04.0 +0100
@@ -11,7 +11,10 @@
   - jruby-19mode
   - rbx-3
 before_install:
-  - gem install bundler # the default bundler version on travis is very old 
and causes 1.9.3 build issues
+  # 1. The pre-installed Bundler version on Travis is very old; causes 1.9.3 
build issues
+  # 2. Bundler 2.0 is not supported by the whole matrix
+  - gem install bundler -v'< 2'
 matrix:
   allow_failures:
 - rvm: ruby-head
+- rvm: rbx-3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-12-20 09:51:29.0 +0100
+++ new/CHANGELOG.md2020-01-28 01:32:04.0 +0100
@@ -14,6 +14,10 @@
 
 None
 
+## 0.3.4 (2020-01-28)
+
+Added frozen string literal comments
+
 ## 0.3.3 (2018-12-20)
 
 Upgrade to shared-mime-info-1.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-12-20 09:51:29.0 +0100
+++ new/README.md   2020-01-28 01:32:04.0 +0100
@@ -3,27 +3,31 @@
 
 [![Gem 
Version](https://img.shields.io/gem/v/mimemagic.svg)](http://rubygems.org/gems/mimemagic)
 [![Gem 
Downloads](https://img.shields.io/gem/dt/mimemagic.svg)](http://rubygems.org/gems/mimemagic)
-[![Build 
Status](https://secure.travis-ci.org/minad/mimemagic.png?branch=master)](http://travis-ci.org/minad/mimemagic)
 [![Code 
Climate](https://codeclimate.com/github/minad/mimemagic.png)](https://codeclimate.com/github/minad/mimemagic)
+[![Build 
Status](https://secure.travis-ci.org/minad/mimemagic.svg?branch=master)](http://travis-ci.org/minad/mimemagic)
 [![Code 
Climate](https://codeclimate.com/github/minad/mimemagic.svg)](https://codeclimate.com/github/minad/mimemagic)
 [![Flattr this git 
repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=min4d=https://github.com/minad/mimemagic=MimeMagic==github=software)
 
 Usage
 =
 
-require 'mimemagic'
-MimeMagic.by_extension('html').text?
-MimeMagic.by_extension('.html').child_of? 'text/plain'
-MimeMagic.by_path('filename.txt')
-

commit rubygem-mimemagic for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package rubygem-mimemagic for 
openSUSE:Factory checked in at 2019-01-21 10:53:21

Comparing /work/SRC/openSUSE:Factory/rubygem-mimemagic (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-mimemagic.new.28833 (New)


Package is "rubygem-mimemagic"

Mon Jan 21 10:53:21 2019 rev:4 rq:665964 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mimemagic/rubygem-mimemagic.changes  
2016-08-25 09:55:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mimemagic.new.28833/rubygem-mimemagic.changes
   2019-01-21 10:53:37.315781675 +0100
@@ -1,0 +2,7 @@
+Mon Jan 14 08:08:09 UTC 2019 - mschnit...@suse.com
+
+- updated to version 0.3.3
+
+  * Upgrade to shared-mime-info-1.10
+
+---

Old:

  mimemagic-0.3.2.gem

New:

  mimemagic-0.3.3.gem



Other differences:
--
++ rubygem-mimemagic.spec ++
--- /var/tmp/diff_new_pack.I6rusF/_old  2019-01-21 10:53:37.975780879 +0100
+++ /var/tmp/diff_new_pack.I6rusF/_new  2019-01-21 10:53:37.983780868 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mimemagic
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mimemagic
-Version:0.3.2
+Version:0.3.3
 Release:0
 %define mod_name mimemagic
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/minad/mimemagic
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Fast mime detection by extension or content
 License:MIT
@@ -49,7 +49,7 @@
 
 %install
 %gem_install \
-  --doc-files="LICENSE README.md" \
+  --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
 
 %gem_packages

++ mimemagic-0.3.2.gem -> mimemagic-0.3.3.gem ++
 24426 lines of diff (skipped)




commit rubygem-mimemagic for openSUSE:Factory

2016-08-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mimemagic for 
openSUSE:Factory checked in at 2016-08-25 09:55:17

Comparing /work/SRC/openSUSE:Factory/rubygem-mimemagic (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-mimemagic.new (New)


Package is "rubygem-mimemagic"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mimemagic/rubygem-mimemagic.changes  
2016-03-01 09:39:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-mimemagic.new/rubygem-mimemagic.changes 
2016-08-25 09:55:19.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug  3 04:33:25 UTC 2016 - co...@suse.com
+
+- updated to version 0.3.2
+  no changelog found
+
+---

Old:

  mimemagic-0.3.1.gem

New:

  mimemagic-0.3.2.gem



Other differences:
--
++ rubygem-mimemagic.spec ++
--- /var/tmp/diff_new_pack.URw1PL/_old  2016-08-25 09:55:20.0 +0200
+++ /var/tmp/diff_new_pack.URw1PL/_new  2016-08-25 09:55:20.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mimemagic
-Version:0.3.1
+Version:0.3.2
 Release:0
 %define mod_name mimemagic
 %define mod_full_name %{mod_name}-%{version}

++ mimemagic-0.3.1.gem -> mimemagic-0.3.2.gem ++
 11983 lines of diff (skipped)




commit rubygem-mimemagic for openSUSE:Factory

2016-03-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mimemagic for 
openSUSE:Factory checked in at 2016-03-01 09:39:49

Comparing /work/SRC/openSUSE:Factory/rubygem-mimemagic (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-mimemagic.new (New)


Package is "rubygem-mimemagic"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mimemagic/rubygem-mimemagic.changes  
2015-10-20 00:04:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mimemagic.new/rubygem-mimemagic.changes 
2016-03-01 09:39:54.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan  5 05:38:36 UTC 2016 - co...@suse.com
+
+- updated to version 0.3.1
+  better detect msoffice formats
+
+---

Old:

  mimemagic-0.3.0.gem

New:

  mimemagic-0.3.1.gem



Other differences:
--
++ rubygem-mimemagic.spec ++
--- /var/tmp/diff_new_pack.KZRDyu/_old  2016-03-01 09:39:55.0 +0100
+++ /var/tmp/diff_new_pack.KZRDyu/_new  2016-03-01 09:39:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mimemagic
 #
-# 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
@@ -24,14 +24,14 @@
 #
 
 Name:   rubygem-mimemagic
-Version:0.3.0
+Version:0.3.1
 Release:0
 %define mod_name mimemagic
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 Url:https://github.com/minad/mimemagic
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml

++ mimemagic-0.3.0.gem -> mimemagic-0.3.1.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mimemagic/overlay.rb new/lib/mimemagic/overlay.rb
--- old/lib/mimemagic/overlay.rb2015-03-25 20:36:56.0 +0100
+++ new/lib/mimemagic/overlay.rb2016-01-04 20:57:00.0 +0100
@@ -1,7 +1,7 @@
 # Extra magic
 
-[['application/vnd.openxmlformats-officedocument.presentationml.presentation', 
[[0..2000, 'ppt/']]],
- ['application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 
[[0..2000, 'xl/']]],
- ['application/vnd.openxmlformats-officedocument.wordprocessingml.document', 
[[0..2000, 'word/'.each do |magic|
+[['application/vnd.openxmlformats-officedocument.presentationml.presentation', 
[[0, "PK\003\004", [[30, '[Content_Types].xml', [[0..5000, 'ppt/']]],
+ ['application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', [[0, 
"PK\003\004", [[30, '[Content_Types].xml', [[0..5000, 'xl/']]],
+ ['application/vnd.openxmlformats-officedocument.wordprocessingml.document', 
[[0, "PK\003\004", [[30, '[Content_Types].xml', [[0..5000, 'word/'.each 
do |magic|
   MimeMagic.add(magic[0], magic: magic[1])
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mimemagic/version.rb new/lib/mimemagic/version.rb
--- old/lib/mimemagic/version.rb2015-03-25 20:36:56.0 +0100
+++ new/lib/mimemagic/version.rb2016-01-04 20:57:00.0 +0100
@@ -1,5 +1,5 @@
 class MimeMagic
   # MimeMagic version string
   # @api public
-  VERSION = '0.3.0'
+  VERSION = '0.3.1'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-03-25 20:36:56.0 +0100
+++ new/metadata2016-01-04 20:57:00.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: mimemagic
 version: !ruby/object:Gem::Version
-  version: 0.3.0
+  version: 0.3.1
 platform: ruby
 authors:
 - Daniel Mendler
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-03-25 00:00:00.0 Z
+date: 2016-01-04 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: bacon
@@ -94,4 +94,3 @@
 specification_version: 4
 summary: Fast mime detection by extension or content
 test_files: []
-has_rdoc: 
Files old/test/files/image.jpeg and new/test/files/image.jpeg differ
Files old/test/files/image.png and new/test/files/image.png differ