From ffdf5d8ab6b4143d58523aa66988249c4145eea2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Feb 2020 07:52:40 +0100 Subject: v1.7.5 --- php-myclabs-php-enum.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index 504ada8..0048941 100644 --- a/php-myclabs-php-enum.spec +++ b/php-myclabs-php-enum.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit c3f3b36602748871098069f4f2f8224ca34df899 +%global gh_commit aef7b9f343a677744d7410485a60fe16c46ca1ed %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project php-enum @@ -20,7 +20,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.7.4 +Version: 1.7.5 Release: 1%{?dist} Summary: PHP Enum implementation @@ -121,6 +121,9 @@ exit $ret %changelog +* Fri Feb 14 2020 Remi Collet - 1.7.5-1 +- update to 1.7.5 + * Fri Feb 7 2020 Remi Collet - 1.7.4-1 - update to 1.7.4 - switch to phpunit7 -- cgit