diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-02 14:04:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-02 14:04:50 +0200 |
commit | 79007103f51a1a22a735891ffef4c01e0c07fff3 (patch) | |
tree | 6ee4ff9f86f3deff327f7baa3f77919ef2a59abb /php-phpspec.spec | |
parent | b42dfebcb30a8afbb84111a05f8a88a051a2571c (diff) |
v5.1.2
Diffstat (limited to 'php-phpspec.spec')
-rw-r--r-- | php-phpspec.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpspec.spec b/php-phpspec.spec index 899b9f5..a8ccc85 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 1bf4b5a7cf5fea43288e9283d340f7e1d5b69cae +%global gh_commit ff4119650a76de25eb674530547f1924082d3703 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project phpspec @@ -24,13 +24,13 @@ %global symfony_max 5 Name: php-phpspec -Version: 5.1.1 +Version: 5.1.2 Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}%{?prever}-%{gh_short}.tar.gz Source1: %{gh_project}-autoload.php @@ -184,6 +184,9 @@ done %changelog +* Wed Oct 2 2019 Remi Collet <remi@remirepo.net> - 5.1.2-1 +- update to 5.1.2 + * Mon Aug 19 2019 Remi Collet <remi@remirepo.net> - 5.1.1-1 - update to 5.1.1 |