Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: yast2-ruby-bindings | Distribution: openSUSE Tumbleweed |
Version: 4.5.4 | Vendor: openSUSE |
Release: 1.1 | Build date: Thu Oct 27 14:27:30 2022 |
Group: System/YaST | Build host: cloud119 |
Size: 452176 | Source RPM: yast2-ruby-bindings-4.5.4-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/yast/yast-ruby-bindings | |
Summary: Ruby bindings for the YaST platform |
The bindings allow YaST modules to be written using the Ruby language and also Ruby scripts can use YaST agents, APIs and modules.
GPL-2.0-only
* Mon Oct 24 2022 Ladislav Slezák <lslezak@suse.cz> - Added "log.group" method for grouping the log messages (bsc#1204625) - Update Rakefile to allow installing the Ruby files in inst-sys using the "yupdate" command - 4.5.4 * Thu Oct 06 2022 Stefan Hundhammer <shundhammer@suse.com> - Dropped support for profiler / Y2PROFILER env var (bsc#1189647) - 4.5.3 * Thu Aug 18 2022 Josef Reidinger <jreidinger@suse.com> - Add properly glibc-locale as build dependency to test locale dependent methods (related to change for bsc#1154405) - 4.5.2 * Tue May 24 2022 Ladislav Slezák <lslezak@suse.cz> - Added experimental infrastructure for managing system in a chroot (bsc#1199840) - 4.5.1 * Wed Apr 06 2022 Ladislav Slezák <lslezak@suse.cz> - Bump version to 4.5.0 (bsc#1198109) * Mon Feb 07 2022 Ladislav Slezák <lslezak@suse.cz> - Set "x509ignoreCN=0" GODEBUG environment variable option to enable CN (Common Name) matching in SSL certificates in Go programs (e.g. suseconnect-ng). Without it the CN would be ignored and only the SAN (Subject Alternative Name) certificate fields would be used. But the self-signed certificates usually only contain the CN field without SAN so YaST could not connect to SMT/RMT registration servers. (bsc#1195220) - 4.4.8 * Mon Jan 17 2022 Ladislav Slezák <lslezak@suse.cz> - Added yast/rspec/helpers.rb (related to bsc#1194784) - 4.4.7 * Mon Nov 29 2021 Josef Reidinger <jreidinger@suse.com> - Avoid timing issue in integration tests ( bsc#1193192 ) - 4.4.6 * Mon Nov 29 2021 Josef Reidinger <jreidinger@suse.com> - Avoid warning in ruby3.0 ( bsc#1193192 ) - 4.4.5 * Wed Aug 18 2021 Josef Reidinger <jreidinger@suse.com> - Fix dependency on s390 (revealed by previous fix for bsc#972548) - 4.4.4 * Fri Aug 13 2021 Ladislav Slezák <lslezak@suse.cz> - Added an unit test for testing empty help text (bsc#972548) - 4.4.3 * Wed Jul 21 2021 José Iván López González <jlopez@suse.com> - Avoid IO exception when the stderr was closed. This could happen when the parent process was killed, see bsc#1154854. - 4.4.2 * Wed Jun 16 2021 Josef Reidinger <jreidinger@suse.com> - When a WFM client returns a value not representable in YCP, raise a meaningful exception instead of crashing on an undefined variable (bsc#1187230) - 4.4.1 * Wed Apr 14 2021 Knut Anderssen <kanderssen@suse.com> - Made the architecture string to fit in a 80x24 terminal (bsc#1184474). - 4.4.0 * Wed Mar 17 2021 Ladislav Slezák <lslezak@suse.cz> - Fixed password encrypting functions to work correctly also in older products (SLE15-SP2/Leap 15.2 and older) (related to bsc#1176924) - 4.3.14 * Thu Mar 04 2021 Ladislav Slezák <lslezak@suse.cz> - Change the special keybard shortcut to start a graphical menu instead of a low level command line console, - The command line console can be started from there as well - Related to jsc#PM-1895, jsc#SLE-16263 - 4.3.13 * Mon Feb 15 2021 Ladislav Slezák <lslezak@suse.cz> - Handle a special keyboard shortcut for starting the installation console (jsc#PM-1895, jsc#SLE-16263) - 4.3.12 * Thu Nov 19 2020 Stefan Hundhammer <shundhammer@suse.com> - Removed Requires / BuildRequires to libyui (build failure) (related to bsc#1175489) - 4.3.11 * Mon Nov 16 2020 Stefan Hundhammer <shundhammer@suse.com> - Added UI test for menu bar shortcut priority (bsc#1175489) - 4.3.10 * Thu Nov 12 2020 Martin Vidner <mvidner@suse.com> - Build fix for "error creating /run/tmux/399" (bsc#1178394) - 4.3.9 * Tue Nov 03 2020 Martin Vidner <mvidner@suse.com> - Test: menu items remain disabled after hotkeys are recomputed (bsc#1178394) - 4.3.8 * Thu Oct 29 2020 Stefan Hundhammer <shundhammer@suse.com> - Added unit tests for NCMultiSelectionBox (bsc#1177985) - 4.3.7 * Thu Oct 29 2020 Stefan Schubert <schubi@suse.com> - Reporting augeas parsing errors and displaying them in rich-text format (bsc#1174198). - 4.3.6 * Tue Oct 13 2020 Martin Vidner <mvidner@suse.com> - Add automatic TUI (ncurses) tests using tmux (bsc#1165388). - 4.3.5 * Thu Sep 24 2020 besser82@fedoraproject.org - Fixes for gensalt handling with libxcrypt (bsc#1176924) - 4.3.4 * Wed Sep 23 2020 Josef Reidinger <jreidinger@suse.com> - Improve logger to log also method name in ruby (useful for any debug like bsc#1144351) - 4.3.3 * Wed Aug 12 2020 Stefan Hundhammer <shundhammer@suse.com> - Fixed yast-ycp-ui-bindings dependency (bsc#1175115) - 4.3.2 * Wed Aug 12 2020 Stefan Hundhammer <shundhammer@suse.com> - Added new UI terms: MenuBar(), Menu() (bsc#1175115) - 4.3.1 * Wed Apr 22 2020 Josef Reidinger <jreidinger@suse.com> - reimplement Builtins#tointeger to not use scanf removed from ruby 2.7 (bsc#1169442) - 4.3.0 * Wed Jan 22 2020 Ancor Gonzalez Sosa <ancor@suse.com> - Added a COPYING file with the GPL license (bsc#1161470) - 4.2.8 * Fri Jan 03 2020 Josef Reidinger <jreidinger@suse.com> - Fix previous fix to really set exit code in ruby wrapper (bsc#1144351) - 4.2.7 * Tue Dec 17 2019 Josef Reidinger <jreidinger@suse.com> - Fix returning error codes from y2start start point. Helps with CLI exit codes and also with failed installation (helps e.g. with bsc#1144351 and yast lan CLI) - 4.2.6 * Thu Dec 05 2019 schubi@suse.de - S390: Evaluating an architecture specific string which will be shown in the title bar (ncurses) or in the banner (qt) (jsc#SLE-9424). - 4.2.5 * Wed Nov 06 2019 Stefan Hundhammer <shundhammer@suse.com> - Added symbol for new UI CustomStatusItemSelector widget (bsc#1084674) - Added symbol for UI icon term - 4.2.4 * Mon Sep 23 2019 Stefan Hundhammer <shundhammer@suse.com> - Added symbols for new UI ItemSelector widget (bsc#1084674) - 4.2.3 * Thu Aug 22 2019 schubi@suse.de - Using rb_default_ruby_abi tag in the spec file in order to handle several ruby versions (bsc#1146403). - 4.2.2 * Mon May 20 2019 mvidner@suse.com - Fixup the textdomain change so that yast2.rpm builds (bsc#1130822) - 4.2.1 * Thu May 16 2019 mvidner@suse.com - Raise (an Internal Error) if no textdomain is declared for a translatable text and Y2STRICTTEXTDOMAIN is in the environment (bsc#1130822) - 4.2.0 * Tue Mar 05 2019 Ladislav Slezák <lslezak@suse.cz> - Always return frozen strings from the translation functions, make the results unified (related to bsc#1125006) - 4.1.4 * Mon Mar 04 2019 Michal Filka <mfilka@suse.com> - bnc#1127685 - Internal error message popup is scaled according to its content - 4.1.3 * Tue Jan 22 2019 lslezak@suse.cz - Support for FastGettext 2.0 (still works with FastGettext 1.6) (bsc#1121865) - 4.1.2
/usr/lib/YaST2/bin/y2start /usr/lib/YaST2/plugin/libpy2lang_ruby.so /usr/lib/ruby/vendor_ruby/3.1.0/i586-linux-gnu/yast /usr/lib/ruby/vendor_ruby/3.1.0/i586-linux-gnu/yast/builtinx.so /usr/lib/ruby/vendor_ruby/3.1.0/i586-linux-gnu/yastx.so /usr/lib/ruby/vendor_ruby/3.1.0/yast /usr/lib/ruby/vendor_ruby/3.1.0/yast.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/arg_ref.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/break.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/builtins.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/client.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/convert.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/core_ext /usr/lib/ruby/vendor_ruby/3.1.0/yast/core_ext.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/core_ext/ansi_string.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/debugger.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/exportable.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/external.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/fun_ref.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/i18n.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/logger.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/module.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/ops.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/path.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/rspec /usr/lib/ruby/vendor_ruby/3.1.0/yast/rspec.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/rspec/helpers.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/rspec/matchers.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/rspec/scr.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/rspec/shortcuts.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/scr.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/term.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/translation.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/ui.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/ui_shortcuts.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/wfm.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/y2logger.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/y2start_helpers.rb /usr/lib/ruby/vendor_ruby/3.1.0/yast/yast.rb /usr/share/licenses/yast2-ruby-bindings /usr/share/licenses/yast2-ruby-bindings/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Feb 9 00:21:52 2023