From cdd36a98491917bf638eeb032891d866f46a4e63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2017 15:17:13 +0200 Subject: v3.0.4 --- php-sebastian-environment3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-sebastian-environment3.spec b/php-sebastian-environment3.spec index f2742bc..fdf3f37 100644 --- a/php-sebastian-environment3.spec +++ b/php-sebastian-environment3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 02b6b2c7aefe2cdb1185b8dbf8718b0bcedf3ab3 +%global gh_commit 74776f8dbc081cab9287c2a601c0c1d842568744 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project environment @@ -24,7 +24,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.3 +Version: 3.0.4 Release: 1%{?dist} Summary: Handle HHVM/PHP environments @@ -103,6 +103,9 @@ exit $ret %changelog +* Wed Jun 21 2017 Remi Collet - 3.0.4-1 +- Update to 3.0.4 + * Mon May 22 2017 Remi Collet - 3.0.3-1 - Update to 3.0.3 -- cgit