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

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.000000000 +0100
@@ -0,0 +1,144 @@
+-------------------------------------------------------------------
+Thu Mar  8 08:40:00 UTC 2012 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Wed Jan  6 19:44:41 CET 2010 - [email protected]
+
+- updated to 2.5.13
+
+-------------------------------------------------------------------
+Mon Dec 21 16:30:54 UTC 2009 - [email protected]
+
+- updated to version 2.5.10
+
+-------------------------------------------------------------------
+Thu Mar 26 03:27:31 CET 2009 - [email protected]
+
+- update to version 2.5.5
+
+-------------------------------------------------------------------
+Sun Aug  5 19:25:16 CEST 2007 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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)
+    [[email protected]]
+  * More efficient "svn log" usage (closes #5620) [Anatol Pomozov]
+  * Better support for key passphrases in the SVN module
+    (closes #5920) [[email protected]]
+  * Fix missing default for :local in cvs.rb (closes #3645)
+    [[email protected]]
+  * Fix awkward spacing in gemspec file (closes #3888)
+    [[email protected]]
+  * Add support for :sudo variable to specify path to sudo
+    (closes #4578) [[email protected]]
+  * Make previous_release return nil if there are no previous
+    releases (closes #4959) [[email protected]]
+  * 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 default recipe to work with setups that haven't yet
+    gone pids [DHH]
+  * Symlink and setup for shared/pids to tmp/pids [DHH]
+  * Fix some incorrect usage text (closes #4507)
+    [[email protected]]
+  * Added Actor#stream method that makes it easy to create
+    cross-server streams [DHH].
+  * Make update_code and symlink a macro task under the name
+    "update" for easy of deploy to servers that does not run
+    fcgis [DHH]
+  * Changed setup, update_code, rollback_code, and symlink to
+    work on all servers instead of only those in the :app, :web,
+    and :db roles. A server can opt out of being part of the
+    release deployment by setting :no_release => true [DHH]
+  * Added support for :except on task declarations as the
+    opposite of :only [DHH].
+  * Deprecate the -r/--recipe switch in favor of -f/--file
+    (for more make/rake-like semantics) [Jamis Buck]
+  * Fix gemspec to include a dependency on rake 0.7 [Jamis Buck]
+  * Added respect for ENV["HOSTS"] that'll be used instead of
+    the roles specified in the task definition [DHH].
+  * Added respect for ENV["ROLES"] that'll be used instead of
+    the roles specified in the task definition [DHH].
+  * Added :hosts option to task definition that allows you to
+    specify cross-cutting tasks [DHH].
+  * Fix operator precedence problem in script for touching the
+    revisions.log #3223 [[email protected]]
+- added requires on rubygem-rakes
+
+-------------------------------------------------------------------
+Wed Jun 21 01:23:15 CEST 2006 - [email protected]
+
+- use rubygems_with_buildroot_patch instead of the versioned
+  buildrequires
+
+-------------------------------------------------------------------
+Mon Jun 19 22:38:11 CEST 2006 - [email protected]
+
+- Initial package version 1.1.0
+

New:
----
  capistrano-2.11.2.gem
  rubygem-capistrano.changes
  rubygem-capistrano.spec

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

Other differences:
------------------
++++++ rubygem-capistrano.spec ++++++
#
# spec file for package rubygem-capistrano
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

Name:           rubygem-capistrano
Version:        2.11.2
Release:        0
License:        MIT
Summary:        Capistrano - Welcome to easy deployment with Ruby over SSH
Url:            http://github.com/capistrano/capistrano
Group:          Development/Languages/Ruby
%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
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
Requires:       rubygem-net-ssh-gateway >= 1.1.0
#
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%rubygems_requires

%description
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
%build
%install
%gem_install %{SOURCE0}

%files
%defattr(-,root,root,-)
%{_bindir}/cap
%{_bindir}/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
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to