Sync from SUSE:SLFO:Main yast2-ruby-bindings revision 904e9851a13818be082a42e9c5b2a661

This commit is contained in:
2025-02-06 18:15:59 +01:00
parent 1e3f96db88
commit ec1e592fcd
4 changed files with 23 additions and 15 deletions

BIN
yast2-ruby-bindings-4.6.2.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
yast2-ruby-bindings-5.0.2.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 15 08:39:02 UTC 2025 - Josef Reidinger <jreidinger@suse.com>
- Disable integration tests with libyui
(gh#yast/yast-ruby-bindings#293)
- 5.0.2
-------------------------------------------------------------------
Fri Dec 20 16:01:56 UTC 2024 - Josef Reidinger <jreidinger@suse.com>
- Adapt to ruby 3.4 (gh#yast/yast-ruby-bindings#292)
- 5.0.1
-------------------------------------------------------------------
Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger <jreidinger@suse.cz>
- 5.0.0 (bsc#1185510)
-------------------------------------------------------------------
Mon Apr 3 10:46:37 UTC 2023 - Josef Reidinger <jreidinger@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package yast2-ruby-bindings
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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: 4.6.2
Version: 5.0.2
Release: 0
URL: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -48,13 +48,6 @@ BuildRequires: s390-tools
Requires: s390-tools
%endif
# The test suite includes a regression test (std_streams_spec.rb) for a
# libyui-ncurses bug fixed in 2.47.3
BuildRequires: libyui-ncurses >= 2.47.3
# The mentioned test requires tmux in order to be executed in headless systems
# Also many other libyui tests to come
BuildRequires: tmux
# only a soft dependency, the Ruby debugger is optional
Suggests: rubygem(%{rb_default_ruby_abi}:byebug)
@@ -95,9 +88,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
cd -
%check
# Build workers are set up without systemd so the default /run/tmux dir
# will not be present (unless clamav pulls systemd in, on SLE)
export TMUX_TMPDIR=/tmp
cd build
make test ARGS=-V
cd -