[rubygem-actionmailer] Update to actionmailer 4.2.1

Josef Stribny jstribny at fedoraproject.org
Fri Mar 20 16:15:46 UTC 2015


commit 1cd3905c2e104c9555d895f236bc7987a833fd95
Author: Josef Stribny <jstribny at redhat.com>
Date:   Fri Mar 20 17:15:44 2015 +0100

    Update to actionmailer 4.2.1

 .gitignore                |  2 ++
 rubygem-actionmailer.spec | 11 +++++++----
 sources                   |  4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0e877e..73540fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,5 @@ actionmailer-2.3.5.gem
 /actionmailer-4.1.5.gem
 /actionmailer-4.2.0-tests.tgz
 /actionmailer-4.2.0.gem
+/actionmailer-4.2.1-tests.tgz
+/actionmailer-4.2.1.gem
diff --git a/rubygem-actionmailer.spec b/rubygem-actionmailer.spec
index 64dfe08..f7dd641 100644
--- a/rubygem-actionmailer.spec
+++ b/rubygem-actionmailer.spec
@@ -4,8 +4,8 @@
 Summary: Service layer for easy email delivery and testing
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.2.0
-Release: 2%{?dist}
+Version: 4.2.1
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -16,8 +16,8 @@ Source0: http://rubygems.org/downloads/actionmailer-%{version}.gem
 # You may check it out like so
 # git clone http://github.com/rails/rails.git
 # cd rails/actionmailer/
-# git checkout v4.2.0
-# tar czvf actionmailer-4.2.0-tests.tgz test/
+# git checkout v4.2.1
+# tar czvf actionmailer-4.2.1-tests.tgz test/
 Source2: actionmailer-%{version}-tests.tgz
 
 # Let's keep Requires and BuildRequires sorted alphabeticaly
@@ -94,6 +94,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Fri Mar 20 2015 Josef Stribny <jstribny at redhat.com> - 1:4.2.1-1
+- Update to actionmailer 4.2.1
+
 * Thu Feb 19 2015 Vít Ondruch <vondruch at redhat.com> - 1:4.2.0-2
 - Relax rubygem(mail) BR to fix FTBFS.
 
diff --git a/sources b/sources
index cd53099..b53b206 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c7e9797dd2e0b422a201116ce847b496  actionmailer-4.2.0-tests.tgz
-c425c7924c9d34deaa79ddb158822a73  actionmailer-4.2.0.gem
+2a22ee9f52f1e3f5a3854e1ff6fafe05  actionmailer-4.2.1-tests.tgz
+2866b963579fe7586db3be3454c34ac2  actionmailer-4.2.1.gem


More information about the scm-commits mailing list