public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rubygem-cucumber-cucumber-expressions] rawhide: Update to 19.0.1 upstream release
Date: Thu, 11 Jun 2026 10:43:36 GMT [thread overview]
Message-ID: <178117461602.1.4736959185327921377.rpms-rubygem-cucumber-cucumber-expressions-721b42c16e24@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rubygem-cucumber-cucumber-expressions
Branch : rawhide
Commit : 721b42c16e2420dbb565593afe9eb908c85e78ed
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-10T06:10:26+01:00
Stats : +15/-22 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rubygem-cucumber-cucumber-expressions/c/721b42c16e2420dbb565593afe9eb908c85e78ed?branch=rawhide
Log:
Update to 19.0.1 upstream release
- Resolves: rhbz#2064184
Upstream tag: v19.0.1
Upstream commit: cc4f87f8
Commit co-authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index 93e8299..aef4b9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/cucumber-cucumber-expressions-*.gem
+/rubygem-cucumber-cucumber-expressions-*-spec.txz
diff --git a/README.packit b/README.packit
index 4afa99b..eb5cf90 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
-The file was generated using packit 0.94.0.post1.dev2+g7ce7e679.
+The file was generated using packit 1.16.0.post1.dev2+ged481c62d.
diff --git a/rubygem-cucumber-cucumber-expressions.spec b/rubygem-cucumber-cucumber-expressions.spec
index f9b2a8d..f7a765d 100644
--- a/rubygem-cucumber-cucumber-expressions.spec
+++ b/rubygem-cucumber-cucumber-expressions.spec
@@ -2,17 +2,15 @@
%global gem_name cucumber-cucumber-expressions
Name: rubygem-%{gem_name}
-Version: 17.1.0
-Release: 5%{?dist}
+Version: 19.0.1
+Release: 1%{?dist}
Summary: A simpler alternative to Regular Expressions
License: MIT
URL: https://github.com/cucumber/cucumber-expressions
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
-# Upstream removed LICENSE file from packages.
-# https://github.com/cucumber/cucumber-expressions/issues/292
-# Taken from:
-# https://github.com/cucumber/cucumber-expressions/blob/v17.1.0/LICENSE
-Source1: LICENSE
+# git clone --no-checkout https://github.com/cucumber/cucumber-expressions.git
+# git -C cucumber-expressions archive -v -o rubygem-cucumber-cucumber-expressions-19.0.1-spec.txz v19.0.1:ruby spec/
+Source1: %{name}-%{version}-spec.txz
BuildRequires: ruby(release)
BuildRequires: rubygems-devel
BuildRequires: %{_bindir}/rspec
@@ -20,10 +18,6 @@ BuildRequires: rubygem(rspec-expectations)
BuildRequires: rubygem-bigdecimal
BuildArch: noarch
-# Provides: can be removed in F36+2, i.e. F38
-Provides: rubygem-cucumber-expressions = %{version}-%{release}
-Obsoletes: rubygem-cucumber-expressions < 6.0.1-10
-
%description
Cucumber Expressions - a simpler alternative to Regular Expressions.
@@ -37,15 +31,13 @@ BuildArch: noarch
Documentation for %{name}.
%prep
-%setup -q -n %{gem_name}-%{version}
+%setup -q -n %{gem_name}-%{version} -b 1
%build
gem build ../%{gem_name}-%{version}.gemspec
%gem_install
-install -m 644 %{SOURCE1} .%{gem_instdir}/LICENSE
-
# The methods with question marks were replaced with attr_reader(s) in 17.0.0.
# They were getters already. To keep compatibility with cucumber v7.
# simply aliasing the methods on the correct place is enough.
@@ -61,6 +53,7 @@ cp -a .%{gem_dir}/* \
%check
pushd .%{gem_instdir}
+ln -s %{_builddir}/spec spec
rspec spec
popd
@@ -68,20 +61,18 @@ popd
%dir %{gem_instdir}
%license %{gem_instdir}/LICENSE
%{gem_libdir}
-%{gem_spec}
%exclude %{gem_instdir}/.*
%exclude %{gem_cache}
+%{gem_spec}
%files doc
%doc %{gem_docdir}
-%{gem_instdir}/VERSION
-%{gem_instdir}/Gemfile
-%{gem_instdir}/Rakefile
-%{gem_instdir}/cucumber-cucumber-expressions.gemspec
-%{gem_instdir}/spec
%changelog
+* Wed Jun 10 2026 Benjamin A. Beasley <code@musicinmybrain.net> - 19.0.1-1
+- Update to 19.0.1 (close RHBZ#2064184)
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 17.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index e26df4c..2f8de1d 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-SHA512 (cucumber-cucumber-expressions-17.1.0.gem) = 3935be2541d874a746713416f43934dafab6b59a9417ce40a9ba038541fa0f8a6b8b5c55e4a97a0b00faa10c29e161e5426a7400ca4e003aff31d954ca263343
+SHA512 (cucumber-cucumber-expressions-19.0.1.gem) = e49de11e3e50326d398890649faa4860c143a254c9376f48900b67f5f6e5546fa666b49b011f9d3d4f6bab702bfacd86ddb549269d2117a72eba5de9d7157e04
+SHA512 (rubygem-cucumber-cucumber-expressions-19.0.1-spec.txz) = 058790c03ac02c77bc7bdf88dd7ad1d8b4bb17fda1651d4554db95c34e68cc3477c99c602bb78bc40202954cd258e763aaf3a524a2376b3120ac5ce696dcf683
reply other threads:[~2026-06-11 10:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178117461602.1.4736959185327921377.rpms-rubygem-cucumber-cucumber-expressions-721b42c16e24@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox