diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-13 14:44:53 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-13 14:44:53 +0200 |
commit | 4db9fc63fffd77cd7a3088e68dcbda9700808b0b (patch) | |
tree | c327f8426df3275e95701273fa440ca756fcb714 /php-pecl-xpass.spec | |
parent | 5bdaefc9a89e0ee68d88996bb460e2a0847e805f (diff) |
update to 1.1.0RC1
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 |