summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-12 07:36:10 +0200
committerRemi Collet <remi@remirepo.net>2021-04-12 07:36:10 +0200
commit6911df6b36be5350fd598699f0104aeac5fe9106 (patch)
tree9777f89c1b47076b6c11a79d6a055c1bef4382b4
parent430e5b8878a13fc868ddaffa3dea2ef2d64d691e (diff)
Update to 1.5.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-gnupg.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 72821df..6d6d477 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,4 +3,4 @@ gnupg
gnupg support => enabled
GPGme Version => 1.14.0
-Extension Version => 1.5.0RC2
+Extension Version => 1.5.0
diff --git a/REFLECTION b/REFLECTION
index 360d160..8852f4b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #119 gnupg version 1.5.0RC2 ] {
+Extension [ <persistent> extension #119 gnupg version 1.5.0 ] {
- Constants [36] {
Constant [ int GNUPG_SIG_MODE_NORMAL ] { 0 }
diff --git a/php-pecl-gnupg.spec b/php-pecl-gnupg.spec
index 428b201..cd2eed0 100644
--- a/php-pecl-gnupg.spec
+++ b/php-pecl-gnupg.spec
@@ -20,7 +20,7 @@
%global ini_name 40-%{pecl_name}.ini
%endif
%global upstream_version 1.5.0
-%global upstream_prever RC2
+#global upstream_prever RC2
Summary: Wrapper around the gpgme library
Name: %{?sub_prefix}php-pecl-gnupg
@@ -235,6 +235,9 @@ cd ../ZTS
%changelog
+* Mon Apr 12 2021 Remi Collet <remi@remirepo.net> - 1.5.0-1
+- Update to 1.5.0
+
* Mon Mar 8 2021 Remi Collet <remi@remirepo.net> - 1.5.0~RC2-1
- Update to 1.5.0RC2
- drop patch merged upstream