diff options
Diffstat (limited to 'php-sebastian-environment4.spec')
-rw-r--r-- | php-sebastian-environment4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sebastian-environment4.spec b/php-sebastian-environment4.spec index babd2b9..6a43aab 100644 --- a/php-sebastian-environment4.spec +++ b/php-sebastian-environment4.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Sources -%global gh_commit 3095910f0f0fb155ac4021fc51a4a7a39ac04e8a +%global gh_commit f2a2c8e1c97c11ace607a7a667d73d47c19fe404 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project environment @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.2.1 +Version: 4.2.2 Release: 1%{?dist} Summary: Handle HHVM/PHP environments @@ -107,6 +107,9 @@ exit $ret %changelog +* Mon May 6 2019 Remi Collet <remi@remirepo.net> - 4.2.2-1 +- update to 4.2.2 + * Thu Apr 25 2019 Remi Collet <remi@remirepo.net> - 4.2.1-1 - update to 4.2.1 |