Hello community, here is the log from the commit of package rubygem-gpgme for openSUSE:Factory checked in at 2015-07-28 11:43:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-06-11 08:22:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-gpgme.new/rubygem-gpgme.changes 2015-07-28 11:43:35.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Jul 25 04:29:03 UTC 2015 - [email protected] + +- updated to version 2.0.9 + no changelog found + +------------------------------------------------------------------- Old: ---- gpgme-2.0.8.gem New: ---- gpgme-2.0.9.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-gpgme.spec ++++++ --- /var/tmp/diff_new_pack.FdeMWS/_old 2015-07-28 11:43:36.000000000 +0200 +++ /var/tmp/diff_new_pack.FdeMWS/_new 2015-07-28 11:43:36.000000000 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-gpgme -Version: 2.0.8 +Version: 2.0.9 Release: 0 %define mod_name gpgme %define mod_full_name %{mod_name}-%{version} ++++++ gpgme-2.0.8.gem -> gpgme-2.0.9.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 1970-01-01 01:00:00.000000000 +0100 +++ new/ext/gpgme/extconf.rb 2015-07-24 06:50:01.000000000 +0200 @@ -62,7 +62,7 @@ require 'rubygems' require 'mini_portile' - libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.17').tap do |recipe| + libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.19').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 = [ @@ -79,7 +79,7 @@ recipe.activate end - libassuan_recipe = MiniPortile.new('libassuan', '2.2.0').tap do |recipe| + libassuan_recipe = MiniPortile.new('libassuan', '2.2.1').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 = [ @@ -96,7 +96,7 @@ recipe.activate end - gpgme_recipe = MiniPortile.new('gpgme', '1.5.3').tap do |recipe| + gpgme_recipe = MiniPortile.new('gpgme', '1.5.5').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 = [ 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 1970-01-01 01:00:00.000000000 +0100 +++ new/lib/gpgme/version.rb 2015-07-24 06:50:01.000000000 +0200 @@ -1,3 +1,4 @@ module GPGME - VERSION = "1.0.8" + # The version of GPGME ruby binding you are using + VERSION = "2.0.9" end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 1970-01-01 01:00:00.000000000 +0100 +++ new/metadata 2015-07-24 06:50:01.000000000 +0200 @@ -1,8 +1,7 @@ --- !ruby/object:Gem::Specification name: gpgme version: !ruby/object:Gem::Version - version: 2.0.8 - prerelease: + version: 2.0.9 platform: ruby authors: - Daiki Ueno @@ -10,180 +9,165 @@ autorequire: bindir: bin cert_chain: [] -date: 2014-12-31 00:00:00.000000000 Z +date: 2015-07-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: mini_portile requirement: !ruby/object:Gem::Requirement - none: false requirements: - - - ! '>=' + - - ">=" - !ruby/object:Gem::Version version: 0.5.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement - none: false requirements: - - - ! '>=' + - - ">=" - !ruby/object:Gem::Version version: 0.5.0 - !ruby/object:Gem::Dependency name: mocha requirement: !ruby/object:Gem::Requirement - none: false requirements: - - - ~> + - - "~>" - !ruby/object:Gem::Version version: 0.9.12 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement - none: false requirements: - - - ~> + - - "~>" - !ruby/object:Gem::Version version: 0.9.12 - !ruby/object:Gem::Dependency name: minitest requirement: !ruby/object:Gem::Requirement - none: false requirements: - - - ~> + - - "~>" - !ruby/object:Gem::Version version: 2.1.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement - none: false requirements: - - - ~> + - - "~>" - !ruby/object:Gem::Version version: 2.1.0 - !ruby/object:Gem::Dependency name: yard requirement: !ruby/object:Gem::Requirement - none: false requirements: - - - ~> + - - "~>" - !ruby/object:Gem::Version version: 0.6.7 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement - none: false requirements: - - - ~> + - - "~>" - !ruby/object:Gem::Version version: 0.6.7 - !ruby/object:Gem::Dependency name: coveralls requirement: !ruby/object:Gem::Requirement - none: false requirements: - - - ! '>=' + - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement - none: false requirements: - - - ! '>=' + - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency - name: debugger + name: byebug requirement: !ruby/object:Gem::Requirement - none: false requirements: - - - ~> + - - "~>" - !ruby/object:Gem::Version - version: 1.6.6 + version: 3.5.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement - none: false requirements: - - - ~> + - - "~>" - !ruby/object:Gem::Version - version: 1.6.6 -description: ! 'Ruby-GPGME is a Ruby language binding of GPGME (GnuPG - + version: 3.5.1 +description: |- + Ruby-GPGME is a Ruby language binding of GPGME (GnuPG Made Easy). GnuPG Made Easy (GPGME) is a library designed to make access to - GnuPG easier for applications. It provides a High-Level Crypto API for - - encryption, decryption, signing, signature verification and key management.' + encryption, decryption, signing, signature verification and key management. email: [email protected] executables: [] extensions: - ext/gpgme/extconf.rb extra_rdoc_files: [] files: -- lib/gpgme/ctx.rb -- lib/gpgme/io_callbacks.rb +- examples/edit.rb +- examples/genkey.rb +- examples/keylist.rb +- examples/roundtrip.rb +- examples/sign.rb +- examples/verify.rb +- ext/gpgme/extconf.rb +- ext/gpgme/gpgme_n.c +- lib/gpgme.rb +- lib/gpgme/compat.rb +- lib/gpgme/constants.rb - lib/gpgme/crypto.rb -- lib/gpgme/user_id.rb -- lib/gpgme/version.rb +- lib/gpgme/ctx.rb - lib/gpgme/data.rb -- lib/gpgme/misc.rb -- lib/gpgme/sub_key.rb +- lib/gpgme/engine.rb - lib/gpgme/error.rb +- lib/gpgme/io_callbacks.rb - lib/gpgme/key.rb -- lib/gpgme/constants.rb -- lib/gpgme/signature.rb -- lib/gpgme/engine.rb - lib/gpgme/key_common.rb -- lib/gpgme/compat.rb - lib/gpgme/key_sig.rb -- lib/gpgme.rb -- ext/gpgme/extconf.rb -- ext/gpgme/gpgme_n.c -- test/gpgme_test.rb +- lib/gpgme/misc.rb +- lib/gpgme/signature.rb +- lib/gpgme/sub_key.rb +- lib/gpgme/user_id.rb +- lib/gpgme/version.rb +- ports/archives/gpgme-1.5.5.tar.bz2 +- ports/archives/libassuan-2.2.1.tar.bz2 +- ports/archives/libgpg-error-1.19.tar.bz2 +- test/crypto_test.rb +- test/ctx_test.rb - test/data_test.rb - test/files/testkey_pub.gpg - test/files/testkey_sec.gpg +- test/gpgme_test.rb +- test/key_test.rb - test/signature_test.rb -- test/crypto_test.rb -- test/ctx_test.rb +- test/sub_key_test.rb - test/support/resources.rb - test/test_helper.rb -- test/sub_key_test.rb -- test/key_test.rb -- examples/keylist.rb -- examples/edit.rb -- examples/roundtrip.rb -- examples/verify.rb -- examples/genkey.rb -- examples/sign.rb -- ports/archives/libassuan-2.2.0.tar.bz2 -- ports/archives/libgpg-error-1.17.tar.bz2 -- ports/archives/gpgme-1.5.3.tar.bz2 homepage: http://github.com/ueno/ruby-gpgme licenses: - LGPL-2.1+ +metadata: {} post_install_message: rdoc_options: [] require_paths: - lib - ext required_ruby_version: !ruby/object:Gem::Requirement - none: false requirements: - - - ! '>=' + - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement - none: false requirements: - - - ! '>=' + - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: ruby-gpgme -rubygems_version: 1.8.23 +rubygems_version: 2.2.2 signing_key: -specification_version: 3 +specification_version: 4 summary: Ruby binding of GPGME. test_files: [] Files old/ports/archives/gpgme-1.5.3.tar.bz2 and new/ports/archives/gpgme-1.5.3.tar.bz2 differ Files old/ports/archives/gpgme-1.5.5.tar.bz2 and new/ports/archives/gpgme-1.5.5.tar.bz2 differ Files old/ports/archives/libassuan-2.2.0.tar.bz2 and new/ports/archives/libassuan-2.2.0.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/libgpg-error-1.17.tar.bz2 and new/ports/archives/libgpg-error-1.17.tar.bz2 differ Files old/ports/archives/libgpg-error-1.19.tar.bz2 and new/ports/archives/libgpg-error-1.19.tar.bz2 differ
