summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-03 11:52:04 +0200
committerRemi Collet <remi@php.net>2024-07-03 11:52:04 +0200
commit08a956565fc81938248fc6635392892c6f070022 (patch)
tree6725bab2bdcc96f710334beabd2d2ae806daa008
parenta25bc8a9555d46d7c85b14e48836219ad0397b35 (diff)
update to 5.0.1
-rw-r--r--php-sebastian-type5.spec14
1 files changed, 8 insertions, 6 deletions
diff --git a/php-sebastian-type5.spec b/php-sebastian-type5.spec
index 46a27d4..0ef19fb 100644
--- a/php-sebastian-type5.spec
+++ b/php-sebastian-type5.spec
@@ -11,11 +11,11 @@
%bcond_with tests
# github
-%global gh_commit b8502785eb3523ca0dd4afe9ca62235590020f3f
+%global gh_commit fb6a6566f9589e86661291d13eba708cce5eb4aa
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project type
-%global gh_date 2024-02-02
+%global gh_date 2024-07-03
# packagist
%global pk_vendor sebastian
%global pk_project %{gh_project}
@@ -26,12 +26,13 @@
%global ns_project Type
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 5.0.0
+Version: 5.0.1
Release: 1%{?dist}
Summary: Collection of value objects that represent the types of the PHP type system, v%{major}
License: BSD-3-Clause
URL: https://github.com/%{gh_owner}/%{gh_project}
+# run makesrc.sh to create a git snapshot with test suite
Source0: %{name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
@@ -94,7 +95,7 @@ EOF
: Run upstream test suite
ret=0
-for cmd in php php82 php83; do
+for cmd in php php82 php83 php84; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit11 || ret=1
@@ -107,8 +108,6 @@ exit $ret
%files
-# remirepo:1
-%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc *.md
%doc composer.json
@@ -117,6 +116,9 @@ exit $ret
%changelog
+* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 5.0.1-1
+- update to 5.0.1
+
* Mon Feb 5 2024 Remi Collet <remi@remirepo.net> - 5.0.0-1
- update to 5.0.0
- raise dependency on PHP 8.2