From 97110046636f62fcbe618529b5b22e2c9f8bf6c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Nov 2016 14:18:43 +0100 Subject: phpspec: 3.2.0 --- composer.json | 2 +- php-phpspec.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3f8f224..3074764 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ }, "suggest": { - "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters" + "phpspec/nyan-formatters": "Adds Nyan formatters" }, "autoload": { diff --git a/php-phpspec.spec b/php-phpspec.spec index 41880dd..67b9b7a 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -6,15 +6,15 @@ # # Please, preserve the changelog entries # -%global gh_commit 53d89ff6d328032c0e434a75af6b0e80ff2d669d +%global gh_commit 3ee05c39b6b25342b84d66a24ec8525575e3875f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project phpspec #global prever beta3 Name: php-phpspec -Version: 3.1.1 -Release: 2%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP Group: Development/Libraries @@ -187,6 +187,9 @@ rm -rf %{buildroot} %changelog +* Mon Nov 28 2016 Remi Collet - 3.2.0-1 +- update to 3.2.0 + * Tue Nov 22 2016 Remi Collet - 3.1.1-2 - ignore sebastian/exporter max version - switch to fedora/autoloader -- cgit