[packages/ruby-actionmailer] - relax ruby-mail dependency - rel 7

baggins baggins at pld-linux.org
Thu Apr 7 02:54:10 CEST 2016


commit d8f831a505bd43ba87d2efcedef85a40f24168f9
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Apr 7 09:53:43 2016 +0900

    - relax ruby-mail dependency
    - rel 7

 mail26.patch           | 11 +++++++++++
 ruby-actionmailer.spec |  6 +++++-
 2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/ruby-actionmailer.spec b/ruby-actionmailer.spec
index ba25fc6..4a447d8 100644
--- a/ruby-actionmailer.spec
+++ b/ruby-actionmailer.spec
@@ -3,11 +3,12 @@ Summary:	Mail generator library for Ruby
 Summary(pl.UTF-8):	Biblioteka do generowania listów w języku Ruby
 Name:		ruby-%{pkgname}
 Version:	3.2.19
-Release:	6
+Release:	7
 License:	Ruby-alike
 Group:		Development/Languages
 Source0:	http://rubygems.org/downloads/%{pkgname}-%{version}.gem
 # Source0-md5:	88ae7f86d4b8585a2108581145de6819
+Patch0:		mail26.patch
 URL:		http://rubyforge.org/projects/actionmailer/
 BuildRequires:	rpm-rubyprov
 BuildRequires:	rpmbuild(macros) >= 1.665
@@ -52,6 +53,9 @@ Dokumentacji w formacie ri dla %{pkgname}.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
+%{__gzip} -d metadata.gz
+%patch0 -p1
+%{__gzip} metadata
 
 %build
 # write .gemspec
diff --git a/mail26.patch b/mail26.patch
new file mode 100644
index 0000000..1646506
--- /dev/null
+++ b/mail26.patch
@@ -0,0 +1,11 @@
+--- actionmailer-3.2.19/metadata~	2016-04-07 09:43:16.000000000 +0900
++++ actionmailer-3.2.19/metadata	2016-04-07 09:45:20.564003876 +0900
+@@ -38,7 +38,7 @@
+   requirement: &id002 !ruby/object:Gem::Requirement 
+     none: false
+     requirements: 
+-    - - ~>
++    - - ">="
+       - !ruby/object:Gem::Version 
+         hash: 19
+         segments: 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-actionmailer.git/commitdiff/d8f831a505bd43ba87d2efcedef85a40f24168f9



More information about the pld-cvs-commit mailing list