From 27eff2213a3c770ddc05596909a708fa2f687ec6 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 2 Sep 2020 10:07:56 +0200
Subject: rebuild for PHP 8.0.0beta3

---
 php-pecl-lzf.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec
index dc2a793..9c8af3b 100644
--- a/php-pecl-lzf.spec
+++ b/php-pecl-lzf.spec
@@ -24,7 +24,7 @@
 
 Name:           %{?sub_prefix}php-pecl-lzf
 Version:        1.6.8
-Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
 Summary:        Extension to handle LZF de/compression
 Group:          Development/Languages
 License:        PHP
@@ -244,6 +244,9 @@ fi
 
 
 %changelog
+* Wed Sep  2 2020 Remi Collet <remi@remirepo.net> - 1.6.8-3
+- rebuild for PHP 8.0.0beta3
+
 * Wed Aug  5 2020 Remi Collet <remi@remirepo.net> - 1.6.8-2
 - rebuild for 8.0.0beta1
 
-- 
cgit