[rubygem-actionmailer] Update to ActionMailer 3.2.11.

Vít Ondruch vondruch at fedoraproject.org
Wed Jan 9 15:21:52 UTC 2013


commit 3ce0e7c8c67ed72a7410ee7bb051f663a61e1575
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Wed Jan 9 16:21:21 2013 +0100

    Update to ActionMailer 3.2.11.

 .gitignore                |    2 ++
 rubygem-actionmailer.spec |    9 ++++++---
 sources                   |    4 ++--
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 246fd1b..cc9c385 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,5 @@ actionmailer-2.3.5.gem
 /actionmailer-3.2.8.gem
 /actionmailer-3.2.10-tests.tgz
 /actionmailer-3.2.10.gem
+/actionmailer-3.2.11-tests.tgz
+/actionmailer-3.2.11.gem
diff --git a/rubygem-actionmailer.spec b/rubygem-actionmailer.spec
index 64e33ff..1850b1e 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.10
+Version: 3.2.11
 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.10
-# tar czvf actionmailer-3.2.10-tests.tgz test/
+# git checkout v3.2.11
+# tar czvf actionmailer-3.2.11-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
+* Wed Jan 09 2013 Vít Ondruch <vondruch at redhat.com> - 1:3.2.11-1
+- Update to ActionMailer 3.2.11.
+
 * Thu Jan 03 2013 Vít Ondruch <vondruch at redhat.com> - 1:3.2.10-1
 - Update to ActionMailer 3.2.10.
 
diff --git a/sources b/sources
index 31a19ef..f273e5c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-158b138b6a59cae56dbd522553a0fb39  actionmailer-3.2.10-tests.tgz
-a5b1e4e5d2dab472096d24a76950ac74  actionmailer-3.2.10.gem
+f88cb25cc6f390c69b598480e73b80c9  actionmailer-3.2.11-tests.tgz
+2a65965d222e36d5d47cecb56edefcf4  actionmailer-3.2.11.gem


More information about the scm-commits mailing list