summaryrefslogtreecommitdiffstats
path: root/php-sebastian-code-unit.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-27 12:57:18 +0200
committerRemi Collet <remi@remirepo.net>2020-04-27 12:57:18 +0200
commit038fe1ab40122134c6e9bbc3f7df0d92d2e03a9d (patch)
treeef8022266d0facb89414d934c2650ebeaeac3210 /php-sebastian-code-unit.spec
parent937833d606c97b068d6bfd48cd4cd426049fe155 (diff)
update to 1.0.1
Diffstat (limited to 'php-sebastian-code-unit.spec')
-rw-r--r--php-sebastian-code-unit.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec
index cff568e..845f943 100644
--- a/php-sebastian-code-unit.spec
+++ b/php-sebastian-code-unit.spec
@@ -8,7 +8,7 @@
#
%global bootstrap 0
# Sources
-%global gh_commit 8d8f09bd47c75159921e6e84fdef146343962866
+%global gh_commit 00d2094a93573796ec6666401be467fa6efcd86a
%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.0
+Version: 1.0.1
Release: 1%{?dist}
Summary: Collection of value objects that represent the PHP code units
@@ -99,7 +99,7 @@ EOF
: Run tests
ret=0
-for cmd in php php73 php74; do
+for cmd in php php73 php74 php80; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit9 --verbose || ret=1
@@ -119,5 +119,8 @@ exit $ret
%changelog
+* Mon Apr 27 2020 Remi Collet <remi@remirepo.net> - 1.0.1-1
+- update to 1.0.1
+
* Fri Apr 3 2020 Remi Collet <remi@remirepo.net> - 1.0.0-1
- initial package