diff options
-rw-r--r-- | php-sebastian-code-unit.spec | 7 |
1 files 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 <remi@remirepo.net> - 1.0.2-1 +- update to 1.0.2 + * Mon Apr 27 2020 Remi Collet <remi@remirepo.net> - 1.0.1-1 - update to 1.0.1 |