[packages/php-phpmailer] up to 5.2.8

glen glen at pld-linux.org
Wed Jun 11 16:48:07 CEST 2014


commit 12c10122d5d3f4fa512883897e0b8dd8b10870ae
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jun 11 17:44:16 2014 +0300

    up to 5.2.8

 paths.patch        | 20 --------------------
 php-phpmailer.spec | 11 +++--------
 2 files changed, 3 insertions(+), 28 deletions(-)
---
diff --git a/php-phpmailer.spec b/php-phpmailer.spec
index 688e7ea..cfee0e6 100644
--- a/php-phpmailer.spec
+++ b/php-phpmailer.spec
@@ -4,15 +4,12 @@
 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.7
-Release:	3
+Version:	5.2.8
+Release:	1
 License:	LGPL v2.1
 Group:		Development/Languages/PHP
 Source0:	https://github.com/PHPMailer/PHPMailer/archive/v%{version}/%{pkgname}-%{version}.tar.gz
-# Source0-md5:	b07621694679cd625af3f53771502677
-Patch0:		paths.patch
-Patch1:		https://github.com/glensc/PHPMailer/commit/f302f1d497469d81b13797b6f2fb986b729928f3.patch
-# Patch1-md5:	cfe92497baf90bcceb1ecc84c71b1f36
+# Source0-md5:	e1898f3239ac271315cc70a8fe6467e5
 URL:		https://github.com/PHPMailer/PHPMailer
 %{?with_tests:BuildRequires:    %{php_name}-cli}
 BuildRequires:	php-pear-PhpDocumentor
@@ -66,8 +63,6 @@ Dokumentacja do %{name}.
 
 %prep
 %setup -q -n PHPMailer-%{version}%{?subver:-%{subver}}
-%patch0 -p1
-%patch1 -p1
 
 %build
 # syntax lint
diff --git a/paths.patch b/paths.patch
deleted file mode 100644
index 2216acb..0000000
--- a/paths.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- PHPMailer-5.2.7/class.phpmailer.php~	2013-09-12 10:52:38.000000000 +0300
-+++ PHPMailer-5.2.7/class.phpmailer.php	2013-11-09 13:09:34.941928857 +0200
-@@ -185,7 +185,7 @@
-      * @type string
-      * @deprecated Should not be needed now there is an autoloader.
-      */
--    public $PluginDir = '';
-+    public $PluginDir = '/usr/share/php/phpmail/';
- 
-     /**
-      * The email address that a reading confirmation should be sent to.
-@@ -1323,7 +1323,7 @@
-      * @return bool
-      * @access public
-      */
--    public function setLanguage($langcode = 'en', $lang_path = 'language/')
-+    public function setLanguage($langcode = 'en', $lang_path = '/usr/share/php/phpmailer/language/')
-     {
-         //Define full set of translatable strings
-         $PHPMAILER_LANG = array(
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-phpmailer.git/commitdiff/124dc362f3136f46a1bfb6ac587c7242fed45a9d



More information about the pld-cvs-commit mailing list