summaryrefslogtreecommitdiffstats
path: root/php-sebastian-code-unit.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-28 10:00:50 +0200
committerRemi Collet <remi@remirepo.net>2020-09-28 10:00:50 +0200
commit914eae1d56c4830d9c30785a6f8c1d4d688eeea8 (patch)
treee9d160aa972dbfdf3989972279fad627ab920509 /php-sebastian-code-unit.spec
parentd1947015debc0a49a357c83d34491096c0dd3268 (diff)
update to 1.0.6 (no change)
Diffstat (limited to 'php-sebastian-code-unit.spec')
-rw-r--r--php-sebastian-code-unit.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec
index 741395f..22978c9 100644
--- a/php-sebastian-code-unit.spec
+++ b/php-sebastian-code-unit.spec
@@ -8,7 +8,7 @@
#
%global bootstrap 0
# Sources
-%global gh_commit c1e2df332c905079980b119c4db103117e5e5c90
+%global gh_commit d3a241b6028ff9d8e97d2b6ebd4090d01f92fad8
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project code-unit
@@ -27,7 +27,7 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 1.0.5
+Version: 1.0.6
Release: 1%{?dist}
Summary: Collection of value objects that represent the PHP code units
@@ -44,12 +44,12 @@ BuildRequires: php-spl
BuildRequires: php-fedora-autoloader-devel
%if %{with tests}
# from composer.json, "require-dev": {
-# "phpunit/phpunit": "^9.0"
-BuildRequires: phpunit9
+# "phpunit/phpunit": "^9.3"
+BuildRequires: phpunit9 >= 9.3
%endif
# from composer.json, "require": {
-# "php": "^7.3 || ^8.0"
+# "php": ">=7.3"
Requires: php(language) >= 7.3
# From phpcompatinfo report for 1.0.0
Requires: php-reflection
@@ -122,6 +122,9 @@ exit $ret
%changelog
+* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 1.0.6-1
+- update to 1.0.6 (no change)
+
* Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 1.0.5-1
- update to 1.0.5