From 34177af949fd90c03b8219f367f1bffc67b643d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 10:02:15 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-uploadprogress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-uploadprogress.spec') diff --git a/php-pecl-uploadprogress.spec b/php-pecl-uploadprogress.spec index 10b7af3..60fde78 100644 --- a/php-pecl-uploadprogress.spec +++ b/php-pecl-uploadprogress.spec @@ -22,7 +22,7 @@ Summary: An extension to track progress of a file upload Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.3 -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;')}} License: PHP Group: Development/Languages URL: https://pecl.php.net/package/%{pecl_name} @@ -215,6 +215,9 @@ cd ../ZTS %changelog +* Wed Sep 01 2021 Remi Collet - 1.1.3-3 +- rebuild for 8.1.0RC1 + * Thu Jul 22 2021 Remi Collet - 1.1.3-2 - Fix segmentation fault in uploadprogress, patch from https://github.com/php/pecl-php-uploadprogress/pull/8 -- cgit