From ff677ccbcd2a835cfe87769994d9da297c493d60 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Oct 2018 16:55:55 +0100 Subject: v1.6.4 --- php-myclabs-php-enum.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index 8185ebb..7c7d281 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 a8284c7c540caf9988e339a404cadcdf1e8b165d +%global gh_commit 550d2334d77f91b0816a5cbd6965272fe20146b8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner myclabs %global gh_project php-enum @@ -20,11 +20,10 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.6.3 +Version: 1.6.4 Release: 1%{?dist} Summary: PHP Enum implementation -Group: Development/Libraries License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} # git snashop to get upstream test suite @@ -123,6 +122,9 @@ exit $ret %changelog +* Tue Oct 30 2018 Remi Collet - 1.6.4-1 +- update to 1.6.4 + * Mon Oct 29 2018 Remi Collet - 1.6.3-1 - update to 1.6.3 -- cgit