[rubygem-actionmailer] Update to ActionMailer 4.0.3

Josef Stribny jstribny at fedoraproject.org
Wed Feb 26 17:55:54 UTC 2014


commit 70ea90a6e6a73e797cd9404c294bf7111fe014c4
Author: Josef Stribny <jstribny at redhat.com>
Date:   Wed Feb 26 18:56:39 2014 +0100

    Update to ActionMailer 4.0.3

 .gitignore                |    2 ++
 rubygem-actionmailer.spec |    9 ++++++---
 sources                   |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a8414a..222b0ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,5 @@ actionmailer-2.3.5.gem
 /actionmailer-4.0.1.gem
 /actionmailer-4.0.2-tests.tgz
 /actionmailer-4.0.2.gem
+/actionmailer-4.0.3-tests.tgz
+/actionmailer-4.0.3.gem
diff --git a/rubygem-actionmailer.spec b/rubygem-actionmailer.spec
index 2039c8e..b562e1e 100644
--- a/rubygem-actionmailer.spec
+++ b/rubygem-actionmailer.spec
@@ -5,7 +5,7 @@
 Summary: Service layer for easy email delivery and testing
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 4.0.2
+Version: 4.0.3
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -17,8 +17,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.0.2
-# tar czvf actionmailer-4.0.2-tests.tgz test/
+# git checkout v4.0.3
+# tar czvf actionmailer-4.0.3-tests.tgz test/
 Source2: actionmailer-%{version}-tests.tgz
 
 # Let's keep Requires and BuildRequires sorted alphabeticaly
@@ -98,6 +98,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Wed Feb 26 2014 Josef Stribny <jstribny at redhat.com> - 1:4.0.3-1
+- Update to ActionMailer 4.0.3
+
 * Thu Dec 05 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.2-1
 - Update to ActionMailer 4.0.2
 
diff --git a/sources b/sources
index b9a22b0..42df8bc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f3958df61a8bbb1d9fae0bdc1eebbd11  actionmailer-4.0.2-tests.tgz
-22a897abd116d9de38bfa1de63d0f1b8  actionmailer-4.0.2.gem
+f3958df61a8bbb1d9fae0bdc1eebbd11  actionmailer-4.0.3-tests.tgz
+f1e983eea62c1e5f2e3c5c704e7a99db  actionmailer-4.0.3.gem


More information about the scm-commits mailing list