summaryrefslogtreecommitdiffstats
path: root/php-phpunitgoodpractices-polyfill.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-04 15:29:38 +0200
committerRemi Collet <remi@remirepo.net>2018-09-04 15:29:38 +0200
commit5bd50f6d7bef76adbb3386385d4632cea86ab2e1 (patch)
treea9072c81c33542dd8382f493155ce34f12cfcdb7 /php-phpunitgoodpractices-polyfill.spec
parentc95f7c1745ea4df58f5a282bd9b9f0e1e3c89e04 (diff)
update phpunitgoodpractices/traits to 1.6.0
Diffstat (limited to 'php-phpunitgoodpractices-polyfill.spec')
-rw-r--r--php-phpunitgoodpractices-polyfill.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunitgoodpractices-polyfill.spec b/php-phpunitgoodpractices-polyfill.spec
index d930443..26a179d 100644
--- a/php-phpunitgoodpractices-polyfill.spec
+++ b/php-phpunitgoodpractices-polyfill.spec
@@ -21,13 +21,13 @@
%global php_home %{_datadir}/php
%global with_tests 0%{!?_without_tests:1}
# Traits
-%global tr_commit 10d22ad5e222b5e5eae6941aac91c068397b5127
+%global tr_commit d3d74de03f733d0b6afb7734f48d944ee65cf83c
%global tr_short %(c=%{tr_commit}; echo ${c:0:7})
-%global tr_version 1.5.1
+%global tr_version 1.6.0
Name: php-%{pk_vendor}-%{pk_project}
Version: 1.1.0
-Release: 2%{?dist}
+Release: 4%{?dist}
Summary: Lacking future-compat polyfills for PHPUnit
Group: Development/Tools
@@ -146,6 +146,9 @@ if (!class_exists("PHPUnitGoodPractices\\Traits\\PHPUnitVersionRetriever")) {
%changelog
+* Tue Sep 4 2018 Remi Collet <remi@remirepo.net> - 1.1.0-4
+- update phpunitgoodpractices/traits to 1.6.0
+
* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 1.1.0-2
- add mandatory dependency on one PHPUnit version
- add phpunitgoodpractices/traits 1.5.1