From 2e96ecc82e1bfe0f4df130bee74e5add68c6a7cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Oct 2020 15:11:08 +0100 Subject: update to 1.0.8 --- 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 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 - 1.0.8-1 +- update to 1.0.8 + * Sat Oct 3 2020 Remi Collet - 1.0.7-1 - update to 1.0.7 -- cgit