Hello community,

here is the log from the commit of package ruby-common for openSUSE:Factory 
checked in at 2015-01-23 15:46:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby-common (Old)
 and      /work/SRC/openSUSE:Factory/.ruby-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby-common"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes  2014-12-23 
11:50:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes     
2015-01-23 15:46:07.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 13 17:01:02 UTC 2015 - [email protected]
+
+- gem_install.sh: fix ruby shebang patching 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ruby-common.spec ++++++
--- /var/tmp/diff_new_pack.SDpysS/_old  2015-01-23 15:46:08.000000000 +0100
+++ /var/tmp/diff_new_pack.SDpysS/_new  2015-01-23 15:46:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ruby-common
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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

++++++ gem_install.sh ++++++
--- /var/tmp/diff_new_pack.SDpysS/_old  2015-01-23 15:46:08.000000000 +0100
+++ /var/tmp/diff_new_pack.SDpysS/_new  2015-01-23 15:46:08.000000000 +0100
@@ -119,7 +119,7 @@
   if [ -d "$buildroot" ]; then
     find ${buildroot}${gemdir} -type f -perm /u+x | while read file; do
       # TODO: scripts in ruby/1.9.1 should call ruby1.9 for consistency
-      perl -p -i -e "s,^#!/usr/bin/env ruby,#!/usr/bin/ruby,; s,^#! *[^ 
]*/ruby\S\+,#!/usr/bin/ruby$ruby," "$file"
+      perl -p -i -e "s,^#!/usr/bin/env ruby,#!/usr/bin/ruby,; s,^#! *[^ 
]*/ruby\S*,#!/usr/bin/ruby$ruby," "$file"
     done
     # some windows made gems are broken
     find $buildroot -ls

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

Reply via email to