diff options
Diffstat (limited to 'php-sebastian-environment3.spec')
-rw-r--r-- | php-sebastian-environment3.spec | 7 |
1 files 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 <remi@remirepo.net> - 3.0.4-1 +- Update to 3.0.4 + * Mon May 22 2017 Remi Collet <remi@remirepo.net> - 3.0.3-1 - Update to 3.0.3 |