Hello community, here is the log from the commit of package ruby-common for openSUSE:Factory checked in at 2013-05-07 07:34:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-04-15 11:17:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes 2013-05-07 07:34:50.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Apr 29 07:59:35 UTC 2013 - [email protected] + +- switch to ruby 2.0 as default + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruby-common.spec ++++++ --- /var/tmp/diff_new_pack.NSSQ50/_old 2013-05-07 07:34:51.000000000 +0200 +++ /var/tmp/diff_new_pack.NSSQ50/_new 2013-05-07 07:34:51.000000000 +0200 @@ -17,7 +17,7 @@ Name: ruby-common -Version: 2.0 +Version: 2.1 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source1: gem_build_cleanup ++++++ gem_install.sh ++++++ --- /var/tmp/diff_new_pack.NSSQ50/_old 2013-05-07 07:34:51.000000000 +0200 +++ /var/tmp/diff_new_pack.NSSQ50/_new 2013-05-07 07:34:51.000000000 +0200 @@ -42,10 +42,10 @@ $gem_binary install --verbose --local $otheropts if test -d $RPM_BUILD_ROOT/usr/bin; then cd $RPM_BUILD_ROOT/usr/bin - bins=`ls -1 *1.9 2> /dev/null` || true + bins=`ls -1 *2.0 2> /dev/null` || true if test -n "$bins"; then for bin in $bins; do - mv -v $bin $(echo "$bin" | sed -e 's,1.9$,,') + mv -v $bin $(echo "$bin" | sed -e 's,2.0$,,') done fi fi ++++++ ruby.common-macros ++++++ --- /var/tmp/diff_new_pack.NSSQ50/_old 2013-05-07 07:34:51.000000000 +0200 +++ /var/tmp/diff_new_pack.NSSQ50/_new 2013-05-07 07:34:51.000000000 +0200 @@ -10,7 +10,7 @@ %{?gem_binary}%{!?gem_binary:/usr/bin/gem} unpack --verbose $source \ cd %{mod_name}-%{version} \ chmod og-w -R . \ - %{?gem_binary}%{!?gem_binary:/usr/bin/gem} unpack --spec $source \ + %{?gem_binary}%{!?gem_binary:/usr/bin/gem} specification --ruby $source > %{mod_name}-%{version}.gemspec \ %{nil} # %%gem_build macro ... ++++++ rubygemsdeps.rb ++++++ --- /var/tmp/diff_new_pack.NSSQ50/_old 2013-05-07 07:34:51.000000000 +0200 +++ /var/tmp/diff_new_pack.NSSQ50/_new 2013-05-07 07:34:51.000000000 +0200 @@ -23,7 +23,7 @@ require 'optparse' require 'rubygems' -require 'rubygems/format' +#require 'rubygems/format' require 'rubygems/specification' opts = OptionParser.new("Usage: #{$0}") -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
