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 "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes    
2012-03-23 12:10:31.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
    2012-07-30 09:42:24.000000000 +0200
@@ -1,0 +2,22 @@
+Thu Apr 26 08:27:34 UTC 2012 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.kXHxgW/_new  2012-07-30 09:42:31.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to