summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-zstd.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-zstd.spec b/php-zstd.spec
index 71e9420..fd9f953 100644
--- a/php-zstd.spec
+++ b/php-zstd.spec
@@ -35,7 +35,7 @@
Summary: Zstandard extension
Name: %{?sub_prefix}php-%{pecl_name}
Version: 0.10.0
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%if %{with libzstd}
License: MIT
%else
@@ -263,6 +263,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
%changelog
+* Wed Apr 28 2021 Remi Collet <remi@remirepo.net> - 0.10.0-2
+- F34 rebuild for https://github.com/remicollet/remirepo/issues/174
+
* Fri Jan 22 2021 Remi Collet <remi@remirepo.net> - 0.10.0-1
- update to 0.10.0
- drop patch merged upstream