summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-03 07:21:41 +0200
committerRemi Collet <remi@remirepo.net>2020-10-03 07:21:41 +0200
commitf788222f09a544bc8bf2b6475d852b7b976bf4b2 (patch)
tree9564cc46fc422f9644ff3f91110f05fc8192ed64
parent914eae1d56c4830d9c30785a6f8c1d4d688eeea8 (diff)
update to 1.0.7
-rw-r--r--php-sebastian-code-unit.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec
index 22978c9..2ac5302 100644
--- a/php-sebastian-code-unit.spec
+++ b/php-sebastian-code-unit.spec
@@ -6,9 +6,11 @@
#
# Please, preserve the changelog entries
#
-%global bootstrap 0
+
+%bcond_without tests
+
# Sources
-%global gh_commit d3a241b6028ff9d8e97d2b6ebd4090d01f92fad8
+%global gh_commit 59236be62b1bb9919e6d7f60b0b832dc05cef9ab
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project code-unit
@@ -20,14 +22,9 @@
%global php_home %{_datadir}/php
%global ns_vendor SebastianBergmann
%global ns_project CodeUnit
-%if %{bootstrap}
-%bcond_with tests
-%else
-%bcond_without tests
-%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 1.0.6
+Version: 1.0.7
Release: 1%{?dist}
Summary: Collection of value objects that represent the PHP code units
@@ -122,6 +119,9 @@ exit $ret
%changelog
+* Sat Oct 3 2020 Remi Collet <remi@remirepo.net> - 1.0.7-1
+- update to 1.0.7
+
* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 1.0.6-1
- update to 1.0.6 (no change)