pvalena pushed to rubygem-actionmailer (master). "Update to
actionmailer 6.1.1."
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-02-01 03:52:12 UTC
From 9d07e891cdb267245afb8fd142cd2f8c45875605 Mon Sep 17 00:00:00 2001
From: Pavel Valena <pvalena(a)redhat.com>
Date: Feb 01 2021 01:01:49 +0000
Subject: Update to actionmailer 6.1.1.
---
diff --git a/rubygem-actionmailer.spec b/rubygem-actionmailer.spec
index 8d68c31..d040ff1 100644
--- a/rubygem-actionmailer.spec
+++ b/rubygem-actionmailer.spec
@@ -3,8 +3,8 @@
Name: rubygem-%{gem_name}
Epoch: 1
-Version: 6.0.3.4
-Release: 2%{?dist}
+Version: 6.1.1
+Release: 1%{?dist}
Summary: Email composition and delivery framework (part of Rails)
License: MIT
URL: https://rubyonrails.org
@@ -12,12 +12,12 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}%{?prerelease}.gem
# ActionMailer gem doesn't ship with the test suite.
# You may check it out like so
# git clone http://github.com/rails/rails.git
-# cd rails/actionmailer && git archive -v -o actionmailer-6.0.3.4-tests.txz v6.0.3.4 test/
+# cd rails/actionmailer && git archive -v -o actionmailer-6.1.1-tests.txz v6.1.1 test/
Source1: actionmailer-%{version}%{?prerelease}-tests.txz
# The tools are needed for the test suite, are however unpackaged in gem file.
# You may get them like so
# git clone http://github.com/rails/rails.git --no-checkout
-# cd rails && git archive -v -o rails-6.0.3.4-tools.txz v6.0.3.4 tools/
+# cd rails && git archive -v -o rails-6.1.1-tools.txz v6.1.1 tools/
Source2: rails-%{version}%{?prerelease}-tools.txz
# Let's keep Requires and BuildRequires sorted alphabeticaly
@@ -76,6 +76,9 @@ popd
%doc %{gem_instdir}/README.rdoc
%changelog
+* Wed Jan 27 2021 Pavel Valena <pvalena(a)redhat.com> - 1:6.1.1-1
+- Update to actionmailer 6.1.1.
+
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:6.0.3.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index 7353824..4327bdf 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (actionmailer-6.0.3.4.gem) = c433ba7b0a1bdc93eca47596770c09ee7c716dbe3295b20166701d72ccf26c8fc443a9894205f242ef08db6c8e9a5c7d1e234a86a0c5fef476185ad57d9d96e5
-SHA512 (actionmailer-6.0.3.4-tests.txz) = c78e6e7b5aa75aabb338c2ec7ed0a42a395ee1d97453defea96beaa3f517b85552e651d4b3e6203492978b5d6fac63793813af6dcb4563460c724e0d8ffb29fc
-SHA512 (rails-6.0.3.4-tools.txz) = b40d90e55da9c31462bd21c62394198900aa42f161d30f8edd32f7217d904fbdd98d2cfba7c5d542d5b89578424669fcaffbe0006f6efd62cc676065100daac3
+SHA512 (actionmailer-6.1.1.gem) = 5a29594a465f3c493ae34f743b24de376eb7c703aad789593faa777d3f1467bda8e6fd1d53ffe19aba08f137f0c8e170e975a5a15b1f18ad1a3c7c68e2b13671
+SHA512 (actionmailer-6.1.1-tests.txz) = ac2c211bc0ddc4f0e1254782433875693b3c589adb6e23a69f8f9ce28819926de14bb8b13e318eaf25be89db0faa228343e01a85db1efc571d94805f1df1aa65
+SHA512 (rails-6.1.1-tools.txz) = 6852616efe73dfa6d7319c1bfb941ebfa0d2413ba9ae0c3b9f5bbb1e11e407e8137764f1dd64243af200006d7865b3ab3a0f03677c2318467fafc496853e7a0a
https://src.fedoraproject.org/rpms/rubygem-actionmailer/c/9d07e891cdb2672...
1Â year, 4Â months
pvalena pushed to rubygem-activerecord (master). "Update to
activerecord 6.1.1."
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-02-01 03:38:41 UTC
From d339c7315022d21b6a777cbbc8b0c152318da9dc Mon Sep 17 00:00:00 2001
From: Pavel Valena <pvalena(a)redhat.com>
Date: Feb 01 2021 01:03:14 +0000
Subject: Update to activerecord 6.1.1.
---
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index 5017e32..b494000 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -3,8 +3,8 @@
Name: rubygem-%{gem_name}
Epoch: 1
-Version: 6.0.3.4
-Release: 2%{?dist}
+Version: 6.1.1
+Release: 1%{?dist}
Summary: Object-relational mapper framework (part of Rails)
License: MIT
URL: http://rubyonrails.org
@@ -12,12 +12,12 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}%{?prerelease}.gem
# The gem doesn't ship with the test suite.
# You may check it out like so
# git clone http://github.com/rails/rails.git
-# cd rails/activerecord && git archive -v -o activerecord-6.0.3.4-tests.txz v6.0.3.4 test/
+# cd rails/activerecord && git archive -v -o activerecord-6.1.1-tests.txz v6.1.1 test/
Source1: activerecord-%{version}%{?prerelease}-tests.txz
# The tools are needed for the test suite, are however unpackaged in gem file.
# You may check it out like so
# git clone http://github.com/rails/rails.git --no-checkout
-# cd rails && git archive -v -o rails-6.0.3.4-tools.txz v6.0.3.4 tools/
+# cd rails && git archive -v -o rails-6.1.1-tools.txz v6.1.1 tools/
Source2: rails-%{version}%{?prerelease}-tools.txz
# Database dump/load reuires the executable.
@@ -72,6 +72,9 @@ mv %{_builddir}/test .
sed -i '/^\s*def test_generates_absolute_path_with_given_root$/ a skip' \
test/cases/tasks/sqlite_rake_test.rb
+# Remove unnecessary dependency
+sed -i '/require .byebug./ s/^/#/g' test/cases/base_prevent_writes_test.rb
+
ruby -rpg -Itest:lib -e 'Dir.glob("./test/cases/**/*_test.rb").sort.each{ |f| require f }'
popd
@@ -89,6 +92,9 @@ popd
%{gem_instdir}/examples
%changelog
+* Wed Jan 27 2021 Pavel Valena <pvalena(a)redhat.com> - 1:6.1.1-1
+- Update to activerecord 6.1.1.
+
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1:6.0.3.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index 11363b1..81f6970 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (activerecord-6.0.3.4.gem) = 39b63f87d024b7044da70c90470f76b2eb9fb2370339c29ef6d12b3569ca0fbd78f5987910995bc9052eb28ec9f953d278f6deb5eb03beb172d60d4d6309ab4e
-SHA512 (activerecord-6.0.3.4-tests.txz) = 3d8ef3c7355469733902549ea3d841618ffeb7a4ee53586532e7475369c17fdb082639164ff0210a618f5aeef8a63f36a402c922f872fedaf4d0077231fc1405
-SHA512 (rails-6.0.3.4-tools.txz) = b40d90e55da9c31462bd21c62394198900aa42f161d30f8edd32f7217d904fbdd98d2cfba7c5d542d5b89578424669fcaffbe0006f6efd62cc676065100daac3
+SHA512 (activerecord-6.1.1.gem) = ac2a6bf4fae3299b3460f9f727b4a671e6cf352732fb01a8e0a406a913a83cea885474bd9ae8abf890a52560d24168e127930a5c4c0fa9b2803d2ab1a4281d73
+SHA512 (activerecord-6.1.1-tests.txz) = 40ba14648134ec1a5d118025eb250c5bfa98230b8742bd8b40fcde50b6422b9f5a6c5e672408715878b2b1c89b0a62d8943314367482aa554fe56122b4fa18b2
+SHA512 (rails-6.1.1-tools.txz) = 6852616efe73dfa6d7319c1bfb941ebfa0d2413ba9ae0c3b9f5bbb1e11e407e8137764f1dd64243af200006d7865b3ab3a0f03677c2318467fafc496853e7a0a
https://src.fedoraproject.org/rpms/rubygem-activerecord/c/d339c7315022d21...
1Â year, 4Â months