[packages/php-pecl-xdebug] Up to 3.2.0alpha3
glen
glen at pld-linux.org
Thu Sep 29 17:04:13 CEST 2022
commit 19300cd091d5c0ca76f6d1f47b097eeea1ee0650
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Thu Sep 29 18:00:44 2022 +0300
Up to 3.2.0alpha3
PHP 8.0.0 is the minimum
- https://xdebug.org/announcements/2022-08-24
php-pecl-xdebug.spec | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index e74ada9..3be8ef8 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-xdebug.git/commitdiff/19300cd091d5c0ca76f6d1f47b097eeea1ee0650
More information about the pld-cvs-commit
mailing list