From f4621bc3a703b597448c28266080b7537912e095 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 May 2019 08:38:38 +0200 Subject: v4.2.2 --- php-sebastian-environment4.spec | 7 +++++-- 1 file 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 - 4.2.2-1 +- update to 4.2.2 + * Thu Apr 25 2019 Remi Collet - 4.2.1-1 - update to 4.2.1 -- cgit