From c66375be36380e480702a9f2834409b85b87b587 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 May 2019 14:55:10 +0200 Subject: v7.3.6RC1 --- php.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index c05de0e..a3cb2d3 100644 --- a/php.spec +++ b/php.spec @@ -125,14 +125,14 @@ %global db_devel libdb-devel %endif -%global upver 7.3.5 -#global rcver RC1 -#global lower RC1 +%global upver 7.3.6 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{lower}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -195,7 +195,6 @@ Patch91: php-7.2.0-oci8conf.patch Patch300: php-7.0.10-datetests.patch # WIP -Patch400: php-bug77653.patch BuildRequires: bzip2-devel, curl-devel >= 7.9, %{db_devel} BuildRequires: httpd-devel >= 2.0.46-1, pam-devel @@ -804,7 +803,7 @@ Provides: %{?scl_prefix}php-pdo_dblib, %{?scl_prefix}php-pdo_dblib%{?_isa} %description pdo-dblib The %{?scl_prefix}php-pdo-dblib package contains a dynamic shared object that implements the PHP Data Objects (PDO) interface to enable access from -PHP to Microsoft SQL Server and Sybase databases through the FreeTDS libary. +PHP to Microsoft SQL Server and Sybase databases through the FreeTDS library. %endif %package pspell @@ -948,7 +947,6 @@ low-level PHP extension for the libsodium cryptographic library. %patch300 -p1 -b .datetests # WIP patch -%patch400 -p1 -b .77653 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1884,6 +1882,9 @@ fi %changelog +* Tue May 14 2019 Remi Collet - 7.3.6~RC1-1 +- update to 7.3.6RC1 + * Wed May 1 2019 Remi Collet - 7.3.5-2 - test build for https://bugs.php.net/77653 patch from https://github.com/php/php-src/pull/4007 -- cgit