From 9862d98c011627d5bd92dd3b1a10c6eccf15da78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Jun 2018 07:49:19 +0200 Subject: update to 1.1.0 (no change) add LICENSE file --- composer.json | 2 +- php-phpunitgoodpractices-polyfill.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e04f450..f26f435 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "phpunit/phpunit": "^4.0 || ^5.3 || ^6.0 || ^7.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.11" + "friendsofphp/php-cs-fixer": "^2.12" }, "conflict": { "hhvm": "*" diff --git a/php-phpunitgoodpractices-polyfill.spec b/php-phpunitgoodpractices-polyfill.spec index 1e826d6..3eb9c65 100644 --- a/php-phpunitgoodpractices-polyfill.spec +++ b/php-phpunitgoodpractices-polyfill.spec @@ -8,7 +8,7 @@ # # Github -%global gh_commit 3968a1fcdd6d4676f9ba96cd242072c4bc57640e +%global gh_commit f7c9b779e5c14ad37d27b108f2a370bb3c0312e8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner PHPUnitGoodPractices %global gh_project polyfill @@ -22,7 +22,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Lacking future-compat polyfills for PHPUnit @@ -102,14 +102,17 @@ var_dump(PHPUnit\Runner\Version::id()); %files %{!?_licensedir:%global license %%doc} -# See https://github.com/PHPUnitGoodPractices/polyfill/issues/1 -#license LICENSE +%license LICENSE %doc composer.json %dir %{php_home}/%{ns_vendor} %{php_home}/%{ns_vendor}/%{ns_project} %changelog +* Mon Jun 11 2018 Remi Collet - 1.1.0-1 +- update to 1.1.0 (no change) +- add LICENSE file + * Mon Jun 4 2018 Remi Collet - 1.0.0-1 - initial package, version 1.0.0 - open https://github.com/PHPUnitGoodPractices/polyfill/issues/1 - LICENSE file -- cgit