summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-30 08:49:54 +0200
committerRemi Collet <remi@php.net>2023-08-30 08:49:54 +0200
commit04af9657cb821dc86086f1bd20b7d3bc23368787 (patch)
tree76c160e3260eb99688ce34aba9abe2569bdf169a
parentc10d1474e22ffdb729b6ed9b97660dcb440bbea3 (diff)
rebuild for PHP 8.3.0RC1
-rw-r--r--php-pecl-http.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index a7dbdee..420ac70 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -48,10 +48,10 @@
Name: %{?scl_prefix}php-pecl-http
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
%if 0%{?gh_date:1}
-Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.10.%{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: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz
%endif
Summary: Extended HTTP support
@@ -129,7 +129,6 @@ These are the files needed to compile programs using HTTP extension.
%setup -c -q
%if 0%{?gh_date}
mv NTS/package.xml .
-%else
%endif
%{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml}
@@ -318,6 +317,9 @@ fi
%changelog
+* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 4.2.3-5
+- rebuild for PHP 8.3.0RC1
+
* Wed Jul 12 2023 Remi Collet <remi@remirepo.net> - 4.2.3-4
- build out of sources tree