From 7f2bf2d91231f50d8a29cb5324e79b32e45dc4de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Apr 2020 09:46:29 +0200 Subject: v1.0.2 --- php-sebastian-code-unit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index 845f943..5589e1a 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Sources -%global gh_commit 00d2094a93573796ec6666401be467fa6efcd86a +%global gh_commit ac958085bc19fcd1d36425c781ef4cbb5b06e2a5 %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.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Collection of value objects that represent the PHP code units @@ -119,6 +119,9 @@ exit $ret %changelog +* Thu Apr 30 2020 Remi Collet - 1.0.2-1 +- update to 1.0.2 + * Mon Apr 27 2020 Remi Collet - 1.0.1-1 - update to 1.0.1 -- cgit