[rubygem-mail] Update to mail 2.5.4.

Vít Ondruch vondruch at fedoraproject.org
Thu Aug 15 08:30:27 UTC 2013


commit 0e2bcd64d25b35db076c9ad2397642193b74cc17
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Aug 15 10:26:58 2013 +0200

    Update to mail 2.5.4.

 .gitignore        |    2 ++
 rubygem-mail.spec |   12 ++++++++----
 sources           |    4 ++--
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f9c1915..26107c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@
 /mail-2.4.4.gem
 /mail-2.5.3-specs.tgz
 /mail-2.5.3.gem
+/mail-2.5.4-specs.tgz
+/mail-2.5.4.gem
diff --git a/rubygem-mail.spec b/rubygem-mail.spec
index ba65899..50364c3 100644
--- a/rubygem-mail.spec
+++ b/rubygem-mail.spec
@@ -3,14 +3,14 @@
 
 Summary: Mail provides a nice Ruby DSL for making, sending and reading emails
 Name: rubygem-%{gem_name}
-Version: 2.5.3
-Release: 2%{?dist}
+Version: 2.5.4
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/mikel/mail
 Source0: http://rubygems.org/downloads/%{gem_name}-%{version}.gem
-# git clone https://github.com/mikel/mail.git && cd mail && git checkout 2.5.3
-# tar czvf mail-2.5.3-specs.tgz spec/
+# git clone https://github.com/mikel/mail.git && cd mail && git checkout 2.5.4
+# tar czvf mail-2.5.4-specs.tgz spec/
 Source1: %{gem_name}-%{version}-specs.tgz
 Requires: ruby(release)
 Requires: ruby(rubygems)
@@ -70,6 +70,7 @@ popd
 %exclude %{gem_cache}
 %{gem_spec}
 %doc %{gem_instdir}/README.md
+%doc %{gem_instdir}/MIT-LICENSE
 
 %files doc
 %doc %{gem_docdir}
@@ -81,6 +82,9 @@ popd
 %doc %{gem_instdir}/Rakefile
 
 %changelog
+* Thu Aug 15 2013 Vít Ondruch <vondruch at redhat.com> - 2.5.4-1
+- Update to mail 2.5.4.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 1ffb888..84e3ef8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-9ce1df4903e0e33bcb0d70bf38545b1e  mail-2.5.3-specs.tgz
-5c56ec49a8d94e7c57e5933c0ab86e9d  mail-2.5.3.gem
+061ac16c29193c168976b69d679decbd  mail-2.5.4-specs.tgz
+209b00419b063d4cbfeeab01c2cfaf62  mail-2.5.4.gem


More information about the scm-commits mailing list