commit rubygem-capistrano for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2020-10-05 19:30:17

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new.4249 (New)


Package is "rubygem-capistrano"

Mon Oct  5 19:30:17 2020 rev:35 rq:838024 version:3.14.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2020-05-11 13:40:33.913019073 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new.4249/rubygem-capistrano.changes
  2020-10-05 19:30:22.220557067 +0200
@@ -1,0 +2,7 @@
+Fri Sep 25 13:44:30 UTC 2020 - Stephan Kulow 
+
+updated to version 3.14.1
+ see installed CHANGELOG.md
+
+
+---

Old:

  capistrano-3.14.0.gem

New:

  capistrano-3.14.1.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.QJtNWN/_old  2020-10-05 19:30:23.080557898 +0200
+++ /var/tmp/diff_new_pack.QJtNWN/_new  2020-10-05 19:30:23.084557901 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.14.0
+Version:3.14.1
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.14.0.gem -> capistrano-3.14.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2020-05-06 03:37:37.0 +0200
+++ new/.travis.yml 2020-06-10 18:17:17.0 +0200
@@ -1,8 +1,9 @@
 language: ruby
 rvm:
-  - 2.6.3
-  - 2.5.5
-  - 2.4.6
+  - 2.7.1
+  - 2.6.6
+  - 2.5.8
+  - 2.4.10
   - 2.3.8
   - 2.2
   - 2.1
@@ -16,8 +17,8 @@
   include:
 - rvm: rbx-2
   script: bundle exec rake spec
-# Run Danger only once, on 2.5.3
-- rvm: 2.5.5
+# Run Danger only once, on 2.5.8
+- rvm: 2.5.8
   before_script: bundle exec danger
 
 script: bundle exec rake spec rubocop
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/capistrano/dsl.rb new/lib/capistrano/dsl.rb
--- old/lib/capistrano/dsl.rb   2020-05-06 03:37:37.0 +0200
+++ new/lib/capistrano/dsl.rb   2020-06-10 18:17:17.0 +0200
@@ -33,7 +33,7 @@
 end
 
 def t(key, options={})
-  I18n.t(key, options.merge(scope: :capistrano))
+  I18n.t(key, **options.merge(scope: :capistrano))
 end
 
 def scm
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   2020-05-06 03:37:37.0 +0200
+++ new/lib/capistrano/version.rb   2020-06-10 18:17:17.0 +0200
@@ -1,3 +1,3 @@
 module Capistrano
-  VERSION = "3.14.0".freeze
+  VERSION = "3.14.1".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2020-05-06 03:37:37.0 +0200
+++ new/metadata2020-06-10 18:17:17.0 +0200
@@ -1,15 +1,15 @@
 --- !ruby/object:Gem::Specification
 name: capistrano
 version: !ruby/object:Gem::Version
-  version: 3.14.0
+  version: 3.14.1
 platform: ruby
 authors:
 - Tom Clements
 - Lee Hambley
-autorequire: 
+autorequire:
 bindir: bin
 cert_chain: []
-date: 2020-05-06 00:00:00.0 Z
+date: 2020-06-10 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: airbrussh
@@ -262,7 +262,7 @@
   source_code_uri: https://github.com/capistrano/capistrano
   homepage_uri: https://capistranorb.com/
   documentation_uri: https://capistranorb.com/
-post_install_message: 
+post_install_message:
 rdoc_options: []
 require_paths:
 - lib
@@ -277,8 +277,8 @@
 - !ruby/object:Gem::Version
   version: '0'
 requirements: []
-rubygems_version: 3.1.2
-signing_key: 
+rubygems_version: 3.1.4
+signing_key:
 specification_version: 4
 summary: Capistrano - Welcome to easy deployment with Ruby over SSH
 test_files:




commit rubygem-capistrano for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2020-05-11 13:40:29

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new.2738 (New)


Package is "rubygem-capistrano"

Mon May 11 13:40:29 2020 rev:34 rq:802328 version:3.14.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2020-03-07 21:37:36.992246949 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new.2738/rubygem-capistrano.changes
  2020-05-11 13:40:33.913019073 +0200
@@ -1,0 +2,6 @@
+Thu May  7 20:30:17 UTC 2020 - Stephan Kulow 
+
+- updated to version 3.14.0
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.11.2.gem

New:

  capistrano-3.14.0.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.B04bpx/_old  2020-05-11 13:40:35.529022503 +0200
+++ /var/tmp/diff_new_pack.B04bpx/_new  2020-05-11 13:40:35.529022503 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.11.2
+Version:3.14.0
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.11.2.gem -> capistrano-3.14.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/pull_request_template.md 
new/.github/pull_request_template.md
--- old/.github/pull_request_template.md2019-09-29 03:34:13.0 
+0200
+++ new/.github/pull_request_template.md2020-05-06 03:37:37.0 
+0200
@@ -13,14 +13,10 @@
 - [ ] Did you run `bundle exec rubocop -a` to fix linter issues?
 - [ ] If relevant, did you create a test?
 - [ ] Did you confirm that the RSpec tests pass?
-- [ ] If you are fixing a bug or introducing a new feature, did you add a 
CHANGELOG entry?
 
 ### Other Information
 
 If there's anything else that's important and relevant to your pull
 request, mention that information here.
 
-If you are updating any of the CHANGELOG files or are asked to update the
-CHANGELOG files by reviewers, please add the CHANGELOG entry at the top of the 
file where indicated.
-
 Thanks for helping improve Capistrano!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2019-09-29 03:34:13.0 +0200
+++ new/Gemfile 2020-05-06 03:37:37.0 +0200
@@ -26,11 +26,16 @@
   gem "public_suffix", "< 3.0.0"
 end
 
-# Latest versions of i18n don't support Ruby < 2.1
-if Gem::Requirement.new("< 2.1").satisfied_by?(Gem::Version.new(RUBY_VERSION))
+# Latest versions of i18n don't support Ruby < 2.4
+if Gem::Requirement.new("< 2.4").satisfied_by?(Gem::Version.new(RUBY_VERSION))
   gem "i18n", "< 1.3.0"
 end
 
+# Latest versions of rake don't support Ruby < 2.2
+if Gem::Requirement.new("< 2.2").satisfied_by?(Gem::Version.new(RUBY_VERSION))
+  gem "rake", "< 13.0.0"
+end
+
 # We only run danger once on a new-ish ruby; no need to install it otherwise
 if Gem::Requirement.new("> 2.4").satisfied_by?(Gem::Version.new(RUBY_VERSION))
   gem "danger"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt
--- old/LICENSE.txt 2019-09-29 03:34:13.0 +0200
+++ new/LICENSE.txt 2020-05-06 03:37:37.0 +0200
@@ -1,6 +1,6 @@
 MIT License (MIT)
 
-Copyright (c) 2012-2019 Tom Clements, Lee Hambley
+Copyright (c) 2012-2020 Tom Clements, Lee Hambley
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2019-09-29 03:34:13.0 +0200
+++ new/README.md   2020-05-06 03:37:37.0 +0200
@@ -107,7 +107,7 @@
 
 ``` ruby
 group :development do
-  gem "capistrano", "~> 3.11", require: false
+  gem "capistrano", "~> 3.14", require: false
 end
 ```
 
@@ -200,7 +200,7 @@
 
 MIT License (MIT)
 
-Copyright (c) 2012-2019 Tom Clements, Lee Hambley
+Copyright (c) 2012-2020 Tom Clements, Lee Hambley
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/RELEASING.md new/RELEASING.md
--- old/RELEASING.md2019-09-29 03:34:13.0 +0200
+++ new/RELEASING.md2020-05-06 03:37:37.0 +0200
@@ -12,6 +12,6 @@
 3. Determine w

commit rubygem-capistrano for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2020-03-07 21:37:35

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new.26092 (New)


Package is "rubygem-capistrano"

Sat Mar  7 21:37:35 2020 rev:33 rq:773746 version:3.11.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2018-06-04 13:23:50.669732596 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new.26092/rubygem-capistrano.changes
 2020-03-07 21:37:36.992246949 +0100
@@ -1,0 +2,6 @@
+Mon Feb 10 14:17:36 UTC 2020 - Stephan Kulow 
+
+- updated to version 3.11.2
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.11.0.gem

New:

  capistrano-3.11.2.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.Q747Tz/_old  2020-03-07 21:37:37.596247358 +0100
+++ /var/tmp/diff_new_pack.Q747Tz/_new  2020-03-07 21:37:37.600247360 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-capistrano
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.11.0
+Version:3.11.2
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:http://capistranorb.com/
+URL:https://capistranorb.com/
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Capistrano - Welcome to easy deployment with Ruby over SSH

++ capistrano-3.11.0.gem -> capistrano-3.11.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/release-drafter.yml 
new/.github/release-drafter.yml
--- old/.github/release-drafter.yml 1970-01-01 01:00:00.0 +0100
+++ new/.github/release-drafter.yml 2019-09-29 03:34:13.0 +0200
@@ -0,0 +1,17 @@
+name-template: "$NEXT_PATCH_VERSION"
+tag-template: "v$NEXT_PATCH_VERSION"
+categories:
+  - title: "⚠️ Breaking Changes"
+label: "⚠️ Breaking"
+  - title: "✨ New Features"
+label: "✨ Feature"
+  - title: "🐛 Bug Fixes"
+label: "🐛 Bug Fix"
+  - title: "📚 Documentation"
+label: "📚 Docs"
+  - title: "🏠 Housekeeping"
+label: "🏠 Housekeeping"
+change-template: "- $TITLE (#$NUMBER) @$AUTHOR"
+no-changes-template: "- No changes"
+template: |
+  $CHANGES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/push.yml 
new/.github/workflows/push.yml
--- old/.github/workflows/push.yml  1970-01-01 01:00:00.0 +0100
+++ new/.github/workflows/push.yml  2019-09-29 03:34:13.0 +0200
@@ -0,0 +1,12 @@
+on: push
+name: Push
+jobs:
+  draftRelease:
+name: Draft Release
+runs-on: ubuntu-latest
+steps:
+  - uses: actions/checkout@master
+  - name: Draft Release
+uses: toolmantim/release-drafter@v5.2.0
+env:
+  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2018-06-03 05:15:18.0 +0200
+++ new/.rubocop.yml2019-09-29 03:34:13.0 +0200
@@ -8,6 +8,7 @@
 false
 Metrics/BlockLength:
   Exclude:
