[rubygem-actionmailer] Update to ActionMailer 3.2.10.

Vít Ondruch vondruch at fedoraproject.org
Fri Jan 4 12:47:16 UTC 2013


commit e16c967f548522b5421aa0994069de10ca7e0165
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Jan 4 12:51:03 2013 +0100

    Update to ActionMailer 3.2.10.

 .gitignore                |    2 ++
 rubygem-actionmailer.spec |    9 ++++++---
 sources                   |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f6900c..246fd1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,5 @@ actionmailer-2.3.5.gem
 /actionmailer-3.2.7.gem
 /actionmailer-3.2.8-tests.tgz
 /actionmailer-3.2.8.gem
+/actionmailer-3.2.10-tests.tgz
+/actionmailer-3.2.10.gem
diff --git a/rubygem-actionmailer.spec b/rubygem-actionmailer.spec
index 7a03cff..64e33ff 100644
--- a/rubygem-actionmailer.spec
+++ b/rubygem-actionmailer.spec
@@ -6,7 +6,7 @@
 Summary: Service layer for easy email delivery and testing
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 3.2.8
+Version: 3.2.10
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -18,8 +18,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 v3.2.8
-# tar czvf actionmailer-3.2.8-tests.tgz test/
+# git checkout v3.2.10
+# tar czvf actionmailer-3.2.10-tests.tgz test/
 Source2: actionmailer-%{version}-tests.tgz
 
 # Let's keep Requires and BuildRequires sorted alphabeticaly
@@ -102,6 +102,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Thu Jan 03 2013 Vít Ondruch <vondruch at redhat.com> - 1:3.2.10-1
+- Update to ActionMailer 3.2.10.
+
 * Mon Aug 13 2012 Vít Ondruch <vondruch at redhat.com> - 1:3.2.8-1
 - Update to ActionMailer 3.2.8.
 
diff --git a/sources b/sources
index d899f05..31a19ef 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b527b4ae098facc508d2de10c30235c6  actionmailer-3.2.8-tests.tgz
-d379948bca43c5ae4d5be9beb5aaef47  actionmailer-3.2.8.gem
+158b138b6a59cae56dbd522553a0fb39  actionmailer-3.2.10-tests.tgz
+a5b1e4e5d2dab472096d24a76950ac74  actionmailer-3.2.10.gem


More information about the scm-commits mailing list