Hello community,
here is the log from the commit of package rubygem-capistrano for
openSUSE:Factory checked in at 2016-05-13 09:23:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
and /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-capistrano"
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2015-03-09 10:09:55.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes
2016-05-13 09:23:46.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr 15 04:29:15 UTC 2016 - [email protected]
+
+- updated to version 3.4.1
+ see installed CHANGELOG.md
+
+-------------------------------------------------------------------
Old:
----
capistrano-3.4.0.gem
New:
----
capistrano-3.4.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-capistrano.spec ++++++
--- /var/tmp/diff_new_pack.SgG2uX/_old 2016-05-13 09:23:47.000000000 +0200
+++ /var/tmp/diff_new_pack.SgG2uX/_new 2016-05-13 09:23:47.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-capistrano
#
-# 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-capistrano
-Version: 3.4.0
+Version: 3.4.1
Release: 0
%define mod_name capistrano
%define mod_full_name %{mod_name}-%{version}
++++++ capistrano-3.4.0.gem -> capistrano-3.4.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2015-03-02 14:29:02.000000000 +0100
+++ new/CHANGELOG.md 2016-04-14 18:20:17.000000000 +0200
@@ -4,7 +4,14 @@
## master
-https://github.com/capistrano/capistrano/compare/v3.4.0...HEAD
+https://github.com/capistrano/capistrano/compare/v3.4.1...HEAD
+
+## `3.4.1`
+
+https://github.com/capistrano/capistrano/compare/v3.4.0...v3.4.1
+
+* Fix compatibility with Rake 11.0 (backported from
+ https://github.com/capistrano/capistrano/pull/1631) (@leehambley)
## `3.4.0`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2015-03-02 14:29:02.000000000 +0100
+++ new/Gemfile 2016-04-14 18:20:17.000000000 +0200
@@ -5,5 +5,6 @@
group :cucumber do
gem 'cucumber'
- gem 'rspec', '~> 3.0.0'
+ gem "rspec"
+ gem "rspec-core", "~> 3.4.4"
end
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/capistrano/application.rb
new/lib/capistrano/application.rb
--- old/lib/capistrano/application.rb 2015-03-02 14:29:02.000000000 +0100
+++ new/lib/capistrano/application.rb 2016-04-14 18:20:17.000000000 +0200
@@ -102,7 +102,7 @@
['--version', '-V',
"Display the program version.",
lambda { |value|
- puts "Capistrano Version: #{Capistrano::VERSION} (Rake Version:
#{RAKEVERSION})"
+ puts "Capistrano Version: #{Capistrano::VERSION} (Rake Version:
#{Rake::VERSION})"
exit
}
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/capistrano/version.rb
new/lib/capistrano/version.rb
--- old/lib/capistrano/version.rb 2015-03-02 14:29:02.000000000 +0100
+++ new/lib/capistrano/version.rb 2016-04-14 18:20:17.000000000 +0200
@@ -1,3 +1,3 @@
module Capistrano
- VERSION = "3.4.0"
+ VERSION = "3.4.1"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2015-03-02 14:29:02.000000000 +0100
+++ new/metadata 2016-04-14 18:20:17.000000000 +0200
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: capistrano
version: !ruby/object:Gem::Version
- version: 3.4.0
+ version: 3.4.1
platform: ruby
authors:
- Tom Clements
@@ -9,7 +9,7 @@
autorequire:
bindir: bin
cert_chain: []
-date: 2015-03-02 00:00:00.000000000 Z
+date: 2016-04-14 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: sshkit
@@ -206,7 +206,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.4.3
+rubygems_version: 2.6.3
signing_key:
specification_version: 4
summary: Capistrano - Welcome to easy deployment with Ruby over SSH
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/spec/lib/capistrano/application_spec.rb
new/spec/lib/capistrano/application_spec.rb
--- old/spec/lib/capistrano/application_spec.rb 2015-03-02 14:29:02.000000000
+0100
+++ new/spec/lib/capistrano/application_spec.rb 2016-04-14 18:20:17.000000000
+0200
@@ -30,7 +30,7 @@
expect(out).to match(/\bCapistrano Version\b/)
expect(out).to match(/\b#{Capistrano::VERSION}\b/)
expect(out).to match(/\bRake Version\b/)
- expect(out).to match(/\b#{RAKEVERSION}\b/)
+ expect(out).to match(/\b#{Rake::VERSION}\b/)
end
it "overrides the rake method, and sets the sshkit_backend to
SSHKit::Backend::Printer" do