+- "*.gemspec"
 - "spec/**/*"
 - "lib/**/*.rake"
 Style/BarePercentLiterals:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-06-03 05:15:18.0 +0200
+++ new/.travis.yml 2019-09-29 03:34:13.0 +0200
@@ -1,7 +1,9 @@
 language: ruby
 rvm:
-  - 2.4.1
-  - 2.3.1
+  - 2.6.3
+  - 2.5.5
+  - 2.4.6
+  - 2.3.8
   - 2.2
   - 2.1
   - 2.0
@@ -14,14 +16,13 @@
   include:
 - rvm: rbx-2
   script: bundle exec rake spec
-# Run Danger only once, on 2.3.1
-- rvm: 2.3.1
+# Run Danger only once, on 2.5.3
+- rvm: 2.5.5
   before_script: bundle exec danger
 
 script: bun

commit rubygem-capistrano for openSUSE:Factory

2018-06-04 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2018-06-04 13:22:52

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano"

Mon Jun  4 13:22:52 2018 rev:32 rq:613894 version:3.11.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2017-12-23 12:20:30.920573035 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2018-06-04 13:23:50.669732596 +0200
@@ -1,0 +2,12 @@
+Sun Jun  3 04:02:27 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 3.11.0
+ see installed CHANGELOG.md
+
+---
+Sun Apr 15 23:29:43 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 3.10.2
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.10.1.gem

New:

  capistrano-3.11.0.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.lyv5Us/_old  2018-06-04 13:23:51.389706231 +0200
+++ /var/tmp/diff_new_pack.lyv5Us/_new  2018-06-04 13:23:51.389706231 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-capistrano
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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.10.1
+Version:3.11.0
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.10.1.gem -> capistrano-3.11.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-12-08 19:45:04.0 +0100
+++ new/CHANGELOG.md2018-06-03 05:15:18.0 +0200
@@ -11,15 +11,33 @@
 **Capistrano uses a six-week release cadence.** Every six weeks, give or take, 
any changes in master will be published as a new rubygems version. If you'd 
like to use a feature or fix that is in master and you can't wait for the next 
planned release, put this in your project's Gemfile to use the master branch 
directly:
 
 ```ruby
-gem "capistrano", :github => "capistrano/capistrano"
+gem "capistrano", github: "capistrano/capistrano", require: false
 ```
 
 ## [master]
 
-[master]: https://github.com/capistrano/capistrano/compare/v3.10.1...HEAD
+[master]: https://github.com/capistrano/capistrano/compare/v3.11.0...HEAD
 
 * Your contribution here!
 
