diff options
Diffstat (limited to 'php-sebastian-exporter6.spec')
-rw-r--r-- | php-sebastian-exporter6.spec | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/php-sebastian-exporter6.spec b/php-sebastian-exporter6.spec index ca59323..bde47ac 100644 --- a/php-sebastian-exporter6.spec +++ b/php-sebastian-exporter6.spec @@ -10,11 +10,11 @@ # disabled until phpunit11 available %bcond_without tests -%global gh_commit 3473f61172093b2da7de1fb5782e1f24cc036dc3 +%global gh_commit 8f67e53d3fcaf53105f95cc14f1630493d0fa2e6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project exporter -%global gh_date 2024-12-05 +%global gh_date 2025-09-22 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -27,8 +27,8 @@ %global pear_channel pear.phpunit.de Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 6.3.0 -Release: 2%{?dist} +Version: 6.3.1 +Release: 1%{?dist} Summary: Export PHP variables for visualization, version %{major} License: BSD-3-Clause @@ -40,8 +40,6 @@ Source1: makesrc.sh BuildArch: noarch BuildRequires: php(language) >= 8.2 BuildRequires: php-mbstring -BuildRequires: php-pcre -BuildRequires: php-spl BuildRequires: php-fedora-autoloader-devel %if %{with tests} # from composer.json, "require-dev": { @@ -58,8 +56,6 @@ Requires: php(language) >= 8.2 Requires: php-mbstring Requires: (php-composer(%{pk_vendor}/recursion-context) >= 6.0 with php-composer(%{pk_vendor}/recursion-context) < 7) # from phpcompatinfo report for version 5.0.0 -Requires: php-pcre -Requires: php-spl # Autoloader Requires: php-composer(fedora/autoloader) @@ -100,7 +96,7 @@ phpab --template fedora --output vendor/autoload.php tests/_fixture/ : Run upstream test suite ret=0 -for cmd in php php82 php83 php84; do +for cmd in php php82 php83 php84 php85; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit11 || ret=1 @@ -118,6 +114,9 @@ exit $ret %changelog +* Mon Sep 22 2025 Remi Collet <remi@remirepo.net> - 6.3.1-1 +- update to 6.3.1 + * Tue Feb 4 2025 Remi Collet <remi@remirepo.net> - 6.3.0-2 - enable test suite |