[rubygem-actionmailer] Update to ActionMailer 3.0.15.

Vít Ondruch vondruch at fedoraproject.org
Fri Jun 15 11:55:59 UTC 2012


commit 464cf95f6609ed05bc194d1eb72aa97d25e830e9
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Jun 15 13:55:54 2012 +0200

    Update to ActionMailer 3.0.15.

 .gitignore                         |    2 ++
 actionmailer-update-mail-dep.patch |   10 +++++-----
 rubygem-actionmailer.spec          |    9 ++++++---
 sources                            |    4 ++--
 4 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf08375..fe3de70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@ actionmailer-2.3.5.gem
 /actionmailer-3.0.11.gem
 /actionmailer-3.0.13-tests.tgz
 /actionmailer-3.0.13.gem
+/actionmailer-3.0.15-tests.tgz
+/actionmailer-3.0.15.gem
diff --git a/actionmailer-update-mail-dep.patch b/actionmailer-update-mail-dep.patch
index 630f61a..39d12fc 100644
--- a/actionmailer-update-mail-dep.patch
+++ b/actionmailer-update-mail-dep.patch
@@ -1,18 +1,18 @@
---- specifications/actionmailer-3.0.13.gemspec.orig	2011-06-02 18:25:45.915446995 -0400
-+++ specifications/actionmailer-3.0.13.gemspec	2011-06-02 18:26:14.600445963 -0400
+--- specifications/actionmailer-3.0.15.gemspec.orig	2011-06-02 18:25:45.915446995 -0400
++++ specifications/actionmailer-3.0.15.gemspec	2011-06-02 18:26:14.600445963 -0400
 @@ -22,13 +22,13 @@ Gem::Specification.new do |s|
  
      if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
-       s.add_runtime_dependency(%q<actionpack>, ["= 3.0.13"])
+       s.add_runtime_dependency(%q<actionpack>, ["= 3.0.15"])
 -      s.add_runtime_dependency(%q<mail>, ["~> 2.2.19"])
 +      s.add_runtime_dependency(%q<mail>, ["~> 2.4.0"])
      else
-       s.add_dependency(%q<actionpack>, ["= 3.0.13"])
+       s.add_dependency(%q<actionpack>, ["= 3.0.15"])
 -      s.add_dependency(%q<mail>, ["~> 2.2.19"])
 +      s.add_dependency(%q<mail>, ["~> 2.4.0"])
      end
    else
-     s.add_dependency(%q<actionpack>, ["= 3.0.13"])
+     s.add_dependency(%q<actionpack>, ["= 3.0.15"])
 -    s.add_dependency(%q<mail>, ["~> 2.2.19"])
 +    s.add_dependency(%q<mail>, ["~> 2.4.0"])
    end
diff --git a/rubygem-actionmailer.spec b/rubygem-actionmailer.spec
index 5812a7a..3a74bf0 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.0.13
+Version: 3.0.15
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -21,8 +21,8 @@ Source1: http://github.com/rails/rails/raw/v%{version}/%{gem_name}/Rakefile
 # You may check it out like so
 # git clone http://github.com/rails/rails.git
 # cd rails/actionmailer/
-# git checkout v3.0.13
-# tar czvf actionmailer-3.0.13-tests.tgz test/
+# git checkout v3.0.15
+# tar czvf actionmailer-3.0.15-tests.tgz test/
 Source2: actionmailer-%{version}-tests.tgz
 
 # Remove a task which breaks the Rakefile due to the gemspec
@@ -121,6 +121,9 @@ popd
 
 
 %changelog
+* Fri Jun 15 2012 Vít Ondruch <vondruch at redhat.com> - 1:3.0.15-1
+- Update to ActionMailer 3.0.15.
+
 * Fri Jun 01 2012 Vít Ondruch <vondruch at redhat.com> - 1:3.0.13-1
 - Update to ActionMailer 3.0.13.
 
diff --git a/sources b/sources
index 8e65e13..4ab7d22 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-e941f475f6f7f77f4450e09d4795294b  actionmailer-3.0.13-tests.tgz
-aff3f004cc1f3f8009756514b18caac6  actionmailer-3.0.13.gem
+c6ad5b151f965fa7466c63149d4bc18b  actionmailer-3.0.15-tests.tgz
+9ff686271bef9a0f30c44167da00f97a  actionmailer-3.0.15.gem


More information about the scm-commits mailing list