public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/rubygem-cucumber-tag-expressions] rawhide: Update to Cucumber Tag Expressions 11.0.1.
Date: Tue, 01 Sep 2026 09:24:24 GMT	[thread overview]
Message-ID: <178825466478.1.938378376756897638.rpms-rubygem-cucumber-tag-expressions-8f91e0d3a3f5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rubygem-cucumber-tag-expressions
            Branch : rawhide
            Commit : 8f91e0d3a3f5315fc864bf355afceb6403e55af9
            Author : Vít Ondruch <vondruch@redhat.com>
            Date   : 2026-09-01T10:16:27+02:00
            Stats  : +19/-11 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rubygem-cucumber-tag-expressions/c/8f91e0d3a3f5315fc864bf355afceb6403e55af9?branch=rawhide

            Log:
            Update to Cucumber Tag Expressions 11.0.1.

Resolves: rhbz#2157785

---
diff --git a/.gitignore b/.gitignore
index f52314c..38b41dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /cucumber-tag-expressions-*.gem
+/rubygem-cucumber-tag-expressions-*-specs.tar.gz

diff --git a/rubygem-cucumber-tag-expressions.spec b/rubygem-cucumber-tag-expressions.spec
index 5fc0bc2..11eba84 100644
--- a/rubygem-cucumber-tag-expressions.spec
+++ b/rubygem-cucumber-tag-expressions.spec
@@ -2,21 +2,21 @@
 %global gem_name cucumber-tag-expressions
 
 Name: rubygem-%{gem_name}
-Version: 4.0.2
-Release: 12%{?dist}
+Version: 11.0.1
+Release: 1%{?dist}
 Summary: Cucumber tag expressions for ruby
 License: MIT
 URL: https://cucumber.io/docs/cucumber/api/#tag-expressions
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
+# git clone https://github.com/cucumber/tag-expressions.git && cd tag-expressions
+# git archive -v -o rubygem-cucumber-tag-expressions-11.0.1-specs.tar.gz v11.0.1 ruby/spec/ testdata/
+Source1: %{name}-%{version}-specs.tar.gz
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: ruby >= 1.9.3
 BuildRequires: rubygem(rspec)
 BuildArch: noarch
 
-Provides: rubygem-cucumber-tag_expressions = %{version}-%{release}
-Obsoletes: rubygem-cucumber-tag_expressions < 2.0.2-10
-
 %description
 Cucumber tag expressions for ruby.
 
@@ -30,7 +30,7 @@ BuildArch: noarch
 Documentation for %{name}.
 
 %prep
-%setup -q -n %{gem_name}-%{version}
+%setup -q -n %{gem_name}-%{version} -b 1
 
 %build
 # Create the gem as gem install only works on a gem file
@@ -48,9 +48,12 @@ cp -a .%{gem_dir}/* \
 
 
 %check
-pushd .%{gem_instdir}
-rspec spec
-popd
+( cd .%{gem_instdir}
+ln -s %{builddir}/ruby/spec .
+ln -s %{builddir}/testdata ../testdata
+
+rspec -rspec_helper spec
+)
 
 %files
 %dir %{gem_instdir}
@@ -62,9 +65,12 @@ popd
 %files doc
 %doc %{gem_docdir}
 %doc %{gem_instdir}/README.md
-%{gem_instdir}/spec
 
 %changelog
+* Thu Aug 27 2026 Vít Ondruch <vondruch@redhat.com> - 11.0.1-1
+- Update to Cucumber Tag Expressions 11.0.1.
+  Resolves: rhbz#2157785
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 25e0a5d..e519f09 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-SHA512 (cucumber-tag-expressions-4.0.2.gem) = 78905015489c88a1d2b365773937a7bec11e7a87f03be1eec4993f2ff879ba1e9488865cc5ba8b0fe199ecb81bc3a73a037f13eacf0de3dbb5d3dd8050e25ba8
+SHA512 (cucumber-tag-expressions-11.0.1.gem) = ef2211dff2635bacf38c3e8c5c6ce9d4c41ed15abbe81e97473e146d3d8bd69556242252783be5799c8e25cb79ef1e9aa2b9bd21491c8c88c0e42be01ff8e9c1
+SHA512 (rubygem-cucumber-tag-expressions-11.0.1-specs.tar.gz) = 52812e283a39b97098a75218069f47a8d1eb413a39a7d0c8fc40bf58751b4c6025b261ed88bb71e63f241ccf2fb78620e4458d5bb0986c23a5ac978e4276ae97

                 reply	other threads:[~2026-09-01  9:24 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=178825466478.1.938378376756897638.rpms-rubygem-cucumber-tag-expressions-8f91e0d3a3f5@fedoraproject.org \
    --to=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