summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-29 11:39:16 +0200
committerRemi Collet <remi@php.net>2025-07-29 11:39:16 +0200
commitbbd6e06d3440e42f03d5bb8875013a166a03a3f5 (patch)
tree02730056c47ff828d4b854332fbd3a20a4bae3c9
parent022aa95c2e89c64d1e80d29b49e83b8c7ab9908d (diff)
update to 2.3.4HEADmaster
drop patch merged upstream
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-yar.spec12
3 files changed, 9 insertions, 9 deletions
diff --git a/PHPINFO b/PHPINFO
index 27f4ad1..7dca51a 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
yar
yar support => enabled
-Version => 2.3.3
+Version => 2.3.4
Directive => Local Value => Master Value
yar.packager => msgpack => msgpack
diff --git a/REFLECTION b/REFLECTION
index 620f2c3..12d0ab5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #109 yar version 2.3.3 ] {
+Extension [ <persistent> extension #140 yar version 2.3.4 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -27,7 +27,7 @@ Extension [ <persistent> extension #109 yar version 2.3.3 ] {
}
- Constants [24] {
- Constant [ string YAR_VERSION ] { 2.3.3 }
+ Constant [ string YAR_VERSION ] { 2.3.4 }
Constant [ int YAR_HAS_MSGPACK ] { 1 }
Constant [ int YAR_OPT_PACKAGER ] { 0 }
Constant [ int YAR_OPT_PERSISTENT ] { 1 }
diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec
index 6afc143..00a366d 100644
--- a/php-pecl-yar.spec
+++ b/php-pecl-yar.spec
@@ -22,19 +22,17 @@
Summary: Light, concurrent RPC framework
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 2.3.3
+Version: 2.3.4
%if 0%{?gh_date:1}
Release: 0.14.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
%endif
License: PHP-3.01
URL: https://pecl.php.net/package/%{pecl_name}
-Patch0: 181.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: make
BuildRequires: curl-devel
@@ -77,8 +75,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-%patch -P0 -p1
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_YAR_VERSION/{s/.* "//;s/".*$//;p}' php_yar.h)
if test "x${extver}" != "x%{version}%{?prever:-%{prever}}%{?gh_date:-dev}"; then
@@ -216,6 +212,10 @@ export YAR_API_PORT=$(%{__php} -r 'echo 8960 + PHP_MAJOR_VERSION*100 + PHP_MINOR
%changelog
+* Tue Jul 29 2025 Remi Collet <remi@remirepo.net> - 2.3.4-1
+- update to 2.3.4
+- drop patch merged upstream
+
* Thu Jul 17 2025 Remi Collet <remi@remirepo.net> - 2.3.3-2
- add fix for PHP 8.5.0alpha2 using patch from
https://github.com/laruence/yar/pull/181