Hello community,

here is the log from the commit of package ruby for openSUSE:Factory checked in 
at 2012-07-04 11:24:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby (Old)
 and      /work/SRC/openSUSE:Factory/.ruby.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby", Maintainer is "mrueck...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby/ruby.changes        2012-07-04 
09:08:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ruby.new/ruby.changes   2012-07-04 
11:25:00.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul  4 08:59:02 UTC 2012 - sasc...@suse.de
+
+- Fix old-style %gem_install macro (missing parameter)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ruby.macros ++++++
--- /var/tmp/diff_new_pack.cKtgy4/_old  2012-07-04 11:25:01.000000000 +0200
+++ /var/tmp/diff_new_pack.cKtgy4/_new  2012-07-04 11:25:01.000000000 +0200
@@ -55,8 +55,8 @@
 # building the upstream gem directly in $RPM_BUILD_ROOT without unpacking to 
%{_builddir} first.
 #
 %gem_install() \
-if [ %# -eq 1 ]; then \
-    %{gem_binary} install --verbose --local --build-root=%{buildroot} \
+if [ %# -ge 1 ]; then \
+    %{gem_binary} install --verbose --local --build-root=%{buildroot} %* \
 else \
     GEM_FILE=`find . -maxdepth 2 -type f -name "%{mod_name}-%{version}.gem"` \
     %{gem_binary} install --verbose --local --bindir %{buildroot}%{_bindir} 
--install-dir %{buildroot}%{_libdir}/ruby/gems/%{rb_ver} $GEM_FILE \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to