public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jarek Prokop <jprokop@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rubygem-factory_bot] f45: Upgrade to rubygem-factory_bot 6.2.0.
Date: Fri, 04 Sep 2026 13:23:29 GMT	[thread overview]
Message-ID: <178852820992.1.13518426801538332496.rpms-rubygem-factory_bot-6ae2fd152bf2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rubygem-factory_bot
Branch : f45
Commit : 6ae2fd152bf28b5805ddd84bb895cd60d9d5c2e4
Author : Jarek Prokop <jprokop@redhat.com>
Date   : 2021-12-03T11:11:17+01:00
Stats  : +16/-24 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rubygem-factory_bot/c/6ae2fd152bf28b5805ddd84bb895cd60d9d5c2e4?branch=f45

Log:
Upgrade to rubygem-factory_bot 6.2.0.

---
diff --git a/rubygem-factory_bot.spec b/rubygem-factory_bot.spec
index be12a45..de10e44 100644
--- a/rubygem-factory_bot.spec
+++ b/rubygem-factory_bot.spec
@@ -1,18 +1,18 @@
 %global gem_name factory_bot
 
 Name: rubygem-%{gem_name}
-Version: 4.10.0
-Release: 7%{?dist}
+Version: 6.2.0
+Release: 1%{?dist}
 Summary: Framework and DSL for defining and using model instance factories
 License: MIT
 URL: https://github.com/thoughtbot/factory_bot
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
-# git clone https://github.com/thoughtbot/factory_bot.git && cd factory_bot
-# git checkout v4.10.0 && tar czvf factory_bot-4.10.0-specs.tar.gz spec/
-Source1: %{gem_name}-%{version}-specs.tar.gz
-# git clone https://github.com/thoughtbot/factory_bot.git && cd factory_bot
-# git checkout v4.10.0 && tar czvf factory_bot-4.10.0-features.tar.gz features/
-Source2: %{gem_name}-%{version}-features.tar.gz
+# git clone --no-checkout https://github.com/thoughtbot/factory_bot.git
+# git -C factory_bot archive -v -o factory_bot-6.2.0-specs.txz v6.2.0 spec/
+Source1: %{gem_name}-%{version}-specs.txz
+# git clone --no-checkout https://github.com/thoughtbot/factory_bot.git
+# git -C factory_bot archive -v -o factory_bot-6.2.0-features.txz v6.2.0 features/
+Source2: %{gem_name}-%{version}-features.txz
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 BuildRequires: ruby
@@ -20,7 +20,6 @@ BuildRequires: rubygem(rspec)
 BuildRequires: rubygem(rspec-its)
 BuildRequires: rubygem(activerecord)
 BuildRequires: rubygem(sqlite3)
-BuildRequires: rubygem(timecop)
 BuildRequires: %{_bindir}/cucumber
 BuildRequires: rubygem(aruba)
 BuildArch: noarch
@@ -62,7 +61,7 @@ cp -a %{_builddir}/spec .
 # We don't care about coverage.
 sed -i "/simplecov/ s/^/#/" spec/spec_helper.rb
 
-rspec -rfileutils spec
+rspec -rspec_helper spec
 
 ln -s %{_builddir}/features .
 sed -i "/simplecov/ s/^/#/" features/support/env.rb
@@ -74,29 +73,22 @@ popd
 %dir %{gem_instdir}
 %exclude %{gem_instdir}/.*
 %license %{gem_instdir}/LICENSE
-%exclude %{gem_instdir}/factory_bot.gemspec
-# Delete factory_girl.gemspec
-# https://github.com/thoughtbot/factory_bot/pull/1161
-%exclude %{gem_instdir}/factory_girl.gemspec
 %{gem_libdir}
 %exclude %{gem_cache}
 %{gem_spec}
-%exclude %{gem_instdir}/Gemfile.lock
 
 %files doc
 %doc %{gem_docdir}
-%doc %{gem_instdir}/Appraisals
 %doc %{gem_instdir}/CONTRIBUTING.md
 %doc %{gem_instdir}/GETTING_STARTED.md
 %doc %{gem_instdir}/NAME.md
-%doc %{gem_instdir}/NEWS
+%doc %{gem_instdir}/NEWS.md
 %doc %{gem_instdir}/README.md
-%{gem_instdir}/Gemfile
-%{gem_instdir}/gemfiles
-%{gem_instdir}/Rakefile
-%{gem_instdir}/cucumber.yml
 
 %changelog
+* Fri Nov 26 2021 Jarek Prokop <jprokop@redhat.com> - 6.2.0-1
+- Upgrade to rubygem-factory_bot 6.2.0.
+
 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.10.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
 

diff --git a/sources b/sources
index e18c713..860081c 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (factory_bot-4.10.0.gem) = 4373d616bd8b70a8daca0067c56eac05d82f4fabd8207d8a91c28de4072f2aaaa3971a405d7358dc95b75184f30b0d3400307255137d4bd53e59295635e97d70
-SHA512 (factory_bot-4.10.0-specs.tar.gz) = bf54b619fdf7a50b66675d0b9b7b8877981c15c3d1154337fd042ab0394e5cd1a138954e26c5cca604503f0438a4a5d1f2754f40b9b3b32df1a51e490d371fc8
-SHA512 (factory_bot-4.10.0-features.tar.gz) = 881b64af0a0afd50709c7156963a589781340d06a7b2ebd2ec4d12d266fd72c136967ab86c22ac17545e7fba0105774c1c25e777cff43519a7bedfae9d930278
+SHA512 (factory_bot-6.2.0.gem) = c842e52d4aa0ccda903da7b86bc6b5346375470fae6b03100b49461641a2ac3aaec94106dfd940979e74118b16b91250e8fffe09003762a1f0774370b4ec17ef
+SHA512 (factory_bot-6.2.0-specs.txz) = 89ffe2772a970dd4b543ad93cb163f4aa06f3397e60633d7fd642d35277018637d81f9eb9c7b882e5480ceaea8a40ebbd6bf550426d56f5289f99a704fdb7592
+SHA512 (factory_bot-6.2.0-features.txz) = 99fe29e1d0000856e725db5aba8a21b0aa0fccddc84853385530ef02b0901229cc37599e30b19534fde9ab27cefa2558db3c525adc7c993b438b63d7318a7d68

                 reply	other threads:[~2026-09-04 13:23 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=178852820992.1.13518426801538332496.rpms-rubygem-factory_bot-6ae2fd152bf2@fedoraproject.org \
    --to=jprokop@redhat.com \
    --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