summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-30 07:57:13 +0200
committerRemi Collet <remi@php.net>2023-08-30 07:57:13 +0200
commit2c80e16a2de36d810df37e098f48964652763762 (patch)
tree2ca04f1e37a637e0ec92e7584a125927785eb77e
parent0fb211f148cc8ab57346e643cd6b2b1ee40215cb (diff)
rebuild for PHP 8.3.0RC1
-rw-r--r--php-pecl-igbinary.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index 72fd87b..d9eab0c 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -33,10 +33,10 @@ Summary: Replacement for the standard PHP serializer
Name: %{?scl_prefix}php-pecl-igbinary
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
%if 0%{?gh_date}
-Release: 0.14.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 0.15.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
%endif
License: BSD-3-Clause
@@ -51,7 +51,6 @@ BuildRequires: %{?scl_prefix}php-json
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
-%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
Obsoletes: %{?scl_prefix}php-%{pecl_name} <= 1.1.1
Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
@@ -292,6 +291,9 @@ fi
%changelog
+* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 3.2.14-2
+- rebuild for PHP 8.3.0RC1
+
* Mon Feb 27 2023 Remi Collet <remi@remirepo.net> - 3.2.14-1
- update to 3.2.14