summaryrefslogtreecommitdiffstats
path: root/php-guzzlehttp-guzzle6-upstream-pull-1864.patch
diff options
context:
space:
mode:
authorShawn Iwinski <shawn@iwin.ski>2017-07-05 15:18:23 -0400
committerRemi Collet <remi@remirepo.net>2017-07-06 18:00:40 +0200
commit2d1fd3a3c87d3467bb7d38f07552ba28babcc9c2 (patch)
tree7f336f2068d6d56a9f772b599230912749614feb /php-guzzlehttp-guzzle6-upstream-pull-1864.patch
parentedcbdd5185732720098144de0f9d7650096face4 (diff)
Add patch to fix version
- Add check for version and run whether tests are skipped or not
Diffstat (limited to 'php-guzzlehttp-guzzle6-upstream-pull-1864.patch')
-rw-r--r--php-guzzlehttp-guzzle6-upstream-pull-1864.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/php-guzzlehttp-guzzle6-upstream-pull-1864.patch b/php-guzzlehttp-guzzle6-upstream-pull-1864.patch
new file mode 100644
index 0000000..42fb35a
--- /dev/null
+++ b/php-guzzlehttp-guzzle6-upstream-pull-1864.patch
@@ -0,0 +1,22 @@
+From 95f4deb816266e4ffac55beeb138caa4d42691fd Mon Sep 17 00:00:00 2001
+From: Shawn Iwinski <siwinski@redhat.com>
+Date: Fri, 23 Jun 2017 18:01:13 -0400
+Subject: [PATCH] [ClientInterface] Fix VERSION for 6.3.0 release
+
+---
+ src/ClientInterface.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ClientInterface.php b/src/ClientInterface.php
+index 5a67b66bf..2050309de 100644
+--- a/src/ClientInterface.php
++++ b/src/ClientInterface.php
+@@ -12,7 +12,7 @@
+ */
+ interface ClientInterface
+ {
+- const VERSION = '6.2.1';
++ const VERSION = '6.3.0';
+
+ /**
+ * Send an HTTP request.