From 3567eb4bdf9a24ec8fe1b7fd4d98b24bffcaf406 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Apr 2021 13:53:20 +0200 Subject: update to 8.0.5RC1 --- failed.txt | 2 +- php80.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 46a8f66..133edde 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.4RC1 (2021-03-18) +===== 8.0.5RC1 (2021-04-15) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php80.spec b/php80.spec index e955f30..4f1a432 100644 --- a/php80.spec +++ b/php80.spec @@ -85,7 +85,7 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.4 +%global upver 8.0.5 %global rcver RC1 %global lower RC1 @@ -2138,6 +2138,9 @@ fi %changelog +* Tue Apr 13 2021 Remi Collet - 8.0.5~RC1-1 +- update to 8.0.5RC1 + * Tue Mar 16 2021 Remi Collet - 8.0.4~RC1-1 - update to 8.0.4RC1 - use oracle client library version 21.1 -- cgit