summaryrefslogtreecommitdiffstats
path: root/php-pecl-protobuf.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-19 07:45:15 +0200
committerRemi Collet <remi@php.net>2023-10-19 07:45:15 +0200
commita71cedf921825153dc9f238367c356228b2b9b81 (patch)
tree8d15084e58d5ba5c7ae720b77660dccf1dca0f95 /php-pecl-protobuf.spec
parentf539dcc91933fbbe084fe778c8387f2804a245fb (diff)
update to 3.25.0RC2 (no change)
Diffstat (limited to 'php-pecl-protobuf.spec')
-rw-r--r--php-pecl-protobuf.spec11
1 files changed, 4 insertions, 7 deletions
diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec
index b5e63aa..83a81de 100644
--- a/php-pecl-protobuf.spec
+++ b/php-pecl-protobuf.spec
@@ -13,7 +13,7 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
%global upstream_version 3.25.0
-%global upstream_prever RC1
+%global upstream_prever RC2
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
@@ -27,12 +27,6 @@ License: BSD-3-Clause and MIT
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
-%if 0%{?rhel} == 7 && 0%{?dtsversion} == 0
-BuildRequires: devtoolset-6-toolchain
-%global dtsversion 6
-%global dtsenable source /opt/rh/devtoolset-6/enable
-%global dtsprefix devtoolset-6-
-%endif
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 8.0
@@ -188,6 +182,9 @@ fi
%changelog
+* Thu Oct 19 2023 Remi Collet <remi@remirepo.net> - 3.25.0~RC2-1
+- update to 3.25.0RC2 (no change)
+
* Tue Oct 17 2023 Remi Collet <remi@remirepo.net> - 3.25.0~RC1-1
- update to 3.25.0RC1
- open https://github.com/protocolbuffers/protobuf/issues/14436