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.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes
2013-11-05 10:59:08.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Oct 10 14:20:51 UTC 2013 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.ddvI33/_new 2013-11-05 10:59:09.000000000 +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 30000
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: [email protected]
For additional commands, e-mail: [email protected]