[rubygem-actionmailer/f16: 1/2] Update to ActionMailer 3.0.10

Vít Ondruch vondruch at fedoraproject.org
Mon Aug 22 13:34:27 UTC 2011


commit aa186cf2d8878a3aabe00e903c06e06a3dfccf8f
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Aug 22 15:33:44 2011 +0200

    Update to ActionMailer 3.0.10

 .gitignore                         |    2 ++
 actionmailer-update-mail-dep.patch |   10 +++++-----
 rubygem-actionmailer.spec          |   11 +++++++----
 sources                            |    4 ++--
 4 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53fd891..62bda09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ actionmailer-2.3.5.gem
 /actionmailer-3.0.5.gem
 /actionmailer-3.0.9-tests.tgz
 /actionmailer-3.0.9.gem
+/actionmailer-3.0.10-tests.tgz
+/actionmailer-3.0.10.gem
diff --git a/actionmailer-update-mail-dep.patch b/actionmailer-update-mail-dep.patch
index 59fc3be..be4da0b 100644
--- a/actionmailer-update-mail-dep.patch
+++ b/actionmailer-update-mail-dep.patch
@@ -1,18 +1,18 @@
---- specifications/actionmailer-3.0.9.gemspec.orig	2011-06-02 18:25:45.915446995 -0400
-+++ specifications/actionmailer-3.0.9.gemspec	2011-06-02 18:26:14.600445963 -0400
+--- specifications/actionmailer-3.0.10.gemspec.orig	2011-06-02 18:25:45.915446995 -0400
++++ specifications/actionmailer-3.0.10.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.9"])
+       s.add_runtime_dependency(%q<actionpack>, ["= 3.0.10"])
 -      s.add_runtime_dependency(%q<mail>, ["~> 2.2.19"])
 +      s.add_runtime_dependency(%q<mail>, ["~> 2.3.0"])
      else
-       s.add_dependency(%q<actionpack>, ["= 3.0.9"])
+       s.add_dependency(%q<actionpack>, ["= 3.0.10"])
 -      s.add_dependency(%q<mail>, ["~> 2.2.19"])
 +      s.add_dependency(%q<mail>, ["~> 2.3.0"])
      end
    else
-     s.add_dependency(%q<actionpack>, ["= 3.0.9"])
+     s.add_dependency(%q<actionpack>, ["= 3.0.10"])
 -    s.add_dependency(%q<mail>, ["~> 2.2.19"])
 +    s.add_dependency(%q<mail>, ["~> 2.3.0"])
    end
diff --git a/rubygem-actionmailer.spec b/rubygem-actionmailer.spec
index 569de11..3c3df62 100644
--- a/rubygem-actionmailer.spec
+++ b/rubygem-actionmailer.spec
@@ -9,7 +9,7 @@
 Summary: Service layer for easy email delivery and testing
 Name: rubygem-%{gemname}
 Epoch: 1
-Version: 3.0.9
+Version: 3.0.10
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -24,9 +24,9 @@ Source1: http://github.com/rails/rails/raw/v%{version}/%{gemname}/Rakefile
 # You may check it out like so
 # git clone http://github.com/rails/rails.git
 # cd rails/actionmailer/
-# git checkout v3.0.9
-# tar czvf actionmailer-3.0.9-tests.tgz test/
-Source2: actionmailer-3.0.9-tests.tgz
+# git checkout v3.0.10
+# tar czvf actionmailer-3.0.10-tests.tgz test/
+Source2: actionmailer-%{version}-tests.tgz
 
 # Remove a task which breaks the Rakefile due to the gemspec
 # not being present in the gem
@@ -125,6 +125,9 @@ rake test --trace
 
 
 %changelog
+* Mon Aug 22 2011 Vít Ondruch <vondruch at redhat.com> - 1:3.0.10-1
+- Update to ActionMailer 3.0.10
+
 * Mon Jul 04 2011 Vít Ondruch <vondruch at redhat.com> - 1:3.0.9-1
 - Update to ActionMailer 3.0.9
 
diff --git a/sources b/sources
index b12c32b..3037bab 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ff58d8333259fe00d856116dd18577fc  actionmailer-3.0.9-tests.tgz
-22c5c488572e866fa2a2c950ceaf392f  actionmailer-3.0.9.gem
+b59893129a96e7d5bcfc56c763c43c9c  actionmailer-3.0.10-tests.tgz
+802707b855c42752d5db4cd9944af162  actionmailer-3.0.10.gem


More information about the scm-commits mailing list