[packages/php-phpmailer] requires ctype ext

glen glen at pld-linux.org
Wed Dec 28 21:58:16 CET 2016


commit 91a9c4891adb06c880e28569a1fcc6a3767cce23
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Dec 28 22:57:53 2016 +0200

    requires ctype ext
    
    https://github.com/PHPMailer/PHPMailer/pull/937

 php-phpmailer.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/php-phpmailer.spec b/php-phpmailer.spec
index 8afc909..fb0ac15 100644
--- a/php-phpmailer.spec
+++ b/php-phpmailer.spec
@@ -9,7 +9,7 @@ Summary:	Full featured email transfer class for PHP
 Summary(pl.UTF-8):	W pełni funkcjonalna klasa PHP do przesyłania e-maili
 Name:		php-%{pkgname}
 Version:	5.2.21
-Release:	1
+Release:	2
 License:	LGPL v2.1
 Group:		Development/Languages/PHP
 Source0:	https://github.com/PHPMailer/PHPMailer/archive/v%{version}/%{pkgname}-%{version}.tar.gz
@@ -26,6 +26,7 @@ BuildRequires:	phpunit
 BuildRequires:	which
 %endif
 Requires:	php(core) >= %{php_min_version}
+Requires:	php(ctype)
 Requires:	php(date)
 Requires:	php(pcre)
 Suggests:	php(hash)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-phpmailer.git/commitdiff/91a9c4891adb06c880e28569a1fcc6a3767cce23



More information about the pld-cvs-commit mailing list