From f788222f09a544bc8bf2b6475d852b7b976bf4b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 3 Oct 2020 07:21:41 +0200 Subject: update to 1.0.7 --- php-sebastian-code-unit.spec | 16 ++++++++-------- 1 file 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 - 1.0.7-1 +- update to 1.0.7 + * Mon Sep 28 2020 Remi Collet - 1.0.6-1 - update to 1.0.6 (no change) -- cgit