diff options
Diffstat (limited to 'php-pecl-xpass.spec')
-rw-r--r-- | php-pecl-xpass.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-xpass.spec b/php-pecl-xpass.spec index e1f9c94..6506ca4 100644 --- a/php-pecl-xpass.spec +++ b/php-pecl-xpass.spec @@ -14,8 +14,8 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name xpass %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.0.0 -#global upstream_prever RC2 +%global upstream_version 1.1.0 +%global upstream_prever RC1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -172,6 +172,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Fri Sep 13 2024 Remi Collet <remi@remirepo.net> - 1.1.0~RC1-1 +- update to 1.1.0RC1 + * Mon Sep 9 2024 Remi Collet <remi@remirepo.net> - 1.0.0-1 - update to 1.0.0 |