From 79007103f51a1a22a735891ffef4c01e0c07fff3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Oct 2019 14:04:50 +0200 Subject: v5.1.2 --- composer.json | 3 ++- php-phpspec.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index af3e08b..83e12ba 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "phpspec/phpspec", - "description": "Specification-oriented BDD framework for PHP 5.6+", + "description": "Specification-oriented BDD framework for PHP 7.1+", "keywords": ["BDD", "SpecBDD", "TDD", "spec", "specification", "tests", "testing"], "homepage": "http://phpspec.net/", "type": "library", @@ -64,4 +64,5 @@ "dev-master": "5.1.x-dev" } } + } 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 - 5.1.2-1 +- update to 5.1.2 + * Mon Aug 19 2019 Remi Collet - 5.1.1-1 - update to 5.1.1 -- cgit