From cbb4e83a6dcffba9a1585dc3fdf223a6dac609e5 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Tue, 28 May 2019 13:15:34 +0200
Subject: v7.1.30

---
 failed.txt | 2 +-
 php.spec   | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/failed.txt b/failed.txt
index c13065d..d607d17 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.1.29 (2019-05-02)
+===== 7.1.30 (2019-05-30)
 
 $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log
 
diff --git a/php.spec b/php.spec
index 92916d0..2ac0708 100644
--- a/php.spec
+++ b/php.spec
@@ -125,7 +125,7 @@
 %global db_devel  libdb-devel
 %endif
 
-%global upver        7.1.29
+%global upver        7.1.30
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: %{?scl_prefix}php
@@ -799,7 +799,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
@@ -1863,6 +1863,9 @@ fi
 
 
 %changelog
+* Tue May 28 2019 Remi Collet <remi@remirepo.net> - 7.1.30-1
+- Update to 7.1.30 - http://www.php.net/releases/7_1_30.php
+
 * Wed May  1 2019 Remi Collet <remi@remirepo.net> - 7.1.29-1
 - Update to 7.1.29 - http://www.php.net/releases/7_1_29.php
 
-- 
cgit