X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=php.spec;h=3bf7d67d4235cdcfd485c6d4017f484e5d80263a;hb=9f580d647bd97269e821e3dc324aaeb86020d93e;hp=1b99acd998c8ce8022e31245bb1757d869bac71a;hpb=44b3f416b4219833da95518db11c9d945d49b56c;p=packages%2Fphp.git diff --git a/php.spec b/php.spec index 1b99acd..3bf7d67 100644 --- a/php.spec +++ b/php.spec @@ -128,7 +128,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules. %undefine with_filter %endif -%define rel 2 +%define rel 1 %define orgname php %define ver_suffix 55 %define php_suffix %{!?with_default_php:%{ver_suffix}} @@ -139,13 +139,13 @@ Summary(pt_BR.UTF-8): A linguagem de script PHP Summary(ru.UTF-8): PHP Версии 5 - язык препроцессирования HTML-файлов, выполняемый на сервере Summary(uk.UTF-8): PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері Name: %{orgname}%{php_suffix} -Version: 5.5.1 +Version: 5.5.11 Release: %{rel}%{?with_type_hints:.th}%{?with_oci8:.oci} Epoch: 4 License: PHP Group: Libraries Source0: http://www.php.net/distributions/%{orgname}-%{version}.tar.bz2 -# Source0-md5: e6520ba8f86e03451f1e9226ca2be681 +# Source0-md5: c8c9ad960bae0265054b5879423f7a75 Source2: %{orgname}-mod_%{orgname}.conf Source3: %{orgname}-cgi-fcgi.ini Source4: %{orgname}-apache.ini @@ -165,7 +165,6 @@ Patch4: %{orgname}-libpq_fs_h_path.patch Patch5: %{orgname}-filter-shared.patch Patch6: %{orgname}-build_modules.patch Patch7: %{orgname}-sapi-ini-file.patch -Patch8: %{orgname}-config-file-scan-dir.patch Patch9: %{orgname}-sh.patch Patch10: %{orgname}-ini.patch Patch11: embed.patch @@ -311,12 +310,12 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # Extension versions %define bz2ver 1.0 %define enchantver 1.1.0 -%define fileinfover 1.0.5-dev +%define fileinfover 1.0.5 %define hashver 1.0 %define intlver 1.1.0 %define jsonver 1.2.1 -%define opcachever 7.0.2-dev -%define pharver 2.0.1 +%define opcachever 7.0.4-dev +%define pharver 2.0.2 %define sqlite3ver 0.7-dev %define zipver 1.11.0 @@ -1873,7 +1872,6 @@ Moduł PHP umożliwiający używanie kompresji zlib. %patch4 -p1 %patch5 -p1 %patch6 -p1 -%patch8 -p1 %patch7 -p1 %patch9 -p1 cp -p php.ini-production php.ini @@ -2053,7 +2051,7 @@ if test "$ver" != "%{jsonver}"; then : Update the jsonver macro and rebuild. exit 1 fi -ver=$(sed -n '/#define ACCELERATOR_VERSION /{s/.* "//;s/".*$//;p}' ext/opcache/ZendAccelerator.h) +ver=$(sed -n '/#define PHP_ZENDOPCACHE_VERSION /{s/.* "//;s/".*$//;p}' ext/opcache/ZendAccelerator.h) if test "$ver" != "%{opcachever}"; then : Error: Upstream Zend Opcachge version is now ${ver}, expecting %{opcachever}. : Update the opcachever macro and rebuild.