@@ -1,15 +1,3 @@
---- php5-pecl_http.changes.orig
-+++ php5-pecl_http.changes
-@@ -1,4 +1,9 @@
- -------------------------------------------------------------------
-+Fri Apr 22 07:15:52 UTC 2016 - cs@linux-administrator.com
-+
-+- update to release 3.0.1
-+
-+-------------------------------------------------------------------
- Tue Jan 19 15:03:42 UTC 2016 - cs@linux-administrator.com
-
- - update to release 3.0.0
--- php5-pecl_http.spec.orig
+++ php5-pecl_http.spec
@@ -2,20 +2,20 @@
@@ -17,9 +5,8 @@
%define pkg_version %(php-config --version | awk -F. '{print $1"."$2 }' 2>/dev/null || echo PHPCONFIG_NOT_FOUND)
%define php_version %(php-config --version 2>/dev/null)
-%if "%{pkg_version}" >= "5.6"
--%define my_version 2.4.3
+%if "%{pkg_version}" >= "7.0"
-+%define my_version 3.0.1
+ %define my_version 3.1.0
%define upstream 1
BuildRequires: libevent-devel
-BuildRequires: php5-raphf
|