public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rubygem-activejob] rawhide: Update to Action Job 8.1.2.
@ 2026-07-30  7:19 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-30  7:19 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rubygem-activejob
            Branch : rawhide
            Commit : 338bbeea1f569053fb91c53ad2436935320d7a2a
            Author : Vít Ondruch <vondruch@redhat.com>
            Date   : 2026-07-29T17:20:29+02:00
            Stats  : +17/-8 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/rubygem-activejob/c/338bbeea1f569053fb91c53ad2436935320d7a2a?branch=rawhide

            Log:
            Update to Action Job 8.1.2.

Related: rhzb#2405582

---
diff --git a/rubygem-activejob.spec b/rubygem-activejob.spec
index ad565ca..8ad489c 100644
--- a/rubygem-activejob.spec
+++ b/rubygem-activejob.spec
@@ -2,14 +2,14 @@
 %global gem_name activejob
 
 Name: rubygem-%{gem_name}
-Version: 8.0.3
-Release: 4%{?dist}
+Version: 8.1.2
+Release: 1%{?dist}
 Summary: Job framework with pluggable queues
 License: MIT
 URL: https://rubyonrails.org
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}%{?prerelease}.gem
 # git clone https://github.com/rails/rails.git && cd rails/activejob
-# git archive -v -o activejob-8.0.3-tests.tar.gz v8.0.3 test/
+# git archive -v -o activejob-8.1.2-tests.tar.gz v8.1.2 test/
 Source1: %{gem_name}-%{version}%{?prerelease}-tests.tar.gz
 
 BuildRequires: ruby(release)
@@ -17,7 +17,6 @@ BuildRequires: rubygems-devel
 BuildRequires: ruby >= 3.2.0
 BuildRequires: rubygem(activesupport) = %{version}
 BuildRequires: rubygem(globalid)
-BuildRequires: rubygem(minitest-mock)
 BuildRequires: rubygem(zeitwerk)
 BuildRequires: tzdata
 BuildArch: noarch
@@ -55,12 +54,18 @@ mkdir ../tools
 # Fake test_common.rb. It does not provide any functionality besides
 # `force_skip` alias.
 touch ../tools/test_common.rb
-# Netiher strict_warnings.rb appears to be useful.
+# Neither strict_warnings.rb appears to be useful.
 touch ../tools/strict_warnings.rb
 
-# We don't have isneakers in Fedora.
+# We don't have sneakers / kicks in Fedora.
 sed -i '/ActiveJob::QueueAdapters::SneakersAdapter/ d' test/cases/exceptions_test.rb
 
+# This test is naively checking for `gems\/` in path to detect if gems
+# from GEM_HOME are filtered out. Ignore this assert.
+sed -i '/def test_job_error_logging_backtrace_cleaner/,/^  end/ {
+  /gems/ s/^/#/
+}' test/cases/logging_test.rb
+
 ADAPTERS='async inline test'
 for ADAPTER in ${ADAPTERS}; do
   # Reject test cases similarly to what upstream does:
@@ -89,6 +94,10 @@ done
 %doc %{gem_instdir}/README.md
 
 %changelog
+* Wed Jul 29 2026 Vít Ondruch <vondruch@redhat.com> - 8.1.2-1
+- Update to Action Job 8.1.2.
+  Related: rhzb#2405582
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 9a79955..6830893 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (activejob-8.0.3-tests.tar.gz) = ff57760705c5be2f33d3c4cad6769f307a4720e277cd6ae6a51a1882ba75072d9a8ae5e7e60b0ab7503c769d90a4209dc90fe7b05271b24a80433dffc56baa03
-SHA512 (activejob-8.0.3.gem) = f631db506f0fe3705ed7a84ac81934d16eed3aa4ce502b0e91c697d146321d87a3741a05456c8f31a9581ec8b56cdf12092a9b6106397307552a9d2ce416e44f
+SHA512 (activejob-8.1.2-tests.tar.gz) = 02dbbca1293691ef557fe6e553cb1b764cb416b9565578a616f2ba00a3d6078bb8004cf1ad367a3fab0f14b16d5483fca7f340cd81b75568a7291519055d4520
+SHA512 (activejob-8.1.2.gem) = e77145827c6a0b5caedf7e1f118e532674e05169a9dff4c5b09086f0b877da8f30a9c055a6f67b55cbddd99d67f12f7b3044d666d7de38d5bde78cce787d3a63

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-30  7:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30  7:19 [rpms/rubygem-activejob] rawhide: Update to Action Job 8.1.2 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox