summaryrefslogtreecommitdiffstats
path: root/php-pecl-uploadprogress.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-01 10:02:15 +0200
committerRemi Collet <remi@remirepo.net>2021-09-01 10:02:15 +0200
commit34177af949fd90c03b8219f367f1bffc67b643d3 (patch)
tree0c14ecb23c04996205070aa93d6e5090f3f6ec67 /php-pecl-uploadprogress.spec
parent216238f2e5febdb001c4f44a7bd6785a50574db3 (diff)
rebuild for 8.1.0RC1
Diffstat (limited to 'php-pecl-uploadprogress.spec')
-rw-r--r--php-pecl-uploadprogress.spec5
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 1.1.3-3
+- rebuild for 8.1.0RC1
+
* Thu Jul 22 2021 Remi Collet <remi@remirepo.net> - 1.1.3-2
- Fix segmentation fault in uploadprogress, patch from
https://github.com/php/pecl-php-uploadprogress/pull/8