+## [`3.11.0`] (2018-06-02)
+
+* [#1972](https://github.com/capistrano/capistrano/pull/1972): fallback ask to 
default when used in non interactive session
+
+[`3.11.0`]: https://github.com/capistrano/capistrano/compare/v3.10.2...v3.11.0
+
+## [`3.10.2`] (2018-04-15)
+
+[`3.10.2`]: https://github.com/capistrano/capistrano/compare/v3.10.1...v3.10.2
+
+### Breaking changes:
+
+* None
+
+### Fixes:
+
+* [#1977](https://github.com/capistrano/capistrano/pull/1977): Remove append 
operator when writing the git file - [@mmiller1](https://github.com/mmiller1)
+
 ## [`3.10.1`] (2017-12-08)
 
 [`3.10.1`]: https://github.com/capistrano/capistrano/compare/v3.10.0...v3.10.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt
--- old/LICENSE.txt 2017-12-08 19:45:04.0 +0100
+++ new/LICENSE.txt 2018-06-03 05:15:18.0 +0200
@@ -1,6 +1,6 @@
 MIT License (MIT)
 
-Copyright (c) 2012-2017 Tom Clements, Lee Hambley
+Copyright (c) 2012-2018 Tom Clements, Lee Hambley
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-12-08 19:45:04.0 +0100
+++ new/README.md   2018-06-03 05:15:18.0 +0200
@@ -103,11 +103,11 @@
 
 ### Install the Capistrano gem
 
-Add Capistrano to your project's Gemfile:
+Add Capistrano to your project's Gemfile using `require: false`:
 
 ``` ruby
 group :development do
-  gem "capistrano", "~> 3.10"
+  gem "capistrano", "~> 3.11", require: false
 end
 ```
 
@@ -200,7 +200,7 @@
 
 MIT License (MIT)
 
-Copyright (c) 2012-2015 Tom Clements, Lee Hambley
+Copyright (c) 2012-2018 Tom Clements, Lee Hambley
 
 Permission is hereby granted, free of charge, to any person 

commit rubygem-capistrano for openSUSE:Factory

2017-12-23 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2017-12-23 12:20:30

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano"

Sat Dec 23 12:20:30 2017 rev:31 rq:559339 version:3.10.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2017-11-01 11:09:43.761573720 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2017-12-23 12:20:30.920573035 +0100
@@ -1,0 +2,6 @@
+Thu Dec 14 14:19:27 UTC 2017 - co...@suse.com
+
+- updated to version 3.10.1
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.10.0.gem

New:

  capistrano-3.10.1.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.rqrRnE/_old  2017-12-23 12:20:31.608539490 +0100
+++ /var/tmp/diff_new_pack.rqrRnE/_new  2017-12-23 12:20:31.608539490 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.10.0
+Version:3.10.1
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.10.0.gem -> capistrano-3.10.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-10-23 18:27:32.0 +0200
+++ new/CHANGELOG.md2017-12-08 19:45:04.0 +0100
@@ -16,10 +16,22 @@
 
 ## [master]
 
-[master]: https://github.com/capistrano/capistrano/compare/v3.10.0...HEAD
+[master]: https://github.com/capistrano/capistrano/compare/v3.10.1...HEAD
 
 * Your contribution here!
 
+## [`3.10.1`] (2017-12-08)
+
+[`3.10.1`]: https://github.com/capistrano/capistrano/compare/v3.10.0...v3.10.1
+
+### Breaking changes:
+
+* None
+
+### Fixes:
+
+* [#1954](https://github.com/capistrano/capistrano/pull/1954): Fix Host 
filtering when multi-host strings contain `0`
+
 ## [`3.10.0`] (2017-10-23)
 
 [`3.10.0`]: https://github.com/capistrano/capistrano/compare/v3.9.1...v3.10.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt
--- old/LICENSE.txt 2017-10-23 18:27:32.0 +0200
+++ new/LICENSE.txt 2017-12-08 19:45:04.0 +0100
@@ -1,6 +1,6 @@
 MIT License (MIT)
 
-Copyright (c) 2012-2016 Tom Clements, Lee Hambley
+Copyright (c) 2012-2017 Tom Clements, Lee Hambley
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/capistrano/configuration/host_filter.rb 
new/lib/capistrano/configuration/host_filter.rb
--- old/lib/capistrano/configuration/host_filter.rb 2017-10-23 
18:27:32.0 +0200
+++ new/lib/capistrano/configuration/host_filter.rb 2017-12-08 
19:45:04.0 +0100
@@ -3,7 +3,7 @@
 class HostFilter
   def initialize(values)
 av = Array(values).dup
-av = av.flat_map { |v| v.is_a?(String) && v =~ 
/^(?[-A-Za-z1-9.]+)(,\g)*$/ ? v.split(",") : v }
+av = av.flat_map { |v| v.is_a?(String) && v =~ 
/^(?[-A-Za-z0-9.]+)(,\g)*$/ ? v.split(",") : v }
 @rex = regex_matcher(av)
   end
 
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   2017-10-23 18:27:32.0 +0200
+++ new/lib/capistrano/version.rb   2017-12-08 19:45:04.0 +0100
@@ -1,3 +1,3 @@
 module Capistrano
-  VERSION = "3.10.0".freeze
+  VERSION = "3.10.1".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-10-23 18:27:32.0 +0200
+++ new/metadata2017-12-08 19:45:04.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: capistrano
 version: !ruby/object:Gem::Version
-  version: 3.10.0
+  version: 3.10.1
 platform: ruby
 authors:
 - Tom Clements
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-10-23 00:00:00.0 Z
+date: 2017-12-08 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: airbrussh
@@ -285,7 +285,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.14
+rubygems_version: 2.7.3
 signing_key: 
 specification_version: 4
 summary: Ca

commit rubygem-capistrano for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2017-11-01 11:09:45

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano"

Wed Nov  1 11:09:45 2017 rev:30 rq:537515 version:3.10.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2017-09-12 19:57:25.225988838 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2017-11-01 11:09:43.761573720 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 09:57:34 UTC 2017 - co...@suse.com
+
+- updated to version 3.10.0
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.9.1.gem

New:

  capistrano-3.10.0.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.dw2eVD/_old  2017-11-01 11:09:44.277554873 +0100
+++ /var/tmp/diff_new_pack.dw2eVD/_new  2017-11-01 11:09:44.281554727 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.9.1
+Version:3.10.0
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.9.1.gem -> capistrano-3.10.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-08 18:36:50.0 +0200
+++ new/CHANGELOG.md2017-10-23 18:27:32.0 +0200
@@ -14,15 +14,35 @@
 gem "capistrano", :github => "capistrano/capistrano"
 ```
 
-## master
+## [master]
 
-https://github.com/capistrano/capistrano/compare/v3.9.1...HEAD
+[master]: https://github.com/capistrano/capistrano/compare/v3.10.0...HEAD
 
 * Your contribution here!
 
-## `3.9.1` (2017-09-08)
+## [`3.10.0`] (2017-10-23)
 
-https://github.com/capistrano/capistrano/compare/v3.9.0...v3.9.1
+[`3.10.0`]: https://github.com/capistrano/capistrano/compare/v3.9.1...v3.10.0
+
+As of this release, version 2.x of Capistrano is officially End of Life. No 
further releases of 2.x series are planned, and pull requests against 2.x are 
no longer accepted. The maintainers encourage you to upgrade to 3.x if possible.
+
+### Breaking changes:
+
+* None
+
+### New features:
+
+* [#1943](https://github.com/capistrano/capistrano/issues/1943): Make 
'releases' and 'shared' directory names configurable from deployment target
+* [#1922](https://github.com/capistrano/capistrano/pull/1922): Prevents last 
good release from being deleted during cleanup if there are too many subsequent 
failed deploys
+* [#1930](https://github.com/capistrano/capistrano/issues/1930): Default to 
locking the version using the pessimistic version operator at the patch level.
+
+### Fixes:
+
+* [#1937](https://github.com/capistrano/capistrano/pull/1937): Clarify error 
message when plugin is required in the wrong config file.
+
+## [`3.9.1`] (2017-09-08)
+
+[`3.9.1`]: https://github.com/capistrano/capistrano/compare/v3.9.0...v3.9.1
 
 ### Breaking changes:
 
@@ -32,9 +52,9 @@
 
 * [#1912](https://github.com/capistrano/capistrano/pull/1912): Fixed an issue 
where questions posed by `ask` were not printed on certain platforms - 
[@kminiatures](https://github.com/kminiatures)
 
-## `3.9.0` (2017-07-28)
+## [`3.9.0`] (2017-07-28)
 
-https://github.com/capistrano/capistrano/compare/v3.8.2...v3.9.0
+[`3.9.0`]: https://github.com/capistrano/capistrano/compare/v3.8.2...v3.9.0
 
 ### Breaking changes:
 
@@ -48,9 +68,9 @@
 
 * [#1899](https://github.com/capistrano/capistrano/pull/1899): Updated 
`deploy:cleanup` to continue rotating the releases and skip the invalid 
directory names instead of skipping the whole rotation of releases. The warning 
message has changed slightly due to the change of behavior.
 
-## `3.8.2` (2017-06-16)
+## [`3.8.2`] (2017-06-16)
 
-https://github.com/capistrano/capistrano/compare/v3.8.1...v3.8.2
+[`3.8.2`]: https://github.com/capistrano/capistrano/compare/v3.8.1...v3.8.2
 
 ### Breaking changes:
 
@@ -60,9 +80,9 @@
 
 * [#1882](https://github.com/capistrano/capistrano/pull/1882): Explain where 
to add new Capfile lines in scm deprecation warning - 
[@robd](https://github.com/robd)
 
-## `3.8.1` (2017-04-21)
+## [`3.8.1`] (2017-04-21)
 
-https://github.com/capistrano/capistrano/compare/v3.8.0...v3.8.1
+[`3.8.1`]: https://github.com/capistrano/capistrano/compare/v3.8.0...v3.8.1
 
 ### Breaking changes:
 
@@ -72,9 +92,9 @@
 
 * [#1867](https://github.com/capistrano/capistrano/pull/1867): Allow `cap -T` 
to run without Capfile present - 
[@mattbrictson](https://github.com/mattbrictson)
 
-## `3.8.0` (2017-03-10)
+## [`3.8.0`] (2017-

commit rubygem-capistrano for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2017-09-12 19:57:22

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano"

Tue Sep 12 19:57:22 2017 rev:29 rq:523575 version:3.9.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2017-07-10 11:07:09.466215150 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2017-09-12 19:57:25.225988838 +0200
@@ -1,0 +2,12 @@
+Mon Sep 11 12:36:19 UTC 2017 - co...@suse.com
+
+- updated to version 3.9.1
+ see installed CHANGELOG.md
+
+---
+Thu Aug  3 19:06:52 UTC 2017 - co...@suse.com
+
+- updated to version 3.9.0
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.8.2.gem

New:

  capistrano-3.9.1.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.PlwuS6/_old  2017-09-12 19:57:25.881896612 +0200
+++ /var/tmp/diff_new_pack.PlwuS6/_new  2017-09-12 19:57:25.889895487 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.8.2
+Version:3.9.1
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://capistranorb.com/
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
 License:MIT

++ capistrano-3.8.2.gem -> capistrano-3.9.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-06-16 17:17:46.0 +0200
+++ new/.travis.yml 2017-09-08 18:36:50.0 +0200
@@ -1,5 +1,6 @@
 language: ruby
 rvm:
+  - 2.4.1
   - 2.3.1
   - 2.2
   - 2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-06-16 17:17:46.0 +0200
+++ new/CHANGELOG.md2017-09-08 18:36:50.0 +0200
@@ -16,10 +16,38 @@
 
 ## master
 
-https://github.com/capistrano/capistrano/compare/v3.8.1...HEAD
+https://github.com/capistrano/capistrano/compare/v3.9.1...HEAD
 
 * Your contribution here!
 
+## `3.9.1` (2017-09-08)
+
+https://github.com/capistrano/capistrano/compare/v3.9.0...v3.9.1
+
+### Breaking changes:
+
+* None
+
+### Fixes:
+
+* [#1912](https://github.com/capistrano/capistrano/pull/1912): Fixed an issue 
where questions posed by `ask` were not printed on certain platforms - 
[@kminiatures](https://github.com/kminiatures)
+
+## `3.9.0` (2017-07-28)
+
+https://github.com/capistrano/capistrano/compare/v3.8.2...v3.9.0
+
+### Breaking changes:
+
+* None
+
+### New features:
+
+* [#1911](https://github.com/capistrano/capistrano/pull/1911): Add 
Capistrano::DSL#invoke! for repetitive tasks
+
+### Fixes:
+
+* [#1899](https://github.com/capistrano/capistrano/pull/1899): Updated 
`deploy:cleanup` to continue rotating the releases and skip the invalid 
directory names instead of skipping the whole rotation of releases. The warning 
message has changed slightly due to the change of behavior.
+
 ## `3.8.2` (2017-06-16)
 
 https://github.com/capistrano/capistrano/compare/v3.8.1...v3.8.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 2017-06-16 17:17:46.0 +0200
+++ new/CONTRIBUTING.md 2017-09-08 18:36:50.0 +0200
@@ -41,6 +41,8 @@
 
 If you are an experienced Ruby programmer, take a few minutes to get the 
Capistrano test suite running (see [DEVELOPMENT.md][]), and do what you can to 
get a test case written that fails. *This will be a huge help!*
 
+If you think you may have discovered a security vulnerability in Capistrano, 
do not open a GitHub issue. Instead, please send a report to 
.
+
 ## Requesting new features or improvements
 
 Capistrano continues to improve thanks to people like you! Feel free to open a 
GitHub issue for any or all of these ideas:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DEVELOPMENT.md new/DEVELOPMENT.md
--- old/DEVELOPMENT.md  2017-06-16 17:17:46.0 +0200
+++ new/DEVELOPMENT.md  2017-09-08 18:36:50.0 +0200
@@ -28,11 +28,10 @@
 
 Make su

commit rubygem-capistrano for openSUSE:Factory

2017-07-10 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2017-07-10 11:07:09

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano"

Mon Jul 10 11:07:09 2017 rev:28 rq:505387 version:3.8.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2017-06-08 14:59:37.895572920 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2017-07-10 11:07:09.466215150 +0200
@@ -1,0 +2,6 @@
+Tue Jun 20 06:46:49 UTC 2017 - co...@suse.com
+
+- updated to version 3.8.2
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.8.1.gem

New:

  capistrano-3.8.2.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.6j66K4/_old  2017-07-10 11:07:10.018137208 +0200
+++ /var/tmp/diff_new_pack.6j66K4/_new  2017-07-10 11:07:10.018137208 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.8.1
+Version:3.8.2
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.8.1.gem -> capistrano-3.8.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-04-21 17:16:10.0 +0200
+++ new/CHANGELOG.md2017-06-16 17:17:46.0 +0200
@@ -1,6 +1,12 @@
 # Capistrano 3.x Changelog
 
-All notable changes to this project will be documented in this file, in 
reverse chronological order. This project adheres to [Semantic 
Versioning](http://semver.org).
+All notable changes to this project will be documented in this file, in 
reverse chronological order.
+
+**Capistrano follows a modified version of [SemVer](http://semver.org)**, 
similar to the Ruby on Rails project. For a `X.Y.Z` release:
+
+* `Z` indicates bug fixes only; no breaking changes and no new features, 
except as necessary for security fixes.
+* `Y` is bumped when we add new features. Occasionally a `Y` release may 
include small breaking changes. We will notify via CHANGELOG entries and/or 
deprecation notices if there are breaking changes.
+* `X` is incremented for significant breaking changes. This is reserved for 
special occasions, like a complete rewrite.
 
 **Capistrano uses a six-week release cadence.** Every six weeks, give or take, 
any changes in master will be published as a new rubygems version. If you'd 
like to use a feature or fix that is in master and you can't wait for the next 
planned release, put this in your project's Gemfile to use the master branch 
directly:
 
@@ -14,6 +20,18 @@
 
 * Your contribution here!
 
+## `3.8.2` (2017-06-16)
+
+https://github.com/capistrano/capistrano/compare/v3.8.1...v3.8.2
+
+### Breaking changes:
+
+* None
+
+### Other changes:
+
+* [#1882](https://github.com/capistrano/capistrano/pull/1882): Explain where 
to add new Capfile lines in scm deprecation warning - 
[@robd](https://github.com/robd)
+
 ## `3.8.1` (2017-04-21)
 
 https://github.com/capistrano/capistrano/compare/v3.8.0...v3.8.1
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/capistrano/configuration/scm_resolver.rb 
new/lib/capistrano/configuration/scm_resolver.rb
--- old/lib/capistrano/configuration/scm_resolver.rb2017-04-21 
17:16:10.0 +0200
+++ new/lib/capistrano/configuration/scm_resolver.rb2017-06-16 
17:17:46.0 +0200
@@ -112,7 +112,8 @@
 $stderr.puts(<<-MESSAGE)
 [Deprecation Notice] `set :scm, #{scm_name.inspect}` is deprecated.
 To ensure your project is compatible with future versions of Capistrano,
-remove the :scm setting and instead add these lines to your Capfile:
+remove the :scm setting and instead add these lines to your Capfile after
+`require "capistrano/deploy"`:
 
 require "capistrano/scm/#{scm_name}"
 install_plugin #{built_in_scm_plugin_class_name}
@@ -124,7 +125,7 @@
 $stderr.puts(<<-MESSAGE)
 [Deprecation Notice] Future versions of Capistrano will not load the Git SCM
 plugin by default. To silence this deprecation warning, add the following to
-your Capfile:
+your Capfile after `require "capistrano/deploy"`:
 
 require "capistrano/scm/git"
 install_plugin Capistrano::SCM::Git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/capistrano/templates/deploy.rb.erb 
new/lib/capistrano/templates/deploy.rb.erb
--- old/lib/capistrano/templa

commit rubygem-capistrano for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2017-06-08 14:59:33

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano"

Thu Jun  8 14:59:33 2017 rev:27 rq:497667 version:3.8.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2017-04-11 09:32:22.725439049 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2017-06-08 14:59:37.895572920 +0200
@@ -1,0 +2,6 @@
+Tue May 23 09:44:05 UTC 2017 - co...@suse.com
+
+- updated to version 3.8.1
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.8.0.gem

New:

  capistrano-3.8.1.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.9Hgo5H/_old  2017-06-08 14:59:38.507486559 +0200
+++ /var/tmp/diff_new_pack.9Hgo5H/_new  2017-06-08 14:59:38.507486559 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.8.0
+Version:3.8.1
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.8.0.gem -> capistrano-3.8.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2017-03-10 18:05:32.0 +0100
+++ new/.rubocop.yml2017-04-21 17:16:10.0 +0200
@@ -3,6 +3,9 @@
   DisplayStyleGuide: true
   TargetRubyVersion: 2.0
 
+Lint/AmbiguousBlockAssociation:
+  Enabled:
+false
 Metrics/BlockLength:
   Exclude:
 - "spec/**/*"
@@ -13,6 +16,11 @@
   Enabled: false
 Style/DoubleNegation:
   Enabled: false
+Style/FileName:
+  Exclude:
+- "Dangerfile"
+Style/IndentHeredoc:
+  Enabled: false
 Style/SpaceAroundEqualsInParameterDefault:
   EnforcedStyle: no_space
 Style/StringLiterals:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-03-10 18:05:32.0 +0100
+++ new/CHANGELOG.md2017-04-21 17:16:10.0 +0200
@@ -10,17 +10,29 @@
 
 ## master
 
-https://github.com/capistrano/capistrano/compare/v3.7.2...HEAD
+https://github.com/capistrano/capistrano/compare/v3.8.1...HEAD
 
 * Your contribution here!
 
+## `3.8.1` (2017-04-21)
+
+https://github.com/capistrano/capistrano/compare/v3.8.0...v3.8.1
+
+### Breaking changes:
+
+* None
+
+### Fixes:
+
+* [#1867](https://github.com/capistrano/capistrano/pull/1867): Allow `cap -T` 
to run without Capfile present - 
[@mattbrictson](https://github.com/mattbrictson)
+
 ## `3.8.0` (2017-03-10)
 
 https://github.com/capistrano/capistrano/compare/v3.7.2...v3.8.0
 
-### Potentially breaking changes:
+### Minor breaking changes:
 
-* [#1846](https://github.com/capistrano/capistrano/pull/1846): add_host will 
add a new host in a case where it used to incorrectly update an existing one 
(potentially breaking) [(@dbenamy)](https://github.com/dbenamy)
+* [#1846](https://github.com/capistrano/capistrano/pull/1846): add_host - When 
this method has already been called once for a given host and it is called a 
second time with a port, a new host will be added. Previously, the first host 
would have been updated. [(@dbenamy)](https://github.com/dbenamy)
 
 ### New features:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2017-03-10 18:05:32.0 +0100
+++ new/Rakefile2017-04-21 17:16:10.0 +0200
@@ -3,7 +3,7 @@
 require "rspec/core/rake_task"
 require "rubocop/rake_task"
 
-task default: [:spec, :rubocop]
+task default: %i(spec rubocop)
 RSpec::Core::RakeTask.new
 
 Cucumber::Rake::Task.new(:features)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/capistrano.gemspec new/capistrano.gemspec
--- old/capistrano.gemspec  2017-03-10 18:05:32.0 +0100
+++ new/capistrano.gemspec  2017-04-21 17:16:10.0 +0200
@@ -1,4 +1,5 @@
 # -*- encoding: utf-8 -*-
+
 lib = File.expand_path("../lib", __FILE__)
 $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
 require "capistrano/version"
@@ -28,5 +29,5 @@
   gem.add_development_dependency "danger"
   gem.add_development_dependency "mocha"
   gem.add_development_dependency "rspec"
-  gem.add_development_dependency "rubocop"
+  gem.add_development_dependency "rubocop", "0.48.1"
 end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.s

commit rubygem-capistrano for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2017-04-11 09:32:21

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano"

Tue Apr 11 09:32:21 2017 rev:26 rq:479640 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2016-12-29 22:48:43.259309050 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2017-04-11 09:32:22.725439049 +0200
@@ -1,0 +2,12 @@
+Sat Mar 11 05:37:17 UTC 2017 - co...@suse.com
+
+- updated to version 3.8.0
+ see installed CHANGELOG.md
+
+---
+Sat Jan 28 05:31:04 UTC 2017 - co...@suse.com
+
+- updated to version 3.7.2
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.7.1.gem

New:

  capistrano-3.8.0.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.ByHdlM/_old  2017-04-11 09:32:23.373347524 +0200
+++ /var/tmp/diff_new_pack.ByHdlM/_new  2017-04-11 09:32:23.373347524 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-capistrano
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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.7.1
+Version:3.8.0
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.7.1.gem -> capistrano-3.8.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2016-12-16 17:41:02.0 +0100
+++ new/.rubocop.yml2017-03-10 18:05:32.0 +0100
@@ -3,6 +3,10 @@
   DisplayStyleGuide: true
   TargetRubyVersion: 2.0
 
+Metrics/BlockLength:
+  Exclude:
+- "spec/**/*"
+- "lib/**/*.rake"
 Style/BarePercentLiterals:
   EnforcedStyle: percent_q
 Style/ClassAndModuleChildren:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-12-16 17:41:02.0 +0100
+++ new/CHANGELOG.md2017-03-10 18:05:32.0 +0100
@@ -1,13 +1,60 @@
 # Capistrano 3.x Changelog
 
-Reverse Chronological Order:
+All notable changes to this project will be documented in this file, in 
reverse chronological order. This project adheres to [Semantic 
Versioning](http://semver.org).
+
+**Capistrano uses a six-week release cadence.** Every six weeks, give or take, 
any changes in master will be published as a new rubygems version. If you'd 
like to use a feature or fix that is in master and you can't wait for the next 
planned release, put this in your project's Gemfile to use the master branch 
directly:
+
+```ruby
+gem "capistrano", :github => "capistrano/capistrano"
+```
 
 ## master
 
-https://github.com/capistrano/capistrano/compare/v3.7.1...HEAD
+https://github.com/capistrano/capistrano/compare/v3.7.2...HEAD
 
 * Your contribution here!
 
+## `3.8.0` (2017-03-10)
+
+https://github.com/capistrano/capistrano/compare/v3.7.2...v3.8.0
+
+### Potentially breaking changes:
+
+* [#1846](https://github.com/capistrano/capistrano/pull/1846): add_host will 
add a new host in a case where it used to incorrectly update an existing one 
(potentially breaking) [(@dbenamy)](https://github.com/dbenamy)
+
+### New features:
+
+* [#1860](https://github.com/capistrano/capistrano/pull/1860): Allow cap to be 
run within subdir and still work - 
[@mattbrictson](https://github.com/mattbrictson)
+
+### Fixes:
+
+* [#1835](https://github.com/capistrano/capistrano/pull/1835): Stopped 
printing parenthesis in ask prompt if no default or nil was passed as argument 
[(@chamini2)](https://github.com/chamini2)
+* [#1840](https://github.com/capistrano/capistrano/pull/1840): Git plugin: 
shellescape git_wrapper_path [(@olleolleolle)](https://github.com/olleolleolle)
+* [#1843](https://github.com/capistrano/capistrano/pull/1843): Properly shell 
escape git:wrapper steps - [@mattbrictson](https://github.com/mattbrictson)
+* [#1846](https://github.com/capistrano/capistrano/pull/1846): Defining a role 
is now O(hosts) instead of O(hosts^2) [(@dbenamy)](https://github.com/dbenamy)
+* Run `svn switch` to work with svn branches if repo_url is changed
+* [#1856](https://github.com/capistrano/capistrano/pull/18

commit rubygem-capistrano for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2016-09-12 13:26:42

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
2016-08-25 09:55:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2016-09-12 13:26:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 24 04:30:43 UTC 2016 - co...@suse.com
+
+- updated to version 3.6.1
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.6.0.gem

New:

  capistrano-3.6.1.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.Qq8PYx/_old  2016-09-12 13:26:46.0 +0200
+++ /var/tmp/diff_new_pack.Qq8PYx/_new  2016-09-12 13:26:46.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.6.0
+Version:3.6.1
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.6.0.gem -> capistrano-3.6.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-07-27 01:48:46.0 +0200
+++ new/CHANGELOG.md2016-08-24 02:41:57.0 +0200
@@ -4,10 +4,20 @@
 
 ## master
 
-https://github.com/capistrano/capistrano/compare/v3.6.0...HEAD
+https://github.com/capistrano/capistrano/compare/v3.6.1...HEAD
 
 * Your contribution here!
 
+## `3.6.1` (2016-08-23)
+
+https://github.com/capistrano/capistrano/compare/v3.6.0...v3.6.1
+
+### Fixes:
+
+* Restore compatibility with older versions of Rake (< 11.0.0) (@troelskn)
+* Fix `NoMethodError: undefined method gsub` when setting `:application` to a 
Proc. The original fix released in 3.6.0 worked for values specified with 
blocks, but not for those specified with procs or lambdas (the latter syntax is 
much more common). [#1681](https://github.com/capistrano/capistrano/issues/1681)
+* Fix a bug where deploy would fail if `:local_user` contained a space; spaces 
are now replaced with dashes when computing the git-ssh suffix. (@will_in_wi)
+
 ## `3.6.0` (2016-07-26)
 
 https://github.com/capistrano/capistrano/compare/v3.5.0...v3.6.0
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/capistrano/configuration/validated_variables.rb 
new/lib/capistrano/configuration/validated_variables.rb
--- old/lib/capistrano/configuration/validated_variables.rb 2016-07-27 
01:48:46.0 +0200
+++ new/lib/capistrano/configuration/validated_variables.rb 2016-08-24 
02:41:57.0 +0200
@@ -7,9 +7,9 @@
 # user-supplied validation rules. Each rule for a given key is invoked
 # immediately whenever `set` is called with a value for that key.
 #
-# If `set` is called with a block, validation is not performed immediately.
-# Instead, the validation rules are invoked the first time `fetch` is used
-# to access the value.
+# If `set` is called with a callable value or a block, validation is not
+# performed immediately. Instead, the validation rules are invoked the 
first
+# time `fetch` is used to access the value.
 #
 # A rule is simply a block that accepts two arguments: key and value. It is
 # up to the rule to raise an exception when it deems the value is invalid
@@ -31,10 +31,17 @@
 
   # Decorate Variables#set to add validation behavior.
   def set(key, value=nil, &block)
-if value.nil? && callable_without_parameters?(block)
-  super(key, nil, &assert_valid_later(key, &block))
+assert_value_or_block_not_both(value, block)
+
+# Skip validation behavior if no validators are registered for this key
+return super unless validators.key?(key)
+
+value_to_evaluate = block || value
+
+if callable_without_parameters?(value_to_evaluate)
+  super(key, assert_valid_later(key, value_to_evaluate), &nil)
 else
-  assert_valid_now(key, block || value)
+  assert_valid_now(key, value_to_evaluate)
   super
 end
   end
@@ -50,26 +57,55 @@
 
   attr_reader :validators
 
-  # Wrap a block with a proc that validates the value of the block. This
-  # allows us to defer validation until the time the value is requested.
-  def assert_valid_later(key)
-lambda do
-  value = yield
+  # Given a ca

commit rubygem-capistrano for openSUSE:Factory

2016-08-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2016-08-25 09:55:46

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
2016-06-11 00:01:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2016-08-25 09:55:48.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 27 04:29:07 UTC 2016 - co...@suse.com
+
+- updated to version 3.6.0
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.5.0.gem

New:

  capistrano-3.6.0.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.PZVrXl/_old  2016-08-25 09:55:49.0 +0200
+++ /var/tmp/diff_new_pack.PZVrXl/_new  2016-08-25 09:55:49.0 +0200
@@ -24,12 +24,12 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.5.0
+Version:3.6.0
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.9.3}
+BuildRequires:  %{ruby >= 2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives

++ capistrano-3.5.0.gem -> capistrano-3.6.0.gem ++
 1758 lines of diff (skipped)




commit rubygem-capistrano for openSUSE:Factory

2016-06-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2016-06-11 00:01:05

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
2016-05-13 09:23:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2016-06-11 00:01:06.0 +0200
@@ -1,0 +2,6 @@
+Tue May 10 04:30:19 UTC 2016 - co...@suse.com
+
+- updated to version 3.5.0
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.4.1.gem

New:

  capistrano-3.5.0.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.ERsfuY/_old  2016-06-11 00:01:07.0 +0200
+++ /var/tmp/diff_new_pack.ERsfuY/_new  2016-06-11 00:01:07.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.4.1
+Version:3.5.0
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.4.1.gem -> capistrano-3.5.0.gem ++
 8326 lines of diff (skipped)




commit rubygem-capistrano for openSUSE:Factory

2016-05-13 Thread h_root
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.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2016-05-13 09:23:46.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 15 04:29:15 UTC 2016 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.SgG2uX/_new  2016-05-13 09:23:47.0 +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.md2015-03-02 14:29:02.0 +0100
+++ new/CHANGELOG.md2016-04-14 18:20:17.0 +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.0 +0100
+++ new/Gemfile 2016-04-14 18:20:17.0 +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.0 +0100
+++ new/lib/capistrano/application.rb   2016-04-14 18:20:17.0 +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.0 +0100
+++ new/lib/capistrano/version.rb   2016-04-14 18:20:17.0 +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/metadata2015-03-02 14:29:02.0 +0100
+++ new/metadata2016-04-14 18:20:17.0 +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.0 Z
+date: 2016-04-14 00:00:00.0 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/capistra

commit rubygem-capistrano for openSUSE:Factory

2015-03-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2015-03-09 10:09:54

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-02-16 21:14:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2015-03-09 10:09:55.0 +0100
@@ -1,0 +2,36 @@
+Fri Mar  6 18:10:06 UTC 2015 - co...@suse.com
+
+- updated to version 3.4.0
+ https://github.com/capistrano/capistrano/compare/v3.3.5...v3.4.0
+ 
+ * Fixed fetch revision for annotated git tags. (@igorsokolov)
+ * Fixed updating roles when custom user or port is specified. (@ayastreb)
+ * Disables statistics collection.
+ 
+ * `bin/` is not suggested to be in `linked_dirs` anymore (@kirs)
+   * bin/ is often checked out into repo
+   * https://github.com/capistrano/bundler/issues/45#issuecomment-69349237
+ 
+ * Bugfix:
+   * release_roles did not honour additional property filtering (@townsen)
+   * Refactored and simplified property filtering code (@townsen)
+ 
+ * Breaking Changes
+   * Hosts with the same name are now consolidated into one irrespective of the
+ user and port. This allows multiple declarations of a server to be made 
safely.
+ The last declared properties will win. See capistrnorb.com Properties 
documentation
+ for details.
+   * Inside the on() block the host variable is now a copy of the host, so 
changes can be
+ made within the block (such as dynamically overriding the user) that will 
not persist.
+ This is very convenient for switching the SSH user temporarily to 'root' 
for example.
+ 
+ * Minor changes
+   * Add role_properties() method (see capistrano.github.io PR for doc) 
(@townsen)
+   * Add equality syntax ( eg. port: 1234) for property filtering (@townsen)
+   * Add documentation regarding property filtering (@townsen)
+   * Clarify wording and recommendation in stage template. (@Kriechi)
+ * Both available syntaxes provide similar functionality, do not use both 
for the same server+role combination.
+   * Allow specification of repo_path using stage variable
+ default is as before (@townsen)
+ 
+---

Old:

  capistrano-3.3.5.gem

New:

  capistrano-3.4.0.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.vPYfQF/_old  2015-03-09 10:09:56.0 +0100
+++ /var/tmp/diff_new_pack.vPYfQF/_new  2015-03-09 10:09:56.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.3.5
+Version:3.4.0
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.3.5.gem -> capistrano-3.4.0.gem ++
 1706 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2015-02-16 21:14:16

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
2014-10-14 07:12:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2015-02-16 21:14:17.0 +0100
@@ -1,0 +2,37 @@
+Fri Feb  6 18:18:17 UTC 2015 - co...@suse.com
+
+- updated to version 3.3.5
+ * Fixed setting properties twice when creating new server. See [issue
+   #1214](https://github.com/capistrano/capistrano/issues/1214) (@ayastreb)
+ 
+ ## `3.3.4`
+ 
+ https://github.com/capistrano/capistrano/compare/v3.3.3...v3.3.4
+ 
+ * Minor changes:
+   * Rely on a newer version of capistrano-stats with better privacy 
(@leehambley)
+   * Fix cucumber spec for loading tasks from stage configs (@sponomarev)
+   * Minor documentation fixes (@deeeki, @seuros, @andresilveira)
+   * Spec improvements (@dimitrid, @sponomarev)
+   * Fix to CLI flags for git-ls-remote (@dimitrid)
+ 
+ ## `3.3.3`
+ 
+ https://github.com/capistrano/capistrano/compare/v3.2.1...v3.3.3
+ 
+ * Enhancement (@townsen)
+   * Added the variable `:repo_tree` which allows the specification of a 
sub-tree that
+ will be extracted from the repository. This is useful when deploying a 
project
+ that lives in a subdirectory of a larger repository.
+ Implemented only for git and hg.
+ If not defined then the behaviour is as previously and the whole 
repository is
+ extracted (subject to git-archive `.gitattributes` of course).
+ 
+ * Enhancement (@townsen): Remove unnecessary entries from default backtrace
+ 
+ When the `--backtrace` (or `--trace`) command line option is not supplied
+ Rake lowers the noise level in exception backtraces by building
+ a regular expression containing all the system library paths and
+ using it to exclude backtrace entries that match.
+ 
+---

Old:

  capistrano-3.2.1.gem

New:

  capistrano-3.3.5.gem
  gem2rpm.yml



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.IlkYqo/_old  2015-02-16 21:14:17.0 +0100
+++ /var/tmp/diff_new_pack.IlkYqo/_new  2015-02-16 21:14:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-capistrano
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,18 +16,26 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-capistrano
-Version:3.2.1
+Version:3.3.5
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://capistranorb.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
 License:MIT
 Group:  Development/Languages/Ruby

++ capistrano-3.2.1.gem -> capistrano-3.3.5.gem ++
 3367 lines of diff (skipped)

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV="no"
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do othe

commit rubygem-capistrano for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2014-10-14 07:11:48

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
2014-05-21 16:23:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2014-10-14 07:12:33.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 13 05:46:06 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---
+Sun Oct 12 09:42:11 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.P7DWN1/_old  2014-10-14 07:12:34.0 +0200
+++ /var/tmp/diff_new_pack.P7DWN1/_new  2014-10-14 07:12:34.0 +0200
@@ -21,11 +21,10 @@
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 30201
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://capistranorb.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -38,80 +37,16 @@
 Capistrano is a utility and framework for executing commands in parallel on
 multiple remote machines, via SSH.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/cap{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/cap
-ln -s %{_sysconfdir}/alternatives/cap %{buildroot}%{_bindir}/cap
-
-mv %{buildroot}%{_bindir}/capify{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/capify
-ln -s %{_sysconfdir}/alternatives/capify %{buildroot}%{_bindir}/capify
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/cap cap %{_bindir}/cap%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/capify capify %{_bindir}/capify%{mod_branch} %{mod_weight}
-
-%preun
-if [ "$1" = 0 ] ; then
-/usr/sbin/update-alternatives --remove cap %{_bindir}/cap%{mod_branch}
-fi
-if [ "$1" = 0 ] ; then
-/usr/sbin/update-alternatives --remove capify 
%{_bindir}/capify%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/cap%{mod_branch}
-%{_bindir}/cap
-%ghost %{_sysconfdir}/alternatives/cap
-%{_bindir}/capify%{mod_branch}
-%{_bindir}/capify
-%ghost %{_sysconfdir}/alternatives/capify
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files="CHANGELOG.md LICENSE.txt README.md" \
+  -f
+
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2014-05-21 16:23:58

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
2014-01-23 15:55:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2014-05-21 16:23:59.0 +0200
@@ -1,0 +2,30 @@
+Sun May 18 09:04:37 UTC 2014 - co...@suse.com
+
+- updated to version 3.2.1
+ 
+ * Bug Fixes:
+   * 3.2.0 introduced some behaviour to modify the way before/after hooks were 
called, to allow the optional
+ preservation of arguments to be passed to tasks. This release reverts 
that commit in order to restore
+ original functionality, and fix (fairly serious) bugs introduced by the 
refactoring.
+ 
+ * Minor changes:
+   * Update dsl#local_user method and add test for it. (@bruno-)
+   * Revert short sha1 revision with git. (@blaugueux)
+   * Changed asking question to more standard format (like common unix 
commandline tools) (@sponomarev)
+   * Fixed typos in the README. (@sponomarev)
+   * Added `keys` method to Configuration to allow introspection of 
configuration options. (@juanibiapina)
+ 
+ ## `3.2.0`
+ 
+ The changelog entries here are incomplete, because many authors choose not to
+ be credited for their work, check the tag comparison link for Github.
+ 
+ https://github.com/capistrano/capistrano/compare/v3.1.0...v3.2.0
+ 
+ * Minor changes:
+   * Added `keys` method to Server properties to allow introspection of 
automatically added
+ properties.
+   * Compatibility with Rake 10.2.0 - `ensure_task` is now added to 
`@top_level_tasks` as a string. (@dmarkow)
+   * Amended the git check command, "ls-remote", to use "-h", limiting the 
list to refs/heads
+
+---

Old:

  capistrano-3.1.0.gem

New:

  capistrano-3.2.1.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.0hxPJQ/_old  2014-05-21 16:24:00.0 +0200
+++ /var/tmp/diff_new_pack.0hxPJQ/_new  2014-05-21 16:24:00.0 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   rubygem-capistrano
-Version:3.1.0
+Version:3.2.1
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 30100
+%define mod_weight 30201
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 BuildRequires:  update-alternatives
 Url:http://capistranorb.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -74,9 +74,9 @@
 ln -s %{_sysconfdir}/alternatives/capify %{buildroot}%{_bindir}/capify
 
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -101,17 +101,17 @@
 %{_bindir}/capify%{mod_branch}
 %{_bindir}/capify
 %ghost %{_sysconfdir}/alternatives/capify
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2014-01-23 14:03:57

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
2013-11-24 18:12:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2014-01-23 15:55:50.0 +0100
@@ -1,0 +2,33 @@
+Mon Jan 20 09:29:44 UTC 2014 - co...@suse.com
+
+- updated to version 3.1.0
+ Breaking changes:
+ 
+   * `deploy:restart` task **is no longer run by default**.
+ From this version, developers who restart the app on each deploy need to 
declare it in their deploy flow (eg `after 'deploy:publishing', 
'deploy:restart'`).
+ 
+ Please, check 
https://github.com/capistrano/capistrano/commit/4e6523e1f50707499cf75eb53dce37a89528a9b0
 for more information. (@kirs)
+ 
+ * Minor changes
+   * Tasks that used `linked_dirs` and `linked_files` now run on all roles, 
not just app roles (@mikespokefire)
+   * Tasks `deploy:linked_dirs`, `deploy:make_linked_dirs`, 
`deploy:linked_files`, `deploy:cleanup_rollback`,
+ `deploy:log_revision` and `deploy:revert_release` now use 
`release_roles()` not `roles()` meaning that they
+ will only run on servers where the `no_release` property is not falsy. 
(@leehambley)
+   * Fixed bug when `deploy:cleanup` was executed twice by default (@kirs)
+   * Config location can now be changed with `deploy_config_path` and 
`stage_config_path` options (@seenmyfate)
+   * `no_release` option is now available (@seenmyfate)
+   * Raise an error if developer tries to define `:all` role, which is 
reserved (@kirs)
+   * `deploy:fallback` hook was added to add some custom behaviour on failed 
deploy (@seenmyfate)
+   * Correctly infer namespace in task enhancements (@seenmyfate)
+   * Add SHA to revision log (@blackxored)
+   * Allow configuration of multiple servers with same hostname but different 
ports (@rsslldnphy)
+   * Add command line option to control role filtering (@andytinycat)
+   * Make use of recent changes in Rake to over-ride the application name 
(@shime)
+   * Readme corrections (@nathanstitt)
+   * Allow roles to be fetched with a variable containing an array 
(@seenmyfate)
+   * Improve console (@jage)
+   * Add ability to filter tasks to specific servers (host filtering). 
(@andytinycat)
+   * Add a command line option to control role filter (`--roles`) 
(@andytinycat)
+   * Use an SCM object with a pluggable strategy (@coffeeaddict)
+
+---

Old:

  capistrano-3.0.1.gem

New:

  capistrano-3.1.0.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.nY8e0y/_old  2014-01-23 15:55:50.0 +0100
+++ /var/tmp/diff_new_pack.nY8e0y/_new  2014-01-23 15:55:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-capistrano
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-capistrano
-Version:3.0.1
+Version:3.1.0
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 30001
+%define mod_weight 30100
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2013-11-24 18:12:16

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
2013-11-05 10:59:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2013-11-24 18:12:18.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 22 08:40:26 UTC 2013 - co...@suse.com
+
+- updated to version 3.0.1
+  * capify' not listed as executable (@leehambley)
+  * Confirm license as MIT (@leehambley)
+  * Move the git ssh helper to application path (@mpapis)
+
+---

Old:

  capistrano-3.0.0.gem

New:

  capistrano-3.0.1.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.nplA4F/_old  2013-11-24 18:12:18.0 +0100
+++ /var/tmp/diff_new_pack.nplA4F/_new  2013-11-24 18:12:18.0 +0100
@@ -17,16 +17,17 @@
 
 
 Name:   rubygem-capistrano
-Version:3.0.0
+Version:3.0.1
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 3
+%define mod_weight 30001
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
 BuildRequires:  update-alternatives
+Url:http://capistranorb.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
 License:MIT
@@ -68,6 +69,10 @@
 touch %{buildroot}%{_sysconfdir}/alternatives/cap
 ln -s %{_sysconfdir}/alternatives/cap %{buildroot}%{_bindir}/cap
 
+mv %{buildroot}%{_bindir}/capify{,%{mod_branch}}
+touch %{buildroot}%{_sysconfdir}/alternatives/capify
+ln -s %{_sysconfdir}/alternatives/capify %{buildroot}%{_bindir}/capify
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
@@ -76,11 +81,16 @@
 %post
 /usr/sbin/update-alternatives --install \
 %{_bindir}/cap cap %{_bindir}/cap%{mod_branch} %{mod_weight}
+/usr/sbin/update-alternatives --install \
+%{_bindir}/capify capify %{_bindir}/capify%{mod_branch} %{mod_weight}
 
 %preun
 if [ "$1" = 0 ] ; then
 /usr/sbin/update-alternatives --remove cap %{_bindir}/cap%{mod_branch}
 fi
+if [ "$1" = 0 ] ; then
+/usr/sbin/update-alternatives --remove capify 
%{_bindir}/capify%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
@@ -88,6 +98,9 @@
 %{_bindir}/cap%{mod_branch}
 %{_bindir}/cap
 %ghost %{_sysconfdir}/alternatives/cap
+%{_bindir}/capify%{mod_branch}
+%{_bindir}/capify
+%ghost %{_sysconfdir}/alternatives/capify
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2013-11-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2013-11-05 10:59:07

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
2013-07-16 16:21:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2013-11-05 10:59:08.0 +0100
@@ -1,0 +2,10 @@
+Thu Oct 10 14:20:51 UTC 2013 - co...@suse.com
+
+- updated to version 3.0.0
+  If you are coming here to wonder why your Capfile doesn't work anymore, 
please
+  vendor lock your Capistrano at 2.5.x, whichever version was working for you
+  until today.
+
+  See Changelog.md for details
+
+---

Old:

  capistrano-2.15.5.gem

New:

  capistrano-3.0.0.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.ddvI33/_old  2013-11-05 10:59:09.0 +0100
+++ /var/tmp/diff_new_pack.ddvI33/_new  2013-11-05 10:59:09.0 +0100
@@ -17,17 +17,16 @@
 
 
 Name:   rubygem-capistrano
-Version:2.15.5
+Version:3.0.0
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 21505
+%define mod_weight 3
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
 BuildRequires:  update-alternatives
-Url:http://github.com/capistrano/capistrano
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
 License:MIT
@@ -69,27 +68,19 @@
 touch %{buildroot}%{_sysconfdir}/alternatives/cap
 ln -s %{_sysconfdir}/alternatives/cap %{buildroot}%{_bindir}/cap
 
-mv %{buildroot}%{_bindir}/capify{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/capify
-ln -s %{_sysconfdir}/alternatives/capify %{buildroot}%{_bindir}/capify
-
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
 /usr/sbin/update-alternatives --install \
 %{_bindir}/cap cap %{_bindir}/cap%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/capify capify %{_bindir}/capify%{mod_branch} %{mod_weight}
 
 %preun
 if [ "$1" = 0 ] ; then
 /usr/sbin/update-alternatives --remove cap %{_bindir}/cap%{mod_branch}
 fi
-if [ "$1" = 0 ] ; then
-/usr/sbin/update-alternatives --remove capify 
%{_bindir}/capify%{mod_branch}
-fi
 
 %files
 %defattr(-,root,root,-)
@@ -97,12 +88,9 @@
 %{_bindir}/cap%{mod_branch}
 %{_bindir}/cap
 %ghost %{_sysconfdir}/alternatives/cap
-%{_bindir}/capify%{mod_branch}
-%{_bindir}/capify
-%ghost %{_sysconfdir}/alternatives/capify
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
 
 %files doc
@@ -111,6 +99,6 @@
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2013-07-16 16:21:07

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
2013-05-16 11:31:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2013-07-16 16:21:08.0 +0200
@@ -1,0 +2,9 @@
+Fri Jul 12 19:10:02 UTC 2013 - co...@suse.com
+
+- updated to version 2.15.5
+ * Fix multistage argument parsing when using the `-s` option. (@jmazzi)
+ * Tweaks to the asset recipes. (@curtislinden)
+ * Use quotes around SCM usernames and passwords (@carloslopes)
+ * Avoid git warning when cloning Git repository using sha1 (@bpaquet)
+
+---

Old:

  capistrano-2.15.4.gem

New:

  capistrano-2.15.5.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.aqQMjs/_old  2013-07-16 16:21:09.0 +0200
+++ /var/tmp/diff_new_pack.aqQMjs/_new  2013-07-16 16:21:09.0 +0200
@@ -17,20 +17,21 @@
 
 
 Name:   rubygem-capistrano
-Version:2.15.4
+Version:2.15.5
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 21505
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
+BuildRequires:  update-alternatives
 Url:http://github.com/capistrano/capistrano
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 2
 PreReq: update-alternatives
 
 %description
@@ -63,11 +64,17 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/cap{,%{mod_branch}}
-ln -s cap%{mod_branch} %{buildroot}%{_bindir}/cap
+touch %{buildroot}%{_sysconfdir}/alternatives/cap
+ln -s %{_sysconfdir}/alternatives/cap %{buildroot}%{_bindir}/cap
+
 mv %{buildroot}%{_bindir}/capify{,%{mod_branch}}
-ln -s capify%{mod_branch} %{buildroot}%{_bindir}/capify
+touch %{buildroot}%{_sysconfdir}/alternatives/capify
+ln -s %{_sysconfdir}/alternatives/capify %{buildroot}%{_bindir}/capify
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
@@ -88,9 +95,11 @@
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
 %{_bindir}/cap%{mod_branch}
-%ghost %{_bindir}/cap
+%{_bindir}/cap
+%ghost %{_sysconfdir}/alternatives/cap
 %{_bindir}/capify%{mod_branch}
-%ghost %{_bindir}/capify
+%{_bindir}/capify
+%ghost %{_sysconfdir}/alternatives/capify
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2013-05-16 11:31:23

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
2013-05-07 07:35:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2013-05-16 11:31:24.0 +0200
@@ -1,0 +2,7 @@
+Tue May  7 12:44:35 UTC 2013 - co...@suse.com
+
+- updated to version 2.15.4
+ * Fix parallel command logging (@gnufied)
+ * Fix a double-asset manifest problem on Rails upgrades. (@jimryan)
+
+---

Old:

  capistrano-2.15.3.gem

New:

  capistrano-2.15.4.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.a6imfW/_old  2013-05-16 11:31:25.0 +0200
+++ /var/tmp/diff_new_pack.a6imfW/_new  2013-05-16 11:31:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-capistrano
-Version:2.15.3
+Version:2.15.4
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -2.15.3
+%define mod_branch -%{version}
 %define mod_weight 2
 PreReq: update-alternatives
 
@@ -67,6 +67,8 @@
 ln -s cap%{mod_branch} %{buildroot}%{_bindir}/cap
 mv %{buildroot}%{_bindir}/capify{,%{mod_branch}}
 ln -s capify%{mod_branch} %{buildroot}%{_bindir}/capify
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -84,6 +86,7 @@
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_bindir}/cap%{mod_branch}
 %ghost %{_bindir}/cap
 %{_bindir}/capify%{mod_branch}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2013-05-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2013-05-07 07:35:28

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
2013-03-08 11:20:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2013-05-07 07:35:29.0 +0200
@@ -1,0 +2,62 @@
+Mon Apr 29 07:34:53 UTC 2013 - co...@suse.com
+
+- updated to version 2.15.3
+ * For deploy:cleanup, use try_sudo with rm command. (@joshstaiger)
+ * Restore maintenance.rhtml (@chulkilee)
+ * Fixes GH-434, If branches is an array of array, iterate them separately. 
(@gnufied)
+ 
+ A big "thank you" to the people who've pushed really amazing patches to the
+ 2.15.x branch so soon after it's release. 2.15.0 was just too huge to go out
+ bug free.
+ 
+ ## 2.15.2 / April 24 2013
+ 
+ * Fixed a bug with asset_paths (String vs. Array). (@joeycarmello)
+ 
+ ## 2.15.1 / April 23 2013
+ 
+ * Support for Rails 4 (and other) randomised asset manifest names. (@jimryan)
+ 
+ ## 2.15.0 / April 23 2013
+ 
+ * New varaible :shared_assets_prefix to allow people to host somewhere other
+   than `/assets/`. Default is `assets`.
+ * Bring back web:enable and web:disable tasks. Sincerely apologies to all 
affected
+   removing these was one of the most glaring mistakes we've made on this 
project
+   and I feel personally responsible.
+ * Makes :git_shallow_clone work with branches (@cannikin)
+ * Avoid removing required assets (@bosko)
+ * Fix escaping of asset_paths when calling `deploy:finalize_update` (@mcary)
+ * Improve parallel command logging (@mpapis)
+ * Allow updating variables in the cap shell `cap> set :some_setting new_value`
+   (@jpfuentes2)
+ * Add the option to configure `Capistrano::Logger.default_formatters=` this
+   relates to the previous merging of the capistrano-colors gem. 
(@kellyredding)
+ * Don't attempt to connect to a nil `:gateway` (@mattheath)
+ * Simplify our .gemspec dependency list (@timoschilling)
+ * Make the existece of `config/deploy/{stage}.rb` optional, it'll be loaded if
+   it exists, otherwise we continue without it (@ymainier)
+ * Misc spelling/typo fixes. (@mv)
+ * Update mtime and atime with touch when fixing asset timestamps (@wildoats)
+ * Change call of `rake {env} precompile:all` to drop the errornous `{env}` 
(@zxiest)
+ * Evaluate assets_role at runtime using a lambda (@nlenepveu)
+ * Handle when hosts (for example by joining/leaving the no_release meta group)
+   have different old releases for `deploy:cleanup` (@oggy)
+ * Check for nil when tearing down connections (@yyuu)
+ * Go back to using SCP for uploads as against SFTP (@pjungwir)
+ * Added an option to dereference symlinks when using the :copy strategy
+   (`set :copy_dereference_symlink, true`) useful when your working directory
+   contains files symlinked in from outside your project root (@mehmetc)
+ * Small typo fix in README (@yule)
+ * Add Ruby 2.0.0-p0 to the TravisCI build (@jarrettmeyer)
+ * Add the option to set the shared asset prefix for Rails,
+   (`set :shared_assets_prefix, "my_shared_assets"`) corresponds with it's
+   namesake in Rails. By default is set to `assets`. (@spectator)
+ * Improved error messages for `cap {stage} deploy:check` (@petems)
+ * Make `run_locally` work with the `--dry-run` flag. (@flagthisiskun)
+ * Fix a link in the README to writing a good commit message. (@mhutchin)
+ * Code style fixes (@mv)
+ * Report differently if the command was killed by a signal (for example the
+   oom killer on Ubuntu/Debian). (@tanob)
+
+---

Old:

  capistrano-2.14.2.gem

New:

  capistrano-2.15.3.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.6ypac1/_old  2013-05-07 07:35:30.0 +0200
+++ /var/tmp/diff_new_pack.6ypac1/_new  2013-05-07 07:35:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-capistrano
-Version:2.14.2
+Version:2.15.3
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
@@ -25,10 +25,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
 Url:http://github.com/capistrano/capistrano
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
 License:MIT
 Group:  Development/Languages/Ruby
+%define mod_branch

commit rubygem-capistrano for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2013-03-08 10:57:41

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2012-11-06 16:22:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2013-03-08 10:57:46.0 +0100
@@ -1,0 +2,13 @@
+Tue Feb 12 16:53:15 UTC 2013 - co...@suse.com
+
+- updated to version 2.14.2
+
+---
+Sun Feb  3 19:24:47 UTC 2013 - co...@suse.com
+
+- updated to version 2.14.1
+ * Removed ui.output_cols limit of 80 chars (@aussielunix)
+ * Added :p4charset variable for Perforce command line (@randyinla)
+ * Added support for rolling back assets, and removing expired assets 
(@ndbroadbent)
+
+---

Old:

  capistrano-2.13.5.gem

New:

  capistrano-2.14.2.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.jYo7yk/_old  2013-03-08 10:57:47.0 +0100
+++ /var/tmp/diff_new_pack.jYo7yk/_new  2013-03-08 10:57:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-capistrano
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-capistrano
-Version:2.13.5
+Version:2.14.2
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2012-11-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2012-11-06 16:22:31

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2012-09-21 14:58:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2012-11-06 16:22:33.0 +0100
@@ -1,0 +2,11 @@
+Mon Oct 29 05:56:50 UTC 2012 - co...@suse.com
+
+- updated to version 2.13.5
+ * Merged in `capistrano_colors` gem, and renamed to 'log_formatters', since 
it does much more than just colors
+   (@ndbroadbent)
+ * Use more intelligence in setting the :scm variable based on known version 
control directory names (@czarneckid)
+ * Remove the deploy:web:{disable, enable} tasks (@carsomyr)
+ * Group finalize_update shell commands into one command, harden shell calls 
with #shellescape, and separate arguments
+   with -- (@ndbroadbent)
+
+---

Old:

  capistrano-2.13.4.gem

New:

  capistrano-2.13.5.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.PFBB3V/_old  2012-11-06 16:22:38.0 +0100
+++ /var/tmp/diff_new_pack.PFBB3V/_new  2012-11-06 16:22:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-capistrano
-Version:2.13.4
+Version:2.13.5
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2012-09-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2012-09-21 14:57:59

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2012-09-14 12:45:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2012-09-21 14:58:01.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 21 09:49:17 UTC 2012 - co...@suse.com
+
+- updated to version 2.13.4
+
+---

Old:

  capistrano-2.13.3.gem

New:

  capistrano-2.13.4.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.23i0Yk/_old  2012-09-21 14:58:03.0 +0200
+++ /var/tmp/diff_new_pack.23i0Yk/_new  2012-09-21 14:58:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-capistrano
-Version:2.13.3
+Version:2.13.4
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2012-09-14 12:45:07

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2012-07-30 09:42:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2012-09-14 12:45:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 30 08:05:37 UTC 2012 - co...@suse.com
+
+- updated to version 2.13.3
+
+---

Old:

  capistrano-2.12.0.gem

New:

  capistrano-2.13.3.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.ORTWAN/_old  2012-09-14 12:45:57.0 +0200
+++ /var/tmp/diff_new_pack.ORTWAN/_new  2012-09-14 12:45:57.0 +0200
@@ -17,37 +17,22 @@
 
 
 Name:   rubygem-capistrano
-Version:2.12.0
+Version:2.13.3
 Release:0
-Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
-License:MIT
-Group:  Development/Languages/Ruby
-Url:http://github.com/capistrano/capistrano
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-# highline >= 0
-BuildRequires:  rubygem-highline
-Requires:   rubygem-highline
-# net-ssh >= 2.0.14
-BuildRequires:  rubygem-net-ssh >= 2.0.14
-Requires:   rubygem-net-ssh >= 2.0.14
-# net-sftp >= 2.0.0
-BuildRequires:  rubygem-net-sftp >= 2.0.0
-Requires:   rubygem-net-sftp >= 2.0.0
-# net-scp >= 1.0.0
-BuildRequires:  rubygem-net-scp >= 1.0.0
-Requires:   rubygem-net-scp >= 1.0.0
-# net-ssh-gateway >= 1.1.0
-BuildRequires:  rubygem-net-ssh-gateway >= 1.1.0
-Requires:   rubygem-net-ssh-gateway >= 1.1.0
-BuildRequires:  rubygems_with_buildroot_patch
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 1
+Url:http://github.com/capistrano/capistrano
+Source: %{mod_full_name}.gem
+Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
+License:MIT
+Group:  Development/Languages/Ruby
 
 %description
-Capistrano is a utility and framework for executing commands in parallel on 
multiple remote machines, via SSH.
+Capistrano is a utility and framework for executing commands in parallel on
+multiple remote machines, via SSH.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -67,9 +52,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2012-07-30 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2012-07-30 09:42:04

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2012-03-23 12:10:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2012-07-30 09:42:24.0 +0200
@@ -1,0 +2,22 @@
+Thu Apr 26 08:27:34 UTC 2012 - co...@suse.com
+
+- update to 2.12.0
+  This release reverts the very verbose logging introduced in the previous 
version, it also
+  enables a handful of power-user features which are largely un-documented, 
but shouldn't be
+  important unless you are looking for them. Undocumented code shouldn't scare 
you, simply
+  read through deploy.rb in the Gem if you want to know how a new feature 
works!
+  
+   * Update mapped commands to remove symlink deprecation warning. Despo 
Pentara (despo)
+   * Add the "rpm" remote dependency. Nick Hoffman (nickhoffman)
+   * Add commented deploy:cleanup task to default recipe. Jean-Philippe Doyle 
(j15e)
+   * Teach deploy:web:enable to fail gracefully. Lee Marlow (lmarlow)
+   * Ticket 193 alias task show wrong name when it is not overridden. Rafa 
García (rgo)
+   * Allow configuration of which roles assets are precompiled on. Frederick 
Cheung (fcheung)
+   * Fix transfer action to honor dry-run flag. Serg Podtynnyi (shtirlic)
+   * Changed single to double quotes for Windows, fixes a Windows bug in the 
HG module. Matthew J Morrison (mattjmorrison)
+   * Add UnsharedRemoteCache (copied from eycap gem). Ben Symonds (bensymonds)
+  
+  As ever, a sincere thanks to all contributors, and do not hesitate to 
contact me if this
+  release causes problems for you.
+
+---

Old:

  capistrano-2.11.2.gem

New:

  capistrano-2.12.0.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.kXHxgW/_old  2012-07-30 09:42:31.0 +0200
+++ /var/tmp/diff_new_pack.kXHxgW/_new  2012-07-30 09:42:31.0 +0200
@@ -15,27 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-capistrano
-Version:2.11.2
+Version:2.12.0
 Release:0
-License:MIT
 Summary:Capistrano - Welcome to easy deployment with Ruby over SSH
-Url:http://github.com/capistrano/capistrano
+License:MIT
 Group:  Development/Languages/Ruby
+Url:http://github.com/capistrano/capistrano
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
-BuildRequires:  rubygem-highline >= 0
-BuildRequires:  rubygem-net-scp >= 1.0.0
-BuildRequires:  rubygem-net-sftp >= 2.0.0
+# highline >= 0
+BuildRequires:  rubygem-highline
+Requires:   rubygem-highline
+# net-ssh >= 2.0.14
 BuildRequires:  rubygem-net-ssh >= 2.0.14
-BuildRequires:  rubygem-net-ssh-gateway >= 1.1.0
-BuildRequires:  rubygems_with_buildroot_patch
-Requires:   rubygem-highline >= 0
-Requires:   rubygem-net-scp >= 1.0.0
-Requires:   rubygem-net-sftp >= 2.0.0
 Requires:   rubygem-net-ssh >= 2.0.14
+# net-sftp >= 2.0.0
+BuildRequires:  rubygem-net-sftp >= 2.0.0
+Requires:   rubygem-net-sftp >= 2.0.0
+# net-scp >= 1.0.0
+BuildRequires:  rubygem-net-scp >= 1.0.0
+Requires:   rubygem-net-scp >= 1.0.0
+# net-ssh-gateway >= 1.1.0
+BuildRequires:  rubygem-net-ssh-gateway >= 1.1.0
 Requires:   rubygem-net-ssh-gateway >= 1.1.0
+BuildRequires:  rubygems_with_buildroot_patch
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %rubygems_requires

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-capistrano for openSUSE:Factory

2012-03-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2012-03-23 12:10:30

Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-capistrano.new (New)


Package is "rubygem-capistrano", Maintainer is "mrueck...@suse.com"

Changes:

New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2012-03-23 12:10:31.0 +0100
@@ -0,0 +1,144 @@
+---
+Thu Mar  8 08:40:00 UTC 2012 - sasc...@suse.de
+
+- Update to version 2.11.2:
+  * Fixes some bugs with the now deprecated deploy:symlink fallback option.
+- Changes from version 2.11.1:
+  * Remove a testing dependency on ruby-debug
+  * Formerly deprecate deploy:symlink, this move was prompted by the Rake
+namespace fiasco of their 0.9.0 release, and is replaced by
+deploy:create_symlink. 
+- See CHANGELOG for older versions
+- Fixed license, according to README.markdown, it's MIT
+
+---
+Fri Jun 11 13:44:21 UTC 2010 - mrueck...@suse.de
+
+- update to version 2.5.18
+  Small fix for rolling back if a shell scripts exits non-zero;
+  enabled a rollback if git (or other) externals fail during the
+  deploy.
+  * #151 check return code status of system command to create local
+copy and rollback if not 0 (David King)
+- additional changes from version 2.5.17
+  Various small bug fixes.
+- additional changes from version 2.5.16
+  Fixed a small regression in 2.5.15
+- additional changes from version 2.5.15
+  Fixes a feature request not to overwrite roles when using the
+  ROLES environmental variable.
+  * #126 - The option to not overwriting the roles which are
+defined in the task definition.
+  * Removed the upgrade file as it has been a couple of years
+since 1.x was in the wild.
+  * Slight internal re-factor of the way we calculate the version
+- additional changes from version 2.5.14
+  Fixes a low-value bug, thanks to Chris G for the well submitted
+  patch:
+  * #139 - Improves consistency of variable lookup, scm variables
+with a local_ prefix will be honoured with priority locally
+(Chris Griego)
+
+---
+Fri Jun 11 10:00:01 UTC 2010 - mrueck...@suse.de
+
+- use rubygems_requires macro
+
+---
+Wed Jan  6 19:44:41 CET 2010 - prus...@suse.cz
+
+- updated to 2.5.13
+
+---
+Mon Dec 21 16:30:54 UTC 2009 - prus...@suse.cz
+
+- updated to version 2.5.10
+
+---
+Thu Mar 26 03:27:31 CET 2009 - mrueck...@suse.de
+
+- update to version 2.5.5
+
+---
+Sun Aug  5 19:25:16 CEST 2007 - mrueck...@suse.de
+
+- update to version 2.0.0
+  Too many changes, see
+  /usr/lib*/ruby/gems/1.8/gems/capistrano-2.0.0/CHANGELOG
+
+---
+Thu Mar 08 22:06:10 CET 2007 - aba...@suse.de
+
+- update to version 1.4.1
+  Too many changes, see
+  /usr/lib*/ruby/gems/1.8/gems/capistrano-1.4.1/CHANGELOG
+
+---
+Sun Sep 17 01:14:22 CEST 2006 - mrueck...@suse.de
+
+- update to version 1.2.0:
+  * Add experimental 'shell' task [Jamis Buck]
+  * Display file for external configurations, rather than
+inspected proc. [Jamis Buck]
+  * Connect to multiple servers in parallel, rather than serially.
+[Jamis Buck]
+  * Add SCM module for Mercurial (closes #4150) [Matthew Elder]
+  * Remove unused line in SCM::Base (closes #5619)
+[ch...@seagul.co.uk]
+  * More efficient "svn log" usage (closes #5620) [Anatol Pomozov]
+  * Better support for key passphrases in the SVN module
+(closes #5920) [llas...@gmail.com]
+  * Fix missing default for :local in cvs.rb (closes #3645)
+[jer...@hinegardner.org]
+  * Fix awkward spacing in gemspec file (closes #3888)
+[gr...@antiflux.org]
+  * Add support for :sudo variable to specify path to sudo
+(closes #4578) [timothee.peign...@tryphon.org]
+  * Make previous_release return nil if there are no previous
+releases (closes #4959) [bdab...@cavoksolutions.com]
+  * Uncache releases list after update_code is called so thati
+newly released dir is included (closes #3766) [Jamis Buck]
+  * Allow the subversion scm to accept HTTPS certificates
+(closes #4792) [Jamis Buck]
+  * Make sure rollbacks occur within the scope of the task that
+triggered them [Jamis Buck]
+  * Fixed the d