]> git.pld-linux.org Git - packages/php-pecl-xdebug.git/commitdiff
Up to 3.2.0alpha3 auto/th/php-pecl-xdebug-3.2.0-0.alpha3.1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Sep 2022 15:00:44 +0000 (18:00 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Sep 2022 15:04:02 +0000 (18:04 +0300)
PHP 8.0.0 is the minimum

- https://xdebug.org/announcements/2022-08-24

php-pecl-xdebug.spec

index e74ada9b0d8224b76447fa62a8ce1f9a2d2f524a..3be8ef8c99a4feb83458dde0c07aa8fa34f9198b 100644 (file)
@@ -9,24 +9,25 @@
 
 %define                php_name        php%{?php_suffix}
 %define                modname xdebug
+%define                subver  alpha3
 Summary:       %{modname} - provides functions for functions traces and profiling
 Summary(pl.UTF-8):     %{modname} - funkcje do śledzenia i profilowania funkcji
 Name:          %{php_name}-pecl-%{modname}
 # https://xdebug.org/docs/compat#versions
-Version:       3.1.0
-Release:       1
+Version:       3.2.0
+Release:       0.%{subver}.1
 # The Xdebug License, version 1.01
 # (Based on "The PHP License", version 3.0)
 License:       PHP
 Group:         Development/Languages/PHP
-Source0:       https://xdebug.org/files/xdebug-%{version}.tgz
-# Source0-md5: e553f62de992d543e3ef115ad528144d
+Source0:       https://xdebug.org/files/xdebug-%{version}%{subver}.tgz
+# Source0-md5: 0263d908fb81e627faa3e6ba74c69250
 Source1:       %{modname}.ini
 Source2:       vim-xt-filetype.vim
 URL:           https://xdebug.org/
-# Need a PHP version >= 7.2.0 and < 8.2.0
-BuildRequires: %{php_name}-devel >= 4:7.2.0
-BuildRequires: %{php_name}-devel < 4:8.2.0
+# Need a PHP version >= 8.0.0 and < 8.3.0
+BuildRequires: %{php_name}-devel >= 4:8.0.0
+BuildRequires: %{php_name}-devel < 4:8.3.0
 BuildRequires: libedit-devel
 BuildRequires: libtool
 BuildRequires: rpmbuild(macros) >= 1.650
This page took 0.089022 seconds and 4 git commands to generate.