X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=php.spec;h=ef04edc4e40e280d8c623a888dad4d2f82a36d97;hb=e97fe9f652379d39a8f9b120cd26ef3c54531e71;hp=d4936f56e2eddab20f238d0e45cf063f3124ee38;hpb=b6c075606eb1341ff6b82e0e6cd0e37d88f05754;p=packages%2Fphp.git diff --git a/php.spec b/php.spec index d4936f5..ef04edc 100644 --- a/php.spec +++ b/php.spec @@ -144,7 +144,7 @@ Summary(pt_BR.UTF-8): A linguagem de script PHP Summary(ru.UTF-8): PHP Версии 7 - язык препроцессирования HTML-файлов, выполняемый на сервере Summary(uk.UTF-8): PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері Name: %{orgname}%{php_suffix} -Version: 7.0.5 +Version: 7.0.14 Release: 1 Epoch: 4 # All files licensed under PHP version 3.01, except @@ -153,7 +153,7 @@ Epoch: 4 License: PHP 3.01 and Zend and BSD Group: Libraries Source0: http://www.php.net/distributions/%{orgname}-%{version}.tar.xz -# Source0-md5: dcaaf14356875b80f937cc6700c58acb +# Source0-md5: a51f1d4f03f4e4c745856e9f76fca476 Source2: %{orgname}-mod_php.conf Source3: %{orgname}-cgi-fcgi.ini Source4: %{orgname}-apache.ini @@ -303,10 +303,9 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define hashver 1.0 %define intlver 1.1.0 %define jsonver 1.4.0 -%define opcachever 7.0.6-dev %define pharver 2.0.2 %define sqlite3ver 0.7-dev -%define zipver 1.13.2 +%define zipver 1.13.5 %define phpdbgver 0.5.0 %define _zend_zts %{!?with_zts:0}%{?with_zts:1} @@ -1186,7 +1185,7 @@ Group: Libraries URL: https://wiki.php.net/rfc/optimizerplus Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-pcre = %{epoch}:%{version}-%{release} -Provides: php(opcache) = %{opcachever} +Provides: php(opcache) = %{version} %description opcache The Zend OPcache provides faster PHP execution through opcode caching @@ -2125,12 +2124,6 @@ if test "$ver" != "%{jsonver}"; then : Update the jsonver macro and rebuild. exit 1 fi -ver=$(awk '/#define PHP_ZENDOPCACHE_VERSION/ {print $3}' ext/opcache/ZendAccelerator.h | xargs) -if test "$ver" != "%{opcachever}"; then - : Error: Upstream Zend Opcache version is now ${ver}, expecting %{opcachever}. - : Update the opcachever macro and rebuild. - exit 1 -fi ver=$(sed -n '/#define PHPDBG_VERSION /{s/.* "//;s/".*$//;p}' sapi/phpdbg/phpdbg.h) if test "$ver" != "%{phpdbgver}"; then : Error: Upstream phpdbg version is now ${ver}, expecting %{phpdbgver}.