Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2013-04-20 17:51:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-bundler (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-bundler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-bundler", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2013-03-21 22:13:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes     
2013-04-20 17:51:21.000000000 +0200
@@ -1,0 +2,15 @@
+Fri Apr 12 07:49:18 UTC 2013 - [email protected]
+
+- updated to version 1.3.5
+ Features:
+ 
+   - progress indicator while resolver is running (@chief)
+ 
+ Bugfixes:
+ 
+   - update local overrides with orphaned revisions (@jamesferguson)
+   - revert to working quoting of RUBYOPT on Windows (@ogra)
+   - use basic auth even when SSL is not available (@jayniz)
+   - installing git gems without dependencies in deployment now works
+
+-------------------------------------------------------------------

Old:
----
  bundler-1.3.4.gem

New:
----
  bundler-1.3.5.gem

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

Other differences:
------------------
++++++ rubygem-bundler.spec ++++++
--- /var/tmp/diff_new_pack.ujFIFh/_old  2013-04-20 17:51:23.000000000 +0200
+++ /var/tmp/diff_new_pack.ujFIFh/_new  2013-04-20 17:51:23.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-bundler
-Version:        1.3.4
+Version:        1.3.5
 Release:        0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
@@ -27,10 +27,13 @@
 Requires:       ruby >= 1.8.7
 BuildRequires:  ruby-devel >= 1.8.7
 Url:            http://gembundler.com
-Source:         %{mod_full_name}.gem
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        The best way to manage your application's dependencies
 License:        MIT
 Group:          Development/Languages/Ruby
+%define mod_branch -1.3.5
+%define mod_weight 1
+PreReq:         update-alternatives
 
 %description
 Bundler manages an application's dependencies through its entire life, across
@@ -62,10 +65,22 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/bundle{,%{mod_branch}}
+ln -s bundle%{mod_branch} %{buildroot}%{_bindir}/bundle
+
+%post
+/usr/sbin/update-alternatives --install \
+    %{_bindir}/bundle bundle %{_bindir}/bundle%{mod_branch} %{mod_weight}
+
+%preun
+if [ "$1" = 0 ] ; then
+    /usr/sbin/update-alternatives --remove bundle 
%{_bindir}/bundle%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/bundle
+%{_bindir}/bundle%{mod_branch}
+%ghost %{_bindir}/bundle
 %{_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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to