summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-14 07:52:40 +0100
committerRemi Collet <remi@remirepo.net>2020-02-14 07:52:40 +0100
commitffdf5d8ab6b4143d58523aa66988249c4145eea2 (patch)
treefc8e4bf26b6c1eeb1f45bc81232ba2247a9df871
parent57087ebf208f97c694bfdabdeac9d5c06419e035 (diff)
v1.7.5
-rw-r--r--php-myclabs-php-enum.spec7
1 files 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 <remi@remirepo.net> - 1.7.5-1
+- update to 1.7.5
+
* Fri Feb 7 2020 Remi Collet <remi@remirepo.net> - 1.7.4-1
- update to 1.7.4
- switch to phpunit7