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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mimemagic.new/rubygem-mimemagic.changes 
2016-03-01 09:39:54.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.KZRDyu/_new  2016-03-01 09:39:55.000000000 +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.rb        2015-03-25 20:36:56.000000000 +0100
+++ new/lib/mimemagic/overlay.rb        2016-01-04 20:57:00.000000000 +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.rb        2015-03-25 20:36:56.000000000 +0100
+++ new/lib/mimemagic/version.rb        2016-01-04 20:57:00.000000000 +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/metadata        2015-03-25 20:36:56.000000000 +0100
+++ new/metadata        2016-01-04 20:57:00.000000000 +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.000000000 Z
+date: 2016-01-04 00:00:00.000000000 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


Reply via email to