summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-sebastian-type6.spec16
1 files changed, 11 insertions, 5 deletions
diff --git a/php-sebastian-type6.spec b/php-sebastian-type6.spec
index 8e3e0c0..fa45ec4 100644
--- a/php-sebastian-type6.spec
+++ b/php-sebastian-type6.spec
@@ -10,11 +10,11 @@
%bcond_without tests
# github
-%global gh_commit 533fe082889a616f330bcba6f50965135f4f2fab
+%global gh_commit e549163b9760b8f71f191651d22acf32d56d6d4d
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project type
-%global gh_date 2025-02-07
+%global gh_date 2025-08-09
# packagist
%global pk_vendor sebastian
%global pk_project %{gh_project}
@@ -25,8 +25,8 @@
%global ns_project Type
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 6.0.0
-Release: 2%{?dist}
+Version: 6.0.3
+Release: 1%{?dist}
Summary: Collection of value objects that represent the types of the PHP type system, v%{major}
License: BSD-3-Clause
@@ -92,7 +92,7 @@ EOF
: Run upstream test suite
ret=0
-for cmd in php php83 php84; do
+for cmd in php php83 php84 php85; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit12 --bootstrap vendor/autoload.php --no-coverage || ret=1
@@ -113,6 +113,12 @@ exit $ret
%changelog
+* Sun Aug 10 2025 Remi Collet <remi@remirepo.net> - 6.0.3-1
+- update to 6.0.3 (no change)
+
+* Tue Mar 18 2025 Remi Collet <remi@remirepo.net> - 6.0.2-1
+- update to 6.0.2
+
* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 6.0.0-2
- enable test suite