From d3ff73cec576ceda5e00fa0527d38db0732f30d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Feb 2018 16:01:39 +0100 Subject: v3.1.1 --- composer.json | 2 +- php-gecko-packages-gecko-php-unit3.spec | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 759af0c..c81eb07 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php": "^7.0" }, "conflict": { - "phpunit/phpunit": "<6.0" + "phpunit/phpunit": "<6.0 || >6.5" }, "require-dev": { "phpunit/phpunit": "^6.0" diff --git a/php-gecko-packages-gecko-php-unit3.spec b/php-gecko-packages-gecko-php-unit3.spec index e2f2677..cb3017b 100644 --- a/php-gecko-packages-gecko-php-unit3.spec +++ b/php-gecko-packages-gecko-php-unit3.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit dbb18b292cfa14444d2e6d15202b9dcf5ab8365e +%global gh_commit 8b0320158e34c3d85e5133c341d55c4d6ec5e927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner GeckoPackages @@ -18,11 +18,10 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_owner}-%{pk_project}%{major} -Version: 3.1 +Version: 3.1.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Additional PHPUnit asserts and constraints -Group: Development/Tools License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} # git snapshot to get upstream test suite @@ -121,6 +120,9 @@ exit $ret %changelog +* Tue Feb 6 2018 Remi Collet - 3.1.1-1 +- Update to 3.1.1 + * Thu Jan 25 2018 Remi Collet - 3.1-1 - Update to 3.1 -- cgit