remi pushed to php-horde-Horde-Idna (f20). "drop patch"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 05:58:25 UTC 2015


>From b712ca6b8f46f880e7972e38129fdd8767603be9 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi at fedoraproject.org>
Date: Tue, 14 Apr 2015 18:01:24 +0200
Subject: drop patch


diff --git a/Horde_Idna-rpm.patch b/Horde_Idna-rpm.patch
deleted file mode 100644
index db6a616..0000000
--- a/Horde_Idna-rpm.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -up Horde_Idna-1.0.1/lib/Horde/Idna.php.rpm Horde_Idna-1.0.1/lib/Horde/Idna.php
---- Horde_Idna-1.0.1/lib/Horde/Idna.php.rpm	2015-01-07 15:51:42.711626839 +0100
-+++ Horde_Idna-1.0.1/lib/Horde/Idna.php	2015-01-07 15:51:49.339651276 +0100
-@@ -62,11 +62,7 @@ class Horde_Idna
-     {
-         if (!isset(self::$_backend)) {
-             if (extension_loaded('mbstring')) {
--                if (file_exists(__DIR__ . '/Idna/vendor/autoload.php')) {
--                    require_once __DIR__ . '/Idna/vendor/autoload.php';
--                } else {
--                    require_once __DIR__ . '/../../bundle/vendor/autoload.php';
--                }
-+                require_once 'True/Punycode.php';
-                 self::$_backend = new True\Punycode();
-                 mb_internal_encoding('UTF-8');
-             } elseif (class_exists('Net_IDNA2')) {
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/php-horde-Horde-Idna.git/commit/?h=f20&id=b712ca6b8f46f880e7972e38129fdd8767603be9


More information about the scm-commits mailing list