[rubygem-actionmailer] Update to ActionMailer 3.0.9

Vít Ondruch vondruch at fedoraproject.org
Wed Jul 13 06:30:05 UTC 2011


commit e2ac28832e5a77d43b066ed33037aac15775ad58
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Wed Jul 13 08:29:46 2011 +0200

    Update to ActionMailer 3.0.9

 .gitignore                         |    2 ++
 actionmailer-update-mail-dep.patch |   16 ++++++++--------
 rubygem-actionmailer.spec          |   22 +++++++++++++---------
 sources                            |    4 ++--
 4 files changed, 25 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a797293..53fd891 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ actionmailer-2.3.5.gem
 /actionmailer-3.0.3.gem
 /actionmailer-tests.tgz
 /actionmailer-3.0.5.gem
+/actionmailer-3.0.9-tests.tgz
+/actionmailer-3.0.9.gem
diff --git a/actionmailer-update-mail-dep.patch b/actionmailer-update-mail-dep.patch
index bca30f4..59fc3be 100644
--- a/actionmailer-update-mail-dep.patch
+++ b/actionmailer-update-mail-dep.patch
@@ -1,19 +1,19 @@
---- specifications/actionmailer-3.0.5.gemspec.orig	2011-06-02 18:25:45.915446995 -0400
-+++ specifications/actionmailer-3.0.5.gemspec	2011-06-02 18:26:14.600445963 -0400
+--- 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
 @@ -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.5"])
--      s.add_runtime_dependency(%q<mail>, ["~> 2.2.15"])
+       s.add_runtime_dependency(%q<actionpack>, ["= 3.0.9"])
+-      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.5"])
--      s.add_dependency(%q<mail>, ["~> 2.2.15"])
+       s.add_dependency(%q<actionpack>, ["= 3.0.9"])
+-      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.5"])
--    s.add_dependency(%q<mail>, ["~> 2.2.15"])
+     s.add_dependency(%q<actionpack>, ["= 3.0.9"])
+-    s.add_dependency(%q<mail>, ["~> 2.2.19"])
 +    s.add_dependency(%q<mail>, ["~> 2.3.0"])
    end
  end
diff --git a/rubygem-actionmailer.spec b/rubygem-actionmailer.spec
index 6aeb160..569de11 100644
--- a/rubygem-actionmailer.spec
+++ b/rubygem-actionmailer.spec
@@ -1,15 +1,16 @@
 # Generated from actionmailer-1.3.6.gem by gem2rpm -*- rpm-spec -*-
-%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
-%define gemname actionmailer
-%define geminstdir %{gemdir}/gems/%{gemname}-%{version}
+%global gemname actionmailer
 
-%define rubyabi 1.8
+%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
+%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
+
+%global rubyabi 1.8
 
 Summary: Service layer for easy email delivery and testing
 Name: rubygem-%{gemname}
 Epoch: 1
-Version: 3.0.5
-Release: 2%{?dist}
+Version: 3.0.9
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -23,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.5
-# tar czvf actionmailer-tests.tgz test/
-Source2: actionmailer-tests.tgz
+# git checkout v3.0.9
+# tar czvf actionmailer-3.0.9-tests.tgz test/
+Source2: actionmailer-3.0.9-tests.tgz
 
 # Remove a task which breaks the Rakefile due to the gemspec
 # not being present in the gem
@@ -124,6 +125,9 @@ rake test --trace
 
 
 %changelog
+* Mon Jul 04 2011 Vít Ondruch <vondruch at redhat.com> - 1:3.0.9-1
+- Update to ActionMailer 3.0.9
+
 * Thu Jun 02 2011 Mo Morsi <mmorsi at redhat.com> - 1:3.0.3-2
 - bump rubygem-mail dependency version to that in Fedora
 
diff --git a/sources b/sources
index 3ee1e98..b12c32b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-dd675260847b9284f80028facfef4b81  actionmailer-3.0.5.gem
-7566b9ef616b0ad46e1dec1d88df272f  actionmailer-tests.tgz
+ff58d8333259fe00d856116dd18577fc  actionmailer-3.0.9-tests.tgz
+22c5c488572e866fa2a2c950ceaf392f  actionmailer-3.0.9.gem


More information about the scm-commits mailing list