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.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes
2014-05-21 16:23:59.000000000 +0200
@@ -1,0 +2,30 @@
+Sun May 18 09:04:37 UTC 2014 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.0hxPJQ/_new 2014-05-21 16:24:00.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]