[packages/php-pecl-grpc] Up to 1.54.0

arekm arekm at pld-linux.org
Tue May 16 10:46:49 CEST 2023


commit 8fa5d2408d11b8fb37dc50e47e20c036c9ed7329
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue May 16 10:46:35 2023 +0200

    Up to 1.54.0

 includes.patch     | 15 ---------------
 php-pecl-grpc.spec |  8 ++------
 2 files changed, 2 insertions(+), 21 deletions(-)
---
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index 4e1f13c..8c2f916 100644
--- a/php-pecl-grpc.spec
+++ b/php-pecl-grpc.spec
@@ -9,13 +9,12 @@
 %define		modname	grpc
 Summary:	A high performance, general RPC framework that puts mobile and HTTP/2 first
 Name:		%{php_name}-pecl-%{modname}
-Version:	0.15.0
+Version:        1.54.0
 Release:	1
 License:	BSD
 Group:		Development/Languages/PHP
 Source0:	http://pecl.php.net/get/%{modname}-%{version}.tgz
-# Source0-md5:	ba80ec5aa995d7b9e3df7d6d299bbd4b
-Patch0:		includes.patch
+# Source0-md5:	8c1912166e74799f2905fc1897e418b5
 URL:		http://pecl.php.net/package/grpc/
 %{?with_tests:BuildRequires:    %{php_name}-cli}
 BuildRequires:	%{php_name}-devel >= 4:5.5
@@ -39,7 +38,6 @@ clients and servers using any combination of the supported languages.
 %prep
 %setup -qc
 mv %{modname}-%{version}/* .
-%patch0 -p1
 
 %build
 phpize
@@ -50,8 +48,6 @@ phpize
 # simple module load test
 %{__php} -n -q \
 	-d extension_dir=modules \
-	-d extension=%{php_extensiondir}/pcre.so \
-	-d extension=%{php_extensiondir}/spl.so \
 	-d extension=%{modname}.so \
 	-m > modules.log
 grep %{modname} modules.log
diff --git a/includes.patch b/includes.patch
deleted file mode 100644
index 14e2ccc..0000000
--- a/includes.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- grpc-0.15.0/config.m4~	2016-06-28 02:33:35.000000000 +0300
-+++ grpc-0.15.0/config.m4	2016-07-20 22:29:20.633876591 +0300
-@@ -5,9 +5,9 @@
-   dnl Write more examples of tests here...
- 
-   dnl # --with-grpc -> add include path
--  PHP_ADD_INCLUDE(../../grpc/include)
--  PHP_ADD_INCLUDE(../../grpc/src/php/ext/grpc)
--  PHP_ADD_INCLUDE(../../grpc/third_party/boringssl/include)
-+  PHP_ADD_INCLUDE(include)
-+  PHP_ADD_INCLUDE(src/php/ext/grpc)
-+  PHP_ADD_INCLUDE(third_party/boringssl/include)
- 
-   LIBS="-lpthread $LIBS"
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-grpc.git/commitdiff/8fa5d2408d11b8fb37dc50e47e20c036c9ed7329



More information about the pld-cvs-commit mailing list