[packages/php-pear-Payment_DTA] - new
adamg
adamg at pld-linux.org
Mon Apr 8 08:13:21 CEST 2019
commit 7608cbad3bef549c7db63fc7f2fcfb04e6e0106e
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Mon Apr 8 08:13:15 2019 +0200
- new
php-pear-Payment_DTA-paths.patch | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
---
diff --git a/php-pear-Payment_DTA-paths.patch b/php-pear-Payment_DTA-paths.patch
new file mode 100644
index 0000000..80240d6
--- /dev/null
+++ b/php-pear-Payment_DTA-paths.patch
@@ -0,0 +1,33 @@
+--- Payment_DTA-1.4.3/usr/share/pear/Payment/DTA.php~ 2019-04-08 08:05:56.745245162 +0200
++++ Payment_DTA-1.4.3/usr/share/pear/Payment/DTA.php 2019-04-08 08:05:56.748578669 +0200
+@@ -57,7 +57,7 @@
+ /**
+ * needs base class
+ */
+-require_once 'DTABase.php';
++require_once 'Payment/DTABase.php';
+
+ /**
+ * Determines the type of the DTA file:
+--- Payment_DTA-1.4.3/usr/share/pear/Payment/DTAZV.php~ 2019-04-08 08:05:56.768579712 +0200
++++ Payment_DTA-1.4.3/usr/share/pear/Payment/DTAZV.php 2019-04-08 08:05:56.771913219 +0200
+@@ -70,7 +70,7 @@
+ /**
+ * needs base class
+ */
+-require_once 'DTABase.php';
++require_once 'Payment/DTABase.php';
+
+ /**
+ * DTAZV class provides functions to create and handle with DTAZV
+--- Payment_DTA-1.4.3/usr/share/pear/tests/Payment_DTA/tests/DTABaseTest.php~ 2019-04-08 08:05:56.778580233 +0200
++++ Payment_DTA-1.4.3/usr/share/pear/tests/Payment_DTA/tests/DTABaseTest.php 2019-04-08 08:05:56.781913741 +0200
+@@ -1,7 +1,7 @@
+ <?php
+
+ require_once dirname(__FILE__) . '/helper.inc';
+-require_once 'DTABase.php';
++require_once 'Payment/DTABase.php';
+
+ /*
+ * This file contains very few test cases -- just enough to test the few
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pear-Payment_DTA.git/commitdiff/7608cbad3bef549c7db63fc7f2fcfb04e6e0106e
More information about the pld-cvs-commit
mailing list