From 6553c0c2a63e1038945c80aef2c09a92804cc398 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 May 2019 15:05:29 +0200 Subject: v7.3.6RC1 --- php73.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 98eebf5..7d2f457 100644 --- a/php73.spec +++ b/php73.spec @@ -114,9 +114,9 @@ %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: php @@ -952,7 +952,7 @@ Obsoletes: php73u-pdo-dblib, php73w-pdo_dblib %description pdo-dblib The 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. %package embedded Summary: PHP library for embedding in applications @@ -2213,6 +2213,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-1 - Update to 7.3.5 - http://www.php.net/releases/7_3_5.php -- cgit