Hello community,
here is the log from the commit of package yast2-ruby-bindings for
openSUSE:Factory checked in at 2015-12-06 07:31:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-18 22:33:22.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes
2015-12-06 07:31:52.000000000 +0100
@@ -1,0 +2,9 @@
+Tue Dec 1 16:06:11 UTC 2015 - [email protected]
+
+- Reverted the last change because it broke updating the table in
+ Service Manager
+ (because the distinction between :cell and :Cell was lost)
+ (bnc#956380)
+- 3.1.42
+
+-------------------------------------------------------------------
Old:
----
yast2-ruby-bindings-3.1.41.tar.bz2
New:
----
yast2-ruby-bindings-3.1.42.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ruby-bindings.spec ++++++
--- /var/tmp/diff_new_pack.4o2auy/_old 2015-12-06 07:31:53.000000000 +0100
+++ /var/tmp/diff_new_pack.4o2auy/_new 2015-12-06 07:31:53.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 3.1.41
+Version: 3.1.42
Release: 0
Url: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-ruby-bindings-3.1.41.tar.bz2 -> yast2-ruby-bindings-3.1.42.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-3.1.41/package/yast2-ruby-bindings.changes
new/yast2-ruby-bindings-3.1.42/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-3.1.41/package/yast2-ruby-bindings.changes
2015-11-13 15:45:15.000000000 +0100
+++ new/yast2-ruby-bindings-3.1.42/package/yast2-ruby-bindings.changes
2015-12-01 17:26:00.000000000 +0100
@@ -1,7 +1,16 @@
-------------------------------------------------------------------
+Tue Dec 1 16:06:11 UTC 2015 - [email protected]
+
+- Reverted the last change because it broke updating the table in
+ Service Manager
+ (because the distinction between :cell and :Cell was lost)
+ (bnc#956380)
+- 3.1.42
+
+-------------------------------------------------------------------
Fri Nov 13 13:41:46 UTC 2015 - [email protected]
-- Fix Cell ui shortcut as final id have to be lowercase (fake bug
+- Fix Cell ui shortcut as final id have to be lowercase (fake bug
to get it accepted bnc#0)
- 3.1.41
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-3.1.41/package/yast2-ruby-bindings.spec
new/yast2-ruby-bindings-3.1.42/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-3.1.41/package/yast2-ruby-bindings.spec
2015-11-13 15:45:15.000000000 +0100
+++ new/yast2-ruby-bindings-3.1.42/package/yast2-ruby-bindings.spec
2015-12-01 17:26:00.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 3.1.41
+Version: 3.1.42
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.41/src/ruby/yast/ui_shortcuts.rb
new/yast2-ruby-bindings-3.1.42/src/ruby/yast/ui_shortcuts.rb
--- old/yast2-ruby-bindings-3.1.41/src/ruby/yast/ui_shortcuts.rb
2015-11-13 15:45:15.000000000 +0100
+++ new/yast2-ruby-bindings-3.1.42/src/ruby/yast/ui_shortcuts.rb
2015-12-01 17:26:00.000000000 +0100
@@ -9,6 +9,7 @@
:BusyIndicator,
:Bottom,
:ButtonBox,
+ :Cell,
:Center,
:CheckBox,
:CheckBoxFrame,
@@ -75,7 +76,6 @@
:VWeight,
:Wizard,
# special ones that will be upper cased
- :cell,
:id,
:item,
:header,