Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-benchmark for
openSUSE:Factory checked in at 2022-12-13 18:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-benchmark (Old)
and /work/SRC/openSUSE:Factory/.rubygem-benchmark.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-benchmark"
Tue Dec 13 18:56:27 2022 rev:4 rq:1042623 version:0.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-benchmark/rubygem-benchmark.changes
2022-02-02 22:45:02.294057818 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-benchmark.new.1835/rubygem-benchmark.changes
2022-12-13 18:56:40.611590578 +0100
@@ -1,0 +2,6 @@
+Wed Dec 7 11:13:11 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 0.2.1
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
benchmark-0.2.0.gem
New:
----
benchmark-0.2.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-benchmark.spec ++++++
--- /var/tmp/diff_new_pack.WH7NlS/_old 2022-12-13 18:56:41.107593224 +0100
+++ /var/tmp/diff_new_pack.WH7NlS/_new 2022-12-13 18:56:41.111593246 +0100
@@ -24,7 +24,7 @@
#
Name: rubygem-benchmark
-Version: 0.2.0
+Version: 0.2.1
Release: 0
%define mod_name benchmark
%define mod_full_name %{mod_name}-%{version}
++++++ benchmark-0.2.0.gem -> benchmark-0.2.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.github/dependabot.yml new/.github/dependabot.yml
--- old/.github/dependabot.yml 1970-01-01 01:00:00.000000000 +0100
+++ new/.github/dependabot.yml 2022-12-05 06:13:03.000000000 +0100
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: 'github-actions'
+ directory: '/'
+ schedule:
+ interval: 'weekly'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.github/workflows/test.yml
new/.github/workflows/test.yml
--- old/.github/workflows/test.yml 2021-10-14 12:45:10.000000000 +0200
+++ new/.github/workflows/test.yml 2022-12-05 06:13:03.000000000 +0100
@@ -1,17 +1,27 @@
-name: build
+name: test
on: [push, pull_request]
jobs:
- build:
+ ruby-versions:
+ runs-on: ubuntu-latest
+ outputs:
+ versions: ${{ steps.versions.outputs.value }}
+ steps:
+ - id: versions
+ run: |
+ versions=$(curl -s
'https://cache.ruby-lang.org/pub/misc/ci_versions/all.json' | jq -c '. +
["2.5"]')
+ echo "::set-output name=value::${versions}"
+ test:
+ needs: ruby-versions
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
- ruby: [ '3.0', 2.7, 2.6, 2.5, head ]
+ ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/benchmark/version.rb new/lib/benchmark/version.rb
--- old/lib/benchmark/version.rb 2021-10-14 12:45:10.000000000 +0200
+++ new/lib/benchmark/version.rb 2022-12-05 06:13:03.000000000 +0100
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
module Benchmark
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2021-10-14 12:45:10.000000000 +0200
+++ new/metadata 2022-12-05 06:13:03.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: benchmark
version: !ruby/object:Gem::Version
- version: 0.2.0
+ version: 0.2.1
platform: ruby
authors:
- Yukihiro Matsumoto
autorequire:
bindir: exe
cert_chain: []
-date: 2021-10-14 00:00:00.000000000 Z
+date: 2022-12-05 00:00:00.000000000 Z
dependencies: []
description: a performance benchmarking library
email:
@@ -17,6 +17,7 @@
extensions: []
extra_rdoc_files: []
files:
+- ".github/dependabot.yml"
- ".github/workflows/test.yml"
- ".gitignore"
- Gemfile
@@ -50,7 +51,7 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubygems_version: 3.3.0.dev
+rubygems_version: 3.4.0.dev
signing_key:
specification_version: 4
summary: a performance benchmarking library