Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-ruby-bindings for
openSUSE:Factory checked in at 2026-01-17 14:51:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ruby-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ruby-bindings"
Sat Jan 17 14:51:27 2026 rev:130 rq:1327346 version:5.0.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes
2025-07-23 16:31:46.123519519 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new.1928/yast2-ruby-bindings.changes
2026-01-17 14:51:30.707080177 +0100
@@ -1,0 +2,6 @@
+Thu Jan 15 08:26:47 UTC 2026 - Ladislav Slezák <[email protected]>
+
+- Drop libyui dependency in SLES (related to bsc#1254978)
+- 5.0.6
+
+-------------------------------------------------------------------
Old:
----
yast2-ruby-bindings-5.0.5.tar.bz2
New:
----
yast2-ruby-bindings-5.0.6.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ruby-bindings.spec ++++++
--- /var/tmp/diff_new_pack.C5sUw2/_old 2026-01-17 14:51:31.379108129 +0100
+++ /var/tmp/diff_new_pack.C5sUw2/_new 2026-01-17 14:51:31.379108129 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-ruby-bindings
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 5.0.5
+Version: 5.0.6
Release: 0
URL: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -35,9 +35,18 @@
BuildRequires: %{rubydevel}
Requires: yast2-core >= 3.2.2
BuildRequires: yast2-core-devel >= 3.2.2
+
+# use the standard UI in openSUSE Tumbleweed or Leap
+%if 0%{?suse_version} == 1699 || 0%{?is_opensuse}
# MenuBar-shortcuts-test.rb
Requires: yast2-ycp-ui-bindings >= 4.3.7
BuildRequires: yast2-ycp-ui-bindings-devel >= 4.3.7
+%else
+# use dummy UI in SLES
+Requires: yast2-ycp-ui-bindings-dummy
+BuildRequires: yast2-ycp-ui-bindings-dummy-devel
+%endif
+
# requirement for testing locale dependent methods.
# Keep it only build requirement to not force installation of this package
everywhere
BuildRequires: glibc-locale
++++++ yast2-ruby-bindings-5.0.5.tar.bz2 -> yast2-ruby-bindings-5.0.6.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-5.0.5/package/yast2-ruby-bindings.changes
new/yast2-ruby-bindings-5.0.6/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-5.0.5/package/yast2-ruby-bindings.changes
2025-07-22 14:36:50.000000000 +0200
+++ new/yast2-ruby-bindings-5.0.6/package/yast2-ruby-bindings.changes
2026-01-15 10:32:43.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Jan 15 08:26:47 UTC 2026 - Ladislav Slezák <[email protected]>
+
+- Drop libyui dependency in SLES (related to bsc#1254978)
+- 5.0.6
+
+-------------------------------------------------------------------
Wed Jul 16 13:02:54 UTC 2025 - Dominique Leuenberger <[email protected]>
- Allow building using CMake 4.0 by bumping the minimum for cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ruby-bindings-5.0.5/package/yast2-ruby-bindings.spec
new/yast2-ruby-bindings-5.0.6/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-5.0.5/package/yast2-ruby-bindings.spec
2025-07-22 14:36:50.000000000 +0200
+++ new/yast2-ruby-bindings-5.0.6/package/yast2-ruby-bindings.spec
2026-01-15 10:32:43.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-ruby-bindings
-Version: 5.0.5
+Version: 5.0.6
Release: 0
URL: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -35,9 +35,18 @@
BuildRequires: %{rubydevel}
Requires: yast2-core >= 3.2.2
BuildRequires: yast2-core-devel >= 3.2.2
+
+# use the standard UI in openSUSE Tumbleweed or Leap
+%if 0%{?suse_version} == 1699 || 0%{?is_opensuse}
# MenuBar-shortcuts-test.rb
Requires: yast2-ycp-ui-bindings >= 4.3.7
BuildRequires: yast2-ycp-ui-bindings-devel >= 4.3.7
+%else
+# use dummy UI in SLES
+Requires: yast2-ycp-ui-bindings-dummy
+BuildRequires: yast2-ycp-ui-bindings-dummy-devel
+%endif
+
# requirement for testing locale dependent methods.
# Keep it only build requirement to not force installation of this package
everywhere
BuildRequires: glibc-locale