summaryrefslogtreecommitdiffstats
path: root/php-pecl-grpc.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-01-06 12:27:13 +0100
committerRemi Collet <remi@php.net>2026-01-06 12:27:13 +0100
commitd48b97a5d7691e0920c98a7d99d488114590938c (patch)
treeef704608664499102b25aefb5badd3c286739764 /php-pecl-grpc.spec
parent91c9f761074d6d6a6355befc9ff46bf419ff0a06 (diff)
update to 1.78.0RC1HEADmaster
Diffstat (limited to 'php-pecl-grpc.spec')
-rw-r--r--php-pecl-grpc.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index 539962f..16adb50 100644
--- a/php-pecl-grpc.spec
+++ b/php-pecl-grpc.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-grpc
#
-# SPDX-FileCopyrightText: Copyright 2017-2025 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2017-2026 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
@@ -22,8 +22,8 @@
%global pecl_name grpc
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 1.76.0
-#global upstream_prever RC1
+%global upstream_version 1.78.0
+%global upstream_prever RC1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
# Disable LTO (erratic crash during build)
@@ -32,7 +32,7 @@
Summary: General RPC framework
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}
License: Apache-2.0
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{sources}.tgz
@@ -201,6 +201,9 @@ cd ../ZTS
%changelog
+* Tue Jan 6 2026 Remi Collet <remi@remirepo.net> - 1.78.0~RC1-1
+- update to 1.78.0RC1
+
* Fri Oct 24 2025 Remi Collet <remi@remirepo.net> - 1.76.0-1
- update to 1.76.0