From a6c7b3620d3100eeab4504e14c2b1c6a7ea239c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 May 2019 09:56:35 +0200 Subject: v7.2.19RC1 --- failed.txt | 2 +- php72.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index a272493..c98a6a5 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.18 (2019-05-02) +===== 7.2.19RC1 (2019-05-16) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php72.spec b/php72.spec index b68cd26..c9a9eb9 100644 --- a/php72.spec +++ b/php72.spec @@ -114,8 +114,8 @@ %global db_devel libdb-devel %endif -%global upver 7.2.18 -#global rcver RC1 +%global upver 7.2.19 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -922,7 +922,7 @@ Obsoletes: php70u-pdo-dblib, php70w-pdo_dblib, php71u-pdo-dblib, php71w-pdo_dbli %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 @@ -2183,6 +2183,9 @@ fi %changelog +* Wed May 15 2019 Remi Collet - 7.2.19~RC1-1 +- update to 7.2.19RC1 + * Tue Apr 30 2019 Remi Collet - 7.2.18-1 - Update to 7.2.18 - http://www.php.net/releases/7_2_18.php -- cgit