diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-26 15:11:08 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-26 15:11:08 +0100 |
commit | 2e96ecc82e1bfe0f4df130bee74e5add68c6a7cb (patch) | |
tree | f11f032ce4cce057e31ee6f8d92651dbd16c58b1 | |
parent | f788222f09a544bc8bf2b6475d852b7b976bf4b2 (diff) |
update to 1.0.8
-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 2ac5302..47f5548 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -10,7 +10,7 @@ %bcond_without tests # Sources -%global gh_commit 59236be62b1bb9919e6d7f60b0b832dc05cef9ab +%global gh_commit 1fc9f64c0927627ef78ba436c9b17d967e68e120 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project code-unit @@ -24,7 +24,7 @@ %global ns_project CodeUnit Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: Collection of value objects that represent the PHP code units @@ -119,6 +119,9 @@ exit $ret %changelog +* Mon Oct 26 2020 Remi Collet <remi@remirepo.net> - 1.0.8-1 +- update to 1.0.8 + * Sat Oct 3 2020 Remi Collet <remi@remirepo.net> - 1.0.7-1 - update to 1.0.7 |