Hello community,

here is the log from the commit of package rubygem-gpgme for openSUSE:Factory 
checked in at 2015-12-24 12:16:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-28 08:27:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gpgme.new/rubygem-gpgme.changes 
2015-12-24 12:16:27.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Dec 16 05:30:27 UTC 2015 - [email protected]
+
+- updated to version 2.0.11
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  gpgme-2.0.10.gem

New:
----
  gpgme-2.0.11.gem

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

Other differences:
------------------
++++++ rubygem-gpgme.spec ++++++
--- /var/tmp/diff_new_pack.Mni0jZ/_old  2015-12-24 12:16:28.000000000 +0100
+++ /var/tmp/diff_new_pack.Mni0jZ/_new  2015-12-24 12:16:28.000000000 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-gpgme
-Version:        2.0.10
+Version:        2.0.11
 Release:        0
 %define mod_name gpgme
 %define mod_full_name %{mod_name}-%{version}

++++++ gpgme-2.0.10.gem -> gpgme-2.0.11.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-08-27 03:44:37.000000000 +0200
+++ new/ext/gpgme/extconf.rb    2015-12-15 09:30:04.000000000 +0100
@@ -62,14 +62,14 @@
   require 'rubygems'
   require 'mini_portile'
 
-  libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.20').tap do |recipe|
+  libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.21').tap do |recipe|
     recipe.target = File.join(ROOT, "ports")
     recipe.files = 
["ftp://ftp.gnupg.org/gcrypt/#{recipe.name}/#{recipe.name}-#{recipe.version}.tar.bz2";]
     recipe.configure_options = [
       '--disable-shared',
       '--enable-static',
       '--disable-nls',
-      "CFLAGS='-fPIC #{ENV["CFLAGS"]}'",
+      "CFLAGS=-fPIC #{ENV["CFLAGS"]}",
     ]
     checkpoint = 
"#{recipe.target}/#{recipe.name}-#{recipe.version}-#{recipe.host}.installed"
     unless File.exist?(checkpoint)
@@ -79,14 +79,14 @@
     recipe.activate
   end
 
-  libassuan_recipe = MiniPortile.new('libassuan', '2.2.1').tap do |recipe|
+  libassuan_recipe = MiniPortile.new('libassuan', '2.4.2').tap do |recipe|
     recipe.target = File.join(ROOT, "ports")
     recipe.files = 
["ftp://ftp.gnupg.org/gcrypt/#{recipe.name}/#{recipe.name}-#{recipe.version}.tar.bz2";]
     recipe.configure_options = [
       '--disable-shared',
       '--enable-static',
       "--with-gpg-error-prefix=#{libgpg_error_recipe.path}",
-      "CFLAGS='-fPIC #{ENV["CFLAGS"]}'",
+      "CFLAGS=-fPIC #{ENV["CFLAGS"]}",
     ]
     checkpoint = 
"#{recipe.target}/#{recipe.name}-#{recipe.version}-#{recipe.host}.installed"
     unless File.exist?(checkpoint)
@@ -108,7 +108,7 @@
       # However, on some systems (e.g. Debian), they are splitted into
       # separate packages.
       '--disable-gpgsm-test',
-      "CFLAGS='-fPIC #{ENV["CFLAGS"]}'",
+      "CFLAGS=-fPIC #{ENV["CFLAGS"]}",
     ]
     checkpoint = 
"#{recipe.target}/#{recipe.name}-#{recipe.version}-#{recipe.host}.installed"
     unless File.exist?(checkpoint)
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-08-27 03:44:37.000000000 +0200
+++ new/lib/gpgme/version.rb    2015-12-15 09:30:04.000000000 +0100
@@ -1,4 +1,4 @@
 module GPGME
   # The version of GPGME ruby binding you are using
-  VERSION = "2.0.10"
+  VERSION = "2.0.11"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-08-27 03:44:37.000000000 +0200
+++ new/metadata        2015-12-15 09:30:04.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: gpgme
 version: !ruby/object:Gem::Version
-  version: 2.0.10
+  version: 2.0.11
 platform: ruby
 authors:
 - Daiki Ueno
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-08-27 00:00:00.000000000 Z
+date: 2015-12-15 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: mini_portile
@@ -132,11 +132,8 @@
 - lib/gpgme/user_id.rb
 - lib/gpgme/version.rb
 - ports/archives/gpgme-1.6.0.tar.bz2
-- ports/archives/gpgme-1.6.0.tar.bz2.sig
-- ports/archives/libassuan-2.1.2.tar.bz2
-- ports/archives/libassuan-2.2.1.tar.bz2
-- ports/archives/libgpg-error-1.20.tar.bz2
-- ports/archives/libgpg-error-1.20.tar.bz2.sig
+- ports/archives/libassuan-2.4.2.tar.bz2
+- ports/archives/libgpg-error-1.21.tar.bz2
 - test/crypto_test.rb
 - test/ctx_test.rb
 - test/data_test.rb
Files old/ports/archives/gpgme-1.6.0.tar.bz2.sig and 
new/ports/archives/gpgme-1.6.0.tar.bz2.sig differ
Files old/ports/archives/libassuan-2.1.2.tar.bz2 and 
new/ports/archives/libassuan-2.1.2.tar.bz2 differ
Files old/ports/archives/libassuan-2.2.1.tar.bz2 and 
new/ports/archives/libassuan-2.2.1.tar.bz2 differ
Files old/ports/archives/libassuan-2.4.2.tar.bz2 and 
new/ports/archives/libassuan-2.4.2.tar.bz2 differ
Files old/ports/archives/libgpg-error-1.20.tar.bz2 and 
new/ports/archives/libgpg-error-1.20.tar.bz2 differ
Files old/ports/archives/libgpg-error-1.20.tar.bz2.sig and 
new/ports/archives/libgpg-error-1.20.tar.bz2.sig differ
Files old/ports/archives/libgpg-error-1.21.tar.bz2 and 
new/ports/archives/libgpg-error-1.21.tar.bz2 differ


Reply via email to