summaryrefslogtreecommitdiffstats
path: root/phpunit11.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-04-05 08:24:49 +0200
committerRemi Collet <remi@php.net>2024-04-05 08:24:49 +0200
commit43a2fc6f829c67c97d71b56cd8a50a8b0a4a078a (patch)
treee6b553c83c382f613c508ae568f0704d9a9f53d2 /phpunit11.spec
parent0be4e5aff5e91982fc1838bb57f826c172a50c4c (diff)
update to 11.1.0
Diffstat (limited to 'phpunit11.spec')
-rw-r--r--phpunit11.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/phpunit11.spec b/phpunit11.spec
index bf9bfa0..e5cc6bc 100644
--- a/phpunit11.spec
+++ b/phpunit11.spec
@@ -20,8 +20,8 @@
%bcond_with defcmd
%endif
-%global gh_commit 591bbfe416400385527d5086b346b92c06de404b
-%global gh_date 2024-03-28
+%global gh_commit 882c5bf7aa85328d1010da2a76f4bb10c43778c6
+%global gh_date 2024-04-05
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
@@ -32,9 +32,9 @@
%global ns_vendor PHPUnit11
%global php_home %{_datadir}/php
%global ver_major 11
-%global ver_minor 0
+%global ver_minor 1
-%global upstream_version 11.0.9
+%global upstream_version 11.1.0
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -261,6 +261,7 @@ cat src/autoload.php
cat << 'EOF' | tee -a tests/autoload.php
// Dependencies
\Fedora\Autoloader\Dependencies::required([
+ __DIR__ . '/_files/deprecation-trigger/trigger_deprecation.php',
__DIR__ . '/_files/CoverageNamespacedFunctionTest.php',
__DIR__ . '/_files/CoveredFunction.php',
__DIR__ . '/_files/NamespaceCoveredFunction.php',
@@ -313,6 +314,9 @@ exit $ret
%changelog
+* Fri Apr 5 2024 Remi Collet <remi@remirepo.net> - 11.1.0-1
+- update to 11.1.0
+
* Thu Mar 28 2024 Remi Collet <remi@remirepo.net> - 11.0.9-1
- update to 11.0.9