summaryrefslogtreecommitdiffstats
path: root/php-pecl-gnupg.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-gnupg.spec')
-rw-r--r--php-pecl-gnupg.spec13
1 files changed, 5 insertions, 8 deletions
diff --git a/php-pecl-gnupg.spec b/php-pecl-gnupg.spec
index f3624ea..428b201 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 RC1
+%global upstream_prever RC2
Summary: Wrapper around the gpgme library
Name: %{?sub_prefix}php-pecl-gnupg
@@ -31,10 +31,6 @@ License: BSD
URL: https://pecl.php.net/package/gnupg
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
-Source1: https://raw.githubusercontent.com/php-gnupg/php-gnupg/master/tests/gnupgt.inc
-Source2: https://raw.githubusercontent.com/php-gnupg/php-gnupg/master/tests/vars.inc
-Patch0: gnupg-build.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel
@@ -103,9 +99,6 @@ EOF
mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS
cd NTS
-cp %{SOURCE1} %{SOURCE2} tests/
-%patch0 -p1
-
# Check extension version
extver=$(sed -n '/#define PHP_GNUPG_VERSION/{s/.* "//;s/".*$//;p}' php_gnupg.h)
if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then
@@ -242,6 +235,10 @@ cd ../ZTS
%changelog
+* Mon Mar 8 2021 Remi Collet <remi@remirepo.net> - 1.5.0~RC2-1
+- Update to 1.5.0RC2
+- drop patch merged upstream
+
* Mon Feb 15 2021 Remi Collet <remi@remirepo.net> - 1.5.0~RC1-1
- Update to 1.5.0RC1
- open https://github.com/php-gnupg/php-gnupg/pull/25