Hello community,

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

Package is "ruby-common", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes  2013-03-24 
22:00:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes     
2013-04-15 11:17:51.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Apr 14 08:30:10 UTC 2013 - [email protected]
+
+- fix permissions
+
+-------------------------------------------------------------------
+Tue Apr  9 09:23:00 UTC 2013 - [email protected]
+
+- do not remove ext completely, e.g. passenger extensions require 
+  some files from there
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gem_build_cleanup ++++++
--- /var/tmp/diff_new_pack.V5OH3M/_old  2013-04-15 11:17:52.000000000 +0200
+++ /var/tmp/diff_new_pack.V5OH3M/_new  2013-04-15 11:17:52.000000000 +0200
@@ -2,8 +2,10 @@
 if [ ${#*} = 1 ] ; then
     if [ -d "$1" ] ; then
         find $1 \
-        \( -name \*.o -o -name Makefile -o -name config.log -o -name 
config.status -o -name Makefile.html -o -name gem_make.out -o -name mkmf.log -o 
-name \*.bak -o -name .deps -o -name .libs -o -name CVS -o -name ext \) \
+        \( -name \*.o -o -name Makefile -o -name config.log -o -name 
config.status -o -name Makefile.html -o -name gem_make.out -o -name mkmf.log -o 
-name \*.bak -o -name .deps -o -name .libs -o -name CVS \) \
             -print0 | xargs -r0 rm -rv || :
+       # remove more strict in the docu
+        find $1/doc \( -name Makefile.ri -o -name ext \) -print0 | xargs -r0 
rm -rv || :
     else
         echo "'$1' does not exists or is not a directory! Exiting." >&2
         exit 1

++++++ gem_install.sh ++++++
--- /var/tmp/diff_new_pack.V5OH3M/_old  2013-04-15 11:17:52.000000000 +0200
+++ /var/tmp/diff_new_pack.V5OH3M/_new  2013-04-15 11:17:52.000000000 +0200
@@ -55,4 +55,6 @@
     # TODO: scripts in ruby/1.9.1 should call ruby1.9 for consistency
     sed -i -e 's,^#!/usr/bin/env ruby,#!/usr/bin/ruby,; s,^#! *[^ 
]*/ruby,#!/usr/bin/ruby,' "$file"
   done
+  # some windows made gems are broken
+  chmod -R o-w $buildroot
 fi

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

Reply via email to