summaryrefslogtreecommitdiffstats
path: root/phpunit11.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-13 11:03:08 +0200
committerRemi Collet <remi@php.net>2024-08-13 11:03:08 +0200
commitd744cf20c74d45c2a1621be49151d3c12b3e313d (patch)
tree0be520ce4db8157c4cf1bf83b4478357fff84f5a /phpunit11.spec
parent029f8d70d177234947082a749d8dca91f0234f2f (diff)
update to 11.3.1
raise dependency on sebastian/comparator 6.0.2
Diffstat (limited to 'phpunit11.spec')
-rw-r--r--phpunit11.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/phpunit11.spec b/phpunit11.spec
index 5540dbe..839ee83 100644
--- a/phpunit11.spec
+++ b/phpunit11.spec
@@ -20,8 +20,8 @@
%bcond_with defcmd
%endif
-%global gh_commit a8dce73a8938dfec7ac0daa91bdbcaae7d7188a3
-%global gh_date 2024-08-02
+%global gh_commit fe179875ef0c14e90b75617002767eae0a742641
+%global gh_date 2024-08-13
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
@@ -34,7 +34,7 @@
%global ver_major 11
%global ver_minor 3
-%global upstream_version 11.3.0
+%global upstream_version 11.3.1
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -63,7 +63,7 @@ BuildRequires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-c
BuildRequires: (php-composer(phpunit/php-timer) >= 7.0.1 with php-composer(phpunit/php-timer) < 8)
BuildRequires: (php-composer(sebastian/cli-parser) >= 3.0.2 with php-composer(sebastian/cli-parser) < 4)
BuildRequires: (php-composer(sebastian/code-unit) >= 3.0.1 with php-composer(sebastian/code-unit) < 4)
-BuildRequires: (php-composer(sebastian/comparator) >= 6.0.1 with php-composer(sebastian/comparator) < 7)
+BuildRequires: (php-composer(sebastian/comparator) >= 6.0.2 with php-composer(sebastian/comparator) < 7)
BuildRequires: (php-composer(sebastian/diff) >= 6.0.2 with php-composer(sebastian/diff) < 7)
BuildRequires: (php-composer(sebastian/environment) >= 7.2.0 with php-composer(sebastian/environment) < 8)
BuildRequires: (php-composer(sebastian/exporter) >= 6.1.3 with php-composer(sebastian/exporter) < 7)
@@ -98,7 +98,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# "phpunit/php-timer": "^7.0.1",
# "sebastian/cli-parser": "^3.0.2",
# "sebastian/code-unit": "^3.0.1",
-# "sebastian/comparator": "^6.0.1",
+# "sebastian/comparator": "^6.0.2",
# "sebastian/diff": "^6.0.2",
# "sebastian/environment": "^7.2.0",
# "sebastian/exporter": "^6.1.3",
@@ -124,7 +124,7 @@ Requires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-c
Requires: (php-composer(phpunit/php-timer) >= 7.0.1 with php-composer(phpunit/php-timer) < 8)
Requires: (php-composer(sebastian/cli-parser) >= 3.0.2 with php-composer(sebastian/cli-parser) < 4)
Requires: (php-composer(sebastian/code-unit) >= 3.0.1 with php-composer(sebastian/code-unit) < 4)
-Requires: (php-composer(sebastian/comparator) >= 6.0.1 with php-composer(sebastian/comparator) < 7)
+Requires: (php-composer(sebastian/comparator) >= 6.0.2 with php-composer(sebastian/comparator) < 7)
Requires: (php-composer(sebastian/diff) >= 6.0.2 with php-composer(sebastian/diff) < 7)
Requires: (php-composer(sebastian/environment) >= 7.2.0 with php-composer(sebastian/environment) < 8)
Requires: (php-composer(sebastian/exporter) >= 6.1.3 with php-composer(sebastian/exporter) < 7)
@@ -266,6 +266,10 @@ exit $ret
%changelog
+* Tue Aug 13 2024 Remi Collet <remi@remirepo.net> - 11.3.1-1
+- update to 11.3.1
+- raise dependency on sebastian/comparator 6.0.2
+
* Fri Aug 2 2024 Remi Collet <remi@remirepo.net> - 11.3.0-1
- update to 11.3.0