Changes of Revision 38
[-] | Changed | php5-pecl_http.changes |
1
2 ------------------------------------------------------------------- 3 +Tue Jan 19 15:03:42 UTC 2016 - cs@linux-administrator.com 4 + 5 +- update to release 3.0.0 6 + 7 +------------------------------------------------------------------- 8 Fri Apr 10 13:48:04 UTC 2015 - cs@linux-administrator.com 9 10 - add release 2.4.3 for php releases greater than 5.6 11 |
||
[-] | Changed | php5-pecl_http.spec ^ |
12 1
2 %define pkg_name pecl_http 3 %define pkg_version %(php-config --version | awk -F. '{print $1"."$2 }' 2>/dev/null || echo PHPCONFIG_NOT_FOUND) 4 %define php_version %(php-config --version 2>/dev/null) 5 -%if "%{pkg_version}" == "5.6" 6 -%define my_version 2.4.3 7 +%if "%{pkg_version}" >= "5.6" 8 +%define my_version 3.0.0 9 %define upstream 1 10 BuildRequires: libevent-devel 11 BuildRequires: php5-raphf 12 |
||
Added | pecl_http-3.0.0.tgz ^ |