Accepting request 1243894 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1243894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-benchmark?expand=0&rev=7
This commit is contained in:
commit
d53c6dd52f
BIN
benchmark-0.3.0.gem
(Stored with Git LFS)
BIN
benchmark-0.3.0.gem
(Stored with Git LFS)
Binary file not shown.
3
benchmark-0.4.0.gem
Normal file
3
benchmark-0.4.0.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f12f8c495545e3710c3e4f0480f63f06b4c842cc94cec7f33a956f5180e874a
|
||||
size 14336
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 09:23:13 UTC 2025 - Dan Čermák <dan.cermak@posteo.net>
|
||||
|
||||
- 0.4.0:
|
||||
|
||||
## What's Changed
|
||||
* Exclude older than 2.6 on macos-14 by @nobu in https://github.com/ruby/benchmark/pull/21
|
||||
* Set required_ruby_version = ">= 2.1.0" by @Earlopain in https://github.com/ruby/benchmark/pull/24
|
||||
* Improve docs for Benchmark.realtime by @nithinbekal in https://github.com/ruby/benchmark/pull/25
|
||||
* Adjust ljust by @kaiquekandykoga in https://github.com/ruby/benchmark/pull/16
|
||||
|
||||
## New Contributors
|
||||
* @nobu made their first contribution in https://github.com/ruby/benchmark/pull/21
|
||||
* @Earlopain made their first contribution in https://github.com/ruby/benchmark/pull/24
|
||||
* @nithinbekal made their first contribution in https://github.com/ruby/benchmark/pull/25
|
||||
* @kaiquekandykoga made their first contribution in https://github.com/ruby/benchmark/pull/16
|
||||
|
||||
**Full Changelog**: https://github.com/ruby/benchmark/compare/v0.3.0...v0.4.0
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:24:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-benchmark
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
@ -24,12 +24,12 @@
|
||||
#
|
||||
|
||||
Name: rubygem-benchmark
|
||||
Version: 0.3.0
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
%define mod_name benchmark
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
BuildRequires: %{ruby >= 2.1.0}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: %{ruby}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
URL: https://github.com/ruby/benchmark
|
||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
@ -54,7 +54,7 @@ find -type f -print0 | xargs -0 touch -r %{S:0}
|
||||
|
||||
%install
|
||||
%gem_install \
|
||||
--doc-files="LICENSE.txt README.md" \
|
||||
--doc-files="COPYING README.md" \
|
||||
-f
|
||||
# MANUAL
|
||||
find %{buildroot}/%{_libdir}/ruby/gems \( -name .gitignore -o -name .travis.yml \) | xargs rm
|
||||
|
Loading…
x
Reference in New Issue
Block a user