commit yast2-ruby-bindings for openSUSE:Factory
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 2025-01-07 20:51:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ruby-bindings (Old) and /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-ruby-bindings" Tue Jan 7 20:51:00 2025 rev:126 rq:1232868 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes 2023-10-20 23:17:23.991905198 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new.1881/yast2-ruby-bindings.changes 2025-01-07 20:51:19.571719444 +0100 @@ -1,0 +2,6 @@ +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 + +------------------------------------------------------------------- Old: ---- yast2-ruby-bindings-5.0.0.tar.bz2 New: ---- yast2-ruby-bindings-5.0.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ruby-bindings.spec ++++++ --- /var/tmp/diff_new_pack.7BvHhi/_old 2025-01-07 20:51:20.019737967 +0100 +++ /var/tmp/diff_new_pack.7BvHhi/_new 2025-01-07 20:51:20.023738132 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-ruby-bindings # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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: 5.0.0 +Version: 5.0.1 Release: 0 URL: https://github.com/yast/yast-ruby-bindings BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-ruby-bindings-5.0.0.tar.bz2 -> yast2-ruby-bindings-5.0.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ruby-bindings-5.0.0/.github/workflows/ci.yml new/yast2-ruby-bindings-5.0.1/.github/workflows/ci.yml --- old/yast2-ruby-bindings-5.0.0/.github/workflows/ci.yml 2023-10-18 23:19:51.000000000 +0200 +++ new/yast2-ruby-bindings-5.0.1/.github/workflows/ci.yml 2024-12-20 17:11:19.000000000 +0100 @@ -7,6 +7,9 @@ jobs: Package: + # skip in master, but run in forks + if: github.ref_name != 'master' || github.repository_owner != 'yast' + runs-on: ubuntu-latest container: image: registry.opensuse.org/yast/head/containers/yast-cpp:latest diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ruby-bindings-5.0.0/.github/workflows/submit.yml new/yast2-ruby-bindings-5.0.1/.github/workflows/submit.yml --- old/yast2-ruby-bindings-5.0.0/.github/workflows/submit.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-ruby-bindings-5.0.1/.github/workflows/submit.yml 2024-12-20 17:11:19.000000000 +0100 @@ -0,0 +1,29 @@ +# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-acti... + +name: OBS + +on: + # only when committing to master + push: + branches: master + + # allow running manually from GitHub Web + workflow_dispatch: + +jobs: + submit: + # do not run in forks + if: github.repository_owner == 'yast' + + runs-on: ubuntu-latest + + # the default timeout is 6 hours, do not wait for that long if osc gets stucked + timeout-minutes: 30 + + steps: + - name: Submit the package + # see https://github.com/yast/actions/blob/master/submit/action.yml + uses: yast/actions/submit@master + with: + obs_user: ${{ secrets.OBS_USER }} + obs_password: ${{ secrets.OBS_PASSWORD }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ruby-bindings-5.0.0/README.md new/yast2-ruby-bindings-5.0.1/README.md --- old/yast2-ruby-bindings-5.0.0/README.md 2023-10-18 23:19:51.000000000 +0200 +++ new/yast2-ruby-bindings-5.0.1/README.md 2024-12-20 17:11:19.000000000 +0100 @@ -2,8 +2,7 @@ [![Workflow Status](https://github.com/yast/yast-ruby-bindings/workflows/CI/badge.svg?branch=master)]( https://github.com/yast/yast-ruby-bindings/actions?query=branch%3Amaster) -[![Jenkins Status](https://ci.opensuse.org/buildStatus/icon?job=yast-yast-ruby-bindings-master)]( -https://ci.opensuse.org/view/Yast/job/yast-yast-ruby-bindings-master/) +[![OBS](https://github.com/yast/yast-ruby-bindings/actions/workflows/submit.yml/badge.svg)](https://github.com/yast/yast-ruby-bindings/actions/workflows/submit.yml) It is part of [YaST](http://yast.github.io) where you can find more information about YaST and its component system. The Ruby bindings cover only the connection to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ruby-bindings-5.0.0/package/yast2-ruby-bindings.changes new/yast2-ruby-bindings-5.0.1/package/yast2-ruby-bindings.changes --- old/yast2-ruby-bindings-5.0.0/package/yast2-ruby-bindings.changes 2023-10-18 23:19:51.000000000 +0200 +++ new/yast2-ruby-bindings-5.0.1/package/yast2-ruby-bindings.changes 2024-12-20 17:11:19.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ruby-bindings-5.0.0/package/yast2-ruby-bindings.spec new/yast2-ruby-bindings-5.0.1/package/yast2-ruby-bindings.spec --- old/yast2-ruby-bindings-5.0.0/package/yast2-ruby-bindings.spec 2023-10-18 23:19:51.000000000 +0200 +++ new/yast2-ruby-bindings-5.0.1/package/yast2-ruby-bindings.spec 2024-12-20 17:11:19.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ruby-bindings -Version: 5.0.0 +Version: 5.0.1 Release: 0 URL: https://github.com/yast/yast-ruby-bindings BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ruby-bindings-5.0.0/src/ruby/yast/logger.rb new/yast2-ruby-bindings-5.0.1/src/ruby/yast/logger.rb --- old/yast2-ruby-bindings-5.0.0/src/ruby/yast/logger.rb 2023-10-18 23:19:51.000000000 +0200 +++ new/yast2-ruby-bindings-5.0.1/src/ruby/yast/logger.rb 2024-12-20 17:11:19.000000000 +0100 @@ -34,7 +34,7 @@ res = Builtins.sformat(*safe_args) res.gsub!(/%/, "%%") # reescape all % - matches = caller(caller_frame + 1, 1).first.match(/(.+):(\d+):in `([^']+)'/) + matches = caller(caller_frame + 1, 1).first.match(/(.+):(\d+):in [`']([^']+)'/) y2_logger(level, "Ruby", matches[1], matches[2].to_i, matches[3], res) return unless backtrace diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ruby-bindings-5.0.0/src/ruby/yast/yast.rb new/yast2-ruby-bindings-5.0.1/src/ruby/yast/yast.rb --- old/yast2-ruby-bindings-5.0.0/src/ruby/yast/yast.rb 2023-10-18 23:19:51.000000000 +0200 +++ new/yast2-ruby-bindings-5.0.1/src/ruby/yast/yast.rb 2024-12-20 17:11:19.000000000 +0100 @@ -16,7 +16,7 @@ end # @private used to extract place from backtrace - BACKTRACE_REGEXP = /^(.*):(\d+):in `.*'$/ + BACKTRACE_REGEXP = /^(.*):(\d+):in [`'].*'$/ # shortcut to construct new Yast term # @see Yast::Term
participants (1)
-
Source-Sync