diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-06 09:30:30 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-06 09:30:30 +0100 |
commit | 9bb43630ac8f349bd1f08067c80512b6bfa36c17 (patch) | |
tree | b19dc144972df574f34fe6b7f5d1718d14807338 /php-pecl-redis4.spec | |
parent | e8b3e005778426af8881fd9874df034556a1dd4e (diff) |
update to 4.3.0RC2 (beta)
Diffstat (limited to 'php-pecl-redis4.spec')
-rw-r--r-- | php-pecl-redis4.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index bd847c2..52e8a58 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -29,7 +29,7 @@ %global ini_name 50-%{pecl_name}.ini %endif %global upstream_version 4.3.0 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis4 @@ -340,6 +340,9 @@ fi %changelog +* Wed Mar 6 2019 Remi Collet <remi@remirepo.net> - 4.3.0~RC2-1 +- update to 4.3.0RC2 (beta) + * Mon Feb 25 2019 Remi Collet <remi@remirepo.net> - 4.3.0~RC1-1 - update to 4.3.0RC1 (alpha) no change sincy 4.2.1RC1, only version change according to semver |