[rubygem-actionmailer] Update to ActionMailer 3.2.7.

Vít Ondruch vondruch at fedoraproject.org
Mon Jul 30 12:32:16 UTC 2012


commit 4065c7051d8f3457a73b37a1f9365c6142267fa3
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Jul 30 14:31:37 2012 +0200

    Update to ActionMailer 3.2.7.

 .gitignore                |    2 ++
 rubygem-actionmailer.spec |   16 +++++++---------
 sources                   |    4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1436cbd..507c9ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,5 @@ actionmailer-2.3.5.gem
 /actionmailer-3.0.15.gem
 /actionmailer-3.2.6-tests.tgz
 /actionmailer-3.2.6.gem
+/actionmailer-3.2.7-tests.tgz
+/actionmailer-3.2.7.gem
diff --git a/rubygem-actionmailer.spec b/rubygem-actionmailer.spec
index a19324f..9446cea 100644
--- a/rubygem-actionmailer.spec
+++ b/rubygem-actionmailer.spec
@@ -6,8 +6,8 @@
 Summary: Service layer for easy email delivery and testing
 Name: rubygem-%{gem_name}
 Epoch: 1
-Version: 3.2.6
-Release: 2%{?dist}
+Version: 3.2.7
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -18,11 +18,10 @@ 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.6
-# tar czvf actionmailer-3.2.6-tests.tgz test/
+# git checkout v3.2.7
+# tar czvf actionmailer-3.2.7-tests.tgz test/
 Source2: actionmailer-%{version}-tests.tgz
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # Let's keep Requires and BuildRequires sorted alphabeticaly
 Requires: ruby(rubygems)
 Requires: rubygem(actionpack) = %{version}
@@ -80,11 +79,7 @@ rm -rf %{buildroot}
 mkdir -p %{buildroot}%{gem_dir}
 cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
 
-%clean
-rm -rf %{buildroot}
-
 %check
-export GEM_PATH="$(pwd)/%{gem_dir}:%{gem_dir}"
 pushd .%{gem_instdir}
 
 # load_path is not available, remove its require.
@@ -107,6 +102,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Mon Jul 30 2012 Vít Ondruch <vondruch at redhat.com> - 1:3.2.7-1
+- Update to ActionMailer 3.2.7.
+
 * Tue Jul 24 2012 Vít Ondruch <vondruch at redhat.com> - 1:3.2.6-2
 - Fixed missing epoch in -doc subpackage.
 
diff --git a/sources b/sources
index 731d531..b9d9f33 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-d2f0b250f2d284e448433dcbee9ef866  actionmailer-3.2.6-tests.tgz
-393813a6164ac150a707d69bc1300b2a  actionmailer-3.2.6.gem
+ebc5ae6d68f05923e08087443de0fbc8  actionmailer-3.2.7-tests.tgz
+8c92e9ccebc4b9588fd6f293cdd2d28b  actionmailer-3.2.7.gem


More information about the scm-commits mailing list