From c65d942479581cade73cb7d6a9a8a4e5998b9543 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Feb 2018 09:19:18 +0100 Subject: v2.2.1 --- php-gecko-packages-gecko-php-unit.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-gecko-packages-gecko-php-unit.spec') diff --git a/php-gecko-packages-gecko-php-unit.spec b/php-gecko-packages-gecko-php-unit.spec index 226f949..dd3a28d 100644 --- a/php-gecko-packages-gecko-php-unit.spec +++ b/php-gecko-packages-gecko-php-unit.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-gecko-packages-gecko-php-unit # -# Copyright (c) 2016-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit ab525fac9a9ffea219687f261b02008b18ebf2d1 +%global gh_commit a06beb80f63645140c251cfd757ba94a4a540be5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner GeckoPackages @@ -17,7 +17,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_owner}-%{pk_project} -Version: 2.2 +Version: 2.2.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Additional PHPUnit asserts and constraints @@ -37,7 +37,7 @@ BuildRequires: php-libxml BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { -# "phpunit/phpunit": "4.0" +# "phpunit/phpunit": "^4.8.35 || ^5.4.3" BuildRequires: php-composer(phpunit/phpunit) # Autoloader BuildRequires: php-composer(fedora/autoloader) @@ -120,6 +120,9 @@ exit $ret %changelog +* Tue Feb 6 2018 Remi Collet - 2.2.1-1 +- Update to 2.2.1 + * Thu Aug 24 2017 Remi Collet - 2.2-1 - Update to 2.2 -- cgit