Hello community,

here is the log from the commit of package rubygem-gpgme for openSUSE:Factory 
checked in at 2016-04-28 16:52:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-gpgme (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-gpgme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-gpgme"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-gpgme/rubygem-gpgme.changes      
2015-12-24 12:16:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-gpgme.new/rubygem-gpgme.changes 
2016-04-28 16:52:56.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jan 20 05:43:28 UTC 2016 - [email protected]
+
+- updated to version 2.0.12
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  gpgme-2.0.11.gem

New:
----
  gpgme-2.0.12.gem

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

Other differences:
------------------
++++++ rubygem-gpgme.spec ++++++
--- /var/tmp/diff_new_pack.n4R1RT/_old  2016-04-28 16:52:57.000000000 +0200
+++ /var/tmp/diff_new_pack.n4R1RT/_new  2016-04-28 16:52:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-gpgme
 #
-# 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,7 +24,7 @@
 #
 
 Name:           rubygem-gpgme
-Version:        2.0.11
+Version:        2.0.12
 Release:        0
 %define mod_name gpgme
 %define mod_full_name %{mod_name}-%{version}

++++++ gpgme-2.0.11.gem -> gpgme-2.0.12.gem ++++++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/gpgme/extconf.rb new/ext/gpgme/extconf.rb
--- old/ext/gpgme/extconf.rb    2015-12-15 09:30:04.000000000 +0100
+++ new/ext/gpgme/extconf.rb    2016-01-19 06:48:40.000000000 +0100
@@ -60,7 +60,7 @@
 EOS
 
   require 'rubygems'
-  require 'mini_portile'
+  require 'mini_portile2'
 
   libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.21').tap do |recipe|
     recipe.target = File.join(ROOT, "ports")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/gpgme/version.rb new/lib/gpgme/version.rb
--- old/lib/gpgme/version.rb    2015-12-15 09:30:04.000000000 +0100
+++ new/lib/gpgme/version.rb    2016-01-19 06:48:40.000000000 +0100
@@ -1,4 +1,4 @@
 module GPGME
   # The version of GPGME ruby binding you are using
-  VERSION = "2.0.11"
+  VERSION = "2.0.12"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-12-15 09:30:04.000000000 +0100
+++ new/metadata        2016-01-19 06:48:40.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: gpgme
 version: !ruby/object:Gem::Version
-  version: 2.0.11
+  version: 2.0.12
 platform: ruby
 authors:
 - Daiki Ueno
@@ -9,22 +9,22 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-12-15 00:00:00.000000000 Z
+date: 2016-01-19 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
-  name: mini_portile
+  name: mini_portile2
   requirement: !ruby/object:Gem::Requirement
     requirements:
-    - - ">="
+    - - "~>"
       - !ruby/object:Gem::Version
-        version: 0.5.0
+        version: 2.1.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
-    - - ">="
+    - - "~>"
       - !ruby/object:Gem::Version
-        version: 0.5.0
+        version: 2.1.0
 - !ruby/object:Gem::Dependency
   name: mocha
   requirement: !ruby/object:Gem::Requirement


Reply via email to