From 0abe7b281b894b79ecdf2c3618ec29dfb3e3f595 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Jun 2015 14:58:50 +0200 Subject: php-znerol-php-stringprep: add fix for autoload --- Stringprep-pr6.patch | 99 ++++++++++++++++++++++++++++++++++++++++++ php-znerol-php-stringprep.spec | 11 ++++- 2 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 Stringprep-pr6.patch diff --git a/Stringprep-pr6.patch b/Stringprep-pr6.patch new file mode 100644 index 0000000..9380abb --- /dev/null +++ b/Stringprep-pr6.patch @@ -0,0 +1,99 @@ +From 5ffb9c2b3b887e99f6b880b032f2c81885d9d32c Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Thu, 18 Jun 2015 14:27:29 +0200 +Subject: [PATCH] Fix #5 autoload issue + +--- + Profile/ISCSI.php | 1 + + Profile/Nameprep.php | 1 + + Profile/Nodeprep.php | 1 + + Profile/PolicyMIB.php | 1 + + Profile/Resourceprep.php | 1 + + Profile/SASLprep.php | 1 + + Profile/Trace.php | 1 + + 7 files changed, 7 insertions(+) + +diff --git a/Profile/ISCSI.php b/Profile/ISCSI.php +index 7a2ee50..e599663 100644 +--- a/Profile/ISCSI.php ++++ b/Profile/ISCSI.php +@@ -1,6 +1,7 @@ + - 0-0.2.20150519git804b0d5 +- add patch for autoload issue + https://github.com/znerol/Stringprep/pull/6 + * Tue May 19 2015 Remi Collet - 0-0.1.20150519git804b0d5 - new snapshot (License PR merged) -- cgit