From 117c3b4749f3d888ed8b6df517cc45db6e572889 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Mar 2022 07:52:41 +0100 Subject: update to 8.0.17RC1 --- php80.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php80.spec') diff --git a/php80.spec b/php80.spec index cb85f95..bfa6989 100644 --- a/php80.spec +++ b/php80.spec @@ -100,13 +100,13 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.16 -#global rcver RC1 +%global upver 8.0.17 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -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 @@ -1217,8 +1217,6 @@ mkdir build-cgi build-apache build-embedded \ # ----- Manage known as failed test ------- # affected by systzdata patch rm ext/date/tests/timezone_location_get.phpt -rm ext/date/tests/timezone_version_get.phpt -rm ext/date/tests/timezone_version_get_basic1.phpt %if 0%{?fedora} < 29 # need tzdata 2018i rm ext/date/tests/bug33414-1.phpt @@ -2182,6 +2180,9 @@ fi %changelog +* Wed Mar 2 2022 Remi Collet - 8.0.17~RC1-1 +- update to 8.0.17RC1 + * Tue Feb 22 2022 Remi Collet - 8.0.16-2 - retrieve tzdata version - use oracle client library version 21.5 -- cgit