Hello community,

here is the log from the commit of package ruby-common for openSUSE:Factory 
checked in at 2012-11-10 16:55:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby-common (Old)
 and      /work/SRC/openSUSE:Factory/.ruby-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby-common", Maintainer is "r...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes  2012-11-06 
16:32:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes     
2012-11-10 16:55:31.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Nov  7 14:46:27 UTC 2012 - sasc...@suse.de
+
+- Fix gemspec filtering on SLE_11_SP2:
+  + Only gemspec files resulting of the built gem matter, not other
+    gemspec found in-tree
+  + Newer RPM uses rubygem.attr, which filters correctly
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygemsdeps.rb ++++++
--- /var/tmp/diff_new_pack.x0cxVN/_old  2012-11-10 16:55:32.000000000 +0100
+++ /var/tmp/diff_new_pack.x0cxVN/_new  2012-11-10 16:55:32.000000000 +0100
@@ -44,7 +44,7 @@
 gemspecs=Array.new
 
 $stdin.each_line do |line|
-  m = line.match(%r{.*/specifications/.*\.gemspec$})
+  m = line.match(%r{.*/gems/[^/]*/specifications/.*\.gemspec$})
   gemspecs << [m[0], Gem::Specification.load(m[0])] if m
 end
 

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

Reply via email to