From 3ad48f39a679465ec6d5f6dfaa63e02f7c259c4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Feb 2020 12:03:54 +0100 Subject: update to 1.7.6 --- php-myclabs-php-enum.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-myclabs-php-enum.spec') diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index 0048941..440bf05 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 aef7b9f343a677744d7410485a60fe16c46ca1ed +%global gh_commit 5f36467c7a87e20fbdc51e524fd8f9d1de80187c %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.5 +Version: 1.7.6 Release: 1%{?dist} Summary: PHP Enum implementation @@ -121,6 +121,9 @@ exit $ret %changelog +* Fri Feb 14 2020 Remi Collet - 1.7.6-1 +- update to 1.7.6 + * Fri Feb 14 2020 Remi Collet - 1.7.5-1 - update to 1.7.5 -- cgit