Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2016-03-03 15:09:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2016-02-25 
21:51:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2016-03-03 
15:09:31.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Mar  2 13:10:03 UTC 2016 - [email protected]
+
+- Require rubygems using system ruby version to avoid YaST failures
+  (bnc#969113)
+- 3.1.176
+
+-------------------------------------------------------------------

Old:
----
  yast2-3.1.175.tar.bz2

New:
----
  yast2-3.1.176.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.XNknEk/_old  2016-03-03 15:09:32.000000000 +0100
+++ /var/tmp/diff_new_pack.XNknEk/_new  2016-03-03 15:09:32.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        3.1.175
+Version:        3.1.176
 Release:        0
 Url:            https://github.com/yast/yast-yast2
 
@@ -43,13 +43,13 @@
 BuildRequires:  fdupes
 
 # For running RSpec tests during build
-BuildRequires:  rubygem(rspec)
+BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
 # for defining abstract methods in libraries
-BuildRequires:  rubygem(abstract_method)
+BuildRequires:  rubygem(%rb_default_ruby_abi:abstract_method)
 # for running scripts
-BuildRequires:  rubygem(cheetah)
+BuildRequires:  rubygem(%rb_default_ruby_abi:cheetah)
 # for file access using augeas
-BuildRequires:  rubygem(cfa)
+BuildRequires:  rubygem(%rb_default_ruby_abi:cfa)
 
 # To have Yast::CoreExt::AnsiString
 BuildRequires:  yast2-ruby-bindings >= 3.1.36
@@ -61,11 +61,11 @@
 # ag_ini with (un)quoting support
 Requires:       yast2-core >= 2.23.0
 # for defining abstract methods in libraries
-Requires:       rubygem(abstract_method)
+Requires:       rubygem(%rb_default_ruby_abi:abstract_method)
 # for running scripts
-Requires:       rubygem(cheetah)
+Requires:       rubygem(%rb_default_ruby_abi:cheetah)
 # for file access using augeas
-Requires:       rubygem(cfa)
+Requires:       rubygem(%rb_default_ruby_abi:cfa)
 # new UI::SetApplicationIcon
 Requires:       yast2-ycp-ui-bindings >= 3.1.8
 

++++++ yast2-3.1.175.tar.bz2 -> yast2-3.1.176.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-3.1.175/library/network/src/modules/SuSEFirewall.rb 
new/yast2-3.1.176/library/network/src/modules/SuSEFirewall.rb
--- old/yast2-3.1.175/library/network/src/modules/SuSEFirewall.rb       
2016-02-24 09:47:58.000000000 +0100
+++ new/yast2-3.1.176/library/network/src/modules/SuSEFirewall.rb       
2016-03-02 14:26:08.000000000 +0100
@@ -2397,7 +2397,7 @@
       firewall_zones = GetZonesOfInterfacesWithAnyFeatureSupported(interfaces)
       if Builtins.size(firewall_zones) == 0
         Builtins.y2error(
-          "Interfaces '%1' are not in any group if interfaces",
+          "Interfaces '%1' are not in any group of interfaces",
           interfaces
         )
         return false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.175/package/yast2.changes 
new/yast2-3.1.176/package/yast2.changes
--- old/yast2-3.1.175/package/yast2.changes     2016-02-24 09:47:59.000000000 
+0100
+++ new/yast2-3.1.176/package/yast2.changes     2016-03-02 14:26:08.000000000 
+0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Mar  2 13:10:03 UTC 2016 - [email protected]
+
+- Require rubygems using system ruby version to avoid YaST failures
+  (bnc#969113)
+- 3.1.176
+
+-------------------------------------------------------------------
 Mon Feb 22 05:39:05 UTC 2016 - [email protected]
 
 - Add support for showing update messages from libzypp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.175/package/yast2.spec 
new/yast2-3.1.176/package/yast2.spec
--- old/yast2-3.1.175/package/yast2.spec        2016-02-24 09:47:59.000000000 
+0100
+++ new/yast2-3.1.176/package/yast2.spec        2016-03-02 14:26:08.000000000 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2
-Version:        3.1.175
+Version:        3.1.176
 Release:        0
 Url:            https://github.com/yast/yast-yast2
 
@@ -43,13 +43,13 @@
 BuildRequires:  fdupes
 
 # For running RSpec tests during build
-BuildRequires:  rubygem(rspec)
+BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
 # for defining abstract methods in libraries
-BuildRequires:  rubygem(abstract_method)
+BuildRequires:  rubygem(%rb_default_ruby_abi:abstract_method)
 # for running scripts
-BuildRequires:  rubygem(cheetah)
+BuildRequires:  rubygem(%rb_default_ruby_abi:cheetah)
 # for file access using augeas
-BuildRequires:  rubygem(cfa)
+BuildRequires:  rubygem(%rb_default_ruby_abi:cfa)
 
 # To have Yast::CoreExt::AnsiString
 BuildRequires:  yast2-ruby-bindings >= 3.1.36
@@ -61,11 +61,11 @@
 # ag_ini with (un)quoting support
 Requires:       yast2-core >= 2.23.0
 # for defining abstract methods in libraries
-Requires:  rubygem(abstract_method)
+Requires:  rubygem(%rb_default_ruby_abi:abstract_method)
 # for running scripts
-Requires:  rubygem(cheetah)
+Requires:  rubygem(%rb_default_ruby_abi:cheetah)
 # for file access using augeas
-Requires:  rubygem(cfa)
+Requires:  rubygem(%rb_default_ruby_abi:cfa)
 # new UI::SetApplicationIcon
 Requires:       yast2-ycp-ui-bindings >= 3.1.8
 


Reply via email to