]> git.pld-linux.org Git - packages/php-pecl-grpc.git/commitdiff
Up to 1.54.0 auto/th/php-pecl-grpc-1.54.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 16 May 2023 08:46:35 +0000 (10:46 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 16 May 2023 08:46:35 +0000 (10:46 +0200)
includes.patch [deleted file]
php-pecl-grpc.spec

diff --git a/includes.patch b/includes.patch
deleted file mode 100644 (file)
index 14e2ccc..0000000
+++ /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"
index 4e1f13c82f031c88dfa5226f12b23830e4e30a28..8c2f9169d1cf786d9fe7bb1e7fe2a8fee0c49e61 100644 (file)
@@ -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
This page took 0.129421 seconds and 4 git commands to generate.