Hello community,
here is the log from the commit of package yast2-ruby-bindings for
openSUSE:Factory checked in at 2015-11-18 22:33:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ruby-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ruby-bindings"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes
2015-10-20 16:20:35.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes
2015-11-18 22:33:22.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 13 13:41:46 UTC 2015 - [email protected]
+
+- Fix Cell ui shortcut as final id have to be lowercase (fake bug
+ to get it accepted bnc#0)
+- 3.1.41
+
+-------------------------------------------------------------------
Old:
----
yast2-ruby-bindings-3.1.40.tar.bz2
New:
----
yast2-ruby-bindings-3.1.41.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ruby-bindings.spec ++++++
--- /var/tmp/diff_new_pack.w2ATuY/_old 2015-11-18 22:33:23.000000000 +0100
+++ /var/tmp/diff_new_pack.w2ATuY/_new 2015-11-18 22:33:23.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 3.1.40
+Version: 3.1.41
Release: 0
Url: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-ruby-bindings-3.1.40.tar.bz2 -> yast2-ruby-bindings-3.1.41.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-3.1.40/package/yast2-ruby-bindings.changes
new/yast2-ruby-bindings-3.1.41/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-3.1.40/package/yast2-ruby-bindings.changes
2015-10-05 16:35:16.000000000 +0200
+++ new/yast2-ruby-bindings-3.1.41/package/yast2-ruby-bindings.changes
2015-11-13 15:45:15.000000000 +0100
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Fri Nov 13 13:41:46 UTC 2015 - [email protected]
+
+- Fix Cell ui shortcut as final id have to be lowercase (fake bug
+ to get it accepted bnc#0)
+- 3.1.41
+
+-------------------------------------------------------------------
Mon Oct 5 12:04:35 UTC 2015 - [email protected]
- Used rb_gc_register_address to fix 'method to_s called on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-3.1.40/package/yast2-ruby-bindings.spec
new/yast2-ruby-bindings-3.1.41/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-3.1.40/package/yast2-ruby-bindings.spec
2015-10-05 16:35:16.000000000 +0200
+++ new/yast2-ruby-bindings-3.1.41/package/yast2-ruby-bindings.spec
2015-11-13 15:45:15.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 3.1.40
+Version: 3.1.41
Url: https://github.com/yast/yast-ruby-bindings
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-3.1.40/src/ruby/yast/ui_shortcuts.rb
new/yast2-ruby-bindings-3.1.41/src/ruby/yast/ui_shortcuts.rb
--- old/yast2-ruby-bindings-3.1.40/src/ruby/yast/ui_shortcuts.rb
2015-10-05 16:35:16.000000000 +0200
+++ new/yast2-ruby-bindings-3.1.41/src/ruby/yast/ui_shortcuts.rb
2015-11-13 15:45:15.000000000 +0100
@@ -9,7 +9,6 @@
:BusyIndicator,
:Bottom,
:ButtonBox,
- :Cell,
:Center,
:CheckBox,
:CheckBoxFrame,
@@ -76,6 +75,7 @@
:VWeight,
:Wizard,
# special ones that will be upper cased
+ :cell,
:id,
:item,
:header,