]> git.pld-linux.org Git - packages/php-phpmailer.git/commitdiff
up to 5.2.8
authorElan Ruusamäe <glen@delfi.ee>
Wed, 11 Jun 2014 14:44:16 +0000 (17:44 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 11 Jun 2014 14:44:16 +0000 (17:44 +0300)
paths.patch [deleted file]
php-phpmailer.spec

diff --git a/paths.patch b/paths.patch
deleted file mode 100644 (file)
index 2216acb..0000000
+++ /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(
index 688e7ea8a7b60aa608ea024833664f5629de1511..cfee0e6d0957d1fdff1334a3b1222d1c7d560640 100644 (file)
@@ -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
This page took 0.072926 seconds and 4 git commands to generate.