summaryrefslogtreecommitdiffstats
path: root/php-pecl-mcrypt.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-01 09:26:19 +0200
committerRemi Collet <remi@remirepo.net>2021-09-01 09:26:19 +0200
commitb3296e1eecbdbb37e3493e5aa0729a90a26d3b79 (patch)
treed1c1297b5594e3b785e4bda246d6bf59e6e5fb57 /php-pecl-mcrypt.spec
parent247f7e259bcd7138552d30481a334ec4c43769d9 (diff)
rebuild for 8.1.0RC1
Diffstat (limited to 'php-pecl-mcrypt.spec')
-rw-r--r--php-pecl-mcrypt.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mcrypt.spec b/php-pecl-mcrypt.spec
index 6b63776..f1c126f 100644
--- a/php-pecl-mcrypt.spec
+++ b/php-pecl-mcrypt.spec
@@ -19,7 +19,7 @@
Summary: Bindings for the libmcrypt library
Name: %{?scl_prefix}php-pecl-mcrypt
Version: 1.0.4
-Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/mcrypt
@@ -229,6 +229,9 @@ fi
%changelog
+* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.0.4-5
+- rebuild for 8.1.0RC1
+
* Wed Jun 9 2021 Remi Collet <remi@remirepo.net> - 1.0.4-4
- add upstream patch for test suite with PHP 8.1
- run tests in parallel (7.4+)