From 12b4edb29ef3683b66faba9d1f870e886cb55f45 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 May 2017 06:21:14 +0200 Subject: v3.0.3 --- php-sebastian-environment3.spec | 13 ++++++++----- 1 file 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 - 3.0.3-1 +- Update to 3.0.3 + * Sun Apr 30 2017 Remi Collet - 3.0.2-0 - boostrap build for review #1444648 -- cgit