diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-22 06:21:14 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-22 06:21:14 +0200 |
commit | 12b4edb29ef3683b66faba9d1f870e886cb55f45 (patch) | |
tree | c38a0c7500e14e18c00c4f1b4caddd9269a39b63 | |
parent | 2eac48906634a9cbd3e8c658b9b7f1172ab6b4be (diff) |
v3.0.3
-rw-r--r-- | php-sebastian-environment3.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-sebastian-environment3.spec b/php-sebastian-environment3.spec index 498d9c7..f2742bc 100644 --- a/php-sebastian-environment3.spec +++ b/php-sebastian-environment3.spec @@ -6,8 +6,8 @@ # # Please, preserve the changelog entries # -%global bootstrap 1 -%global gh_commit 11e7710b7724d42c62249b0e9d3030240398949d +%global bootstrap 0 +%global gh_commit 02b6b2c7aefe2cdb1185b8dbf8718b0bcedf3ab3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project environment @@ -24,14 +24,14 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.2 -Release: 0%{?dist} +Version: 3.0.3 +Release: 1%{?dist} Summary: Handle HHVM/PHP environments Group: Development/Libraries License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz BuildArch: noarch BuildRequires: php(language) >= 7.0 @@ -103,6 +103,9 @@ exit $ret %changelog +* Mon May 22 2017 Remi Collet <remi@remirepo.net> - 3.0.3-1 +- Update to 3.0.3 + * Sun Apr 30 2017 Remi Collet <remi@remirepo.net> - 3.0.2-0 - boostrap build for review #1444648 |