From 4777451148013f0b697c39fef328b526794bcb1c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Feb 2018 16:37:52 +0100 Subject: fix dep --- php-phpunit-PHPUnit-MockObject.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec index 8a6ddd9..0ae47b4 100644 --- a/php-phpunit-PHPUnit-MockObject.spec +++ b/php-phpunit-PHPUnit-MockObject.spec @@ -17,7 +17,7 @@ %global pear_channel pear.phpunit.de %global major 3.4 %global minor 4 -%global specrel 2 +%global specrel 3 %if %{bootstrap} %global with_tests %{?_with_tests:1}%{!?_with_tests:0} %else @@ -70,7 +70,7 @@ Requires: (php-composer(sebastian/exporter) >= 1.2 with php-compo %else Requires: php-phpunit-Text-Template >= 1.2 Requires: php-doctrine-instantiator >= 1.0.2 -Requires: php-sebastian-exporter >= 1.2 +Requires: php-phpunit-exporter >= 1.2 %endif # From composer.json, "suggest": { # "ext-soap": "*" @@ -162,7 +162,7 @@ fi %changelog -* Fri Feb 2 2018 Remi Collet - 3.4.4-2 +* Fri Feb 2 2018 Remi Collet - 3.4.4-3 - use range dependencies on F27+ * Tue Jul 4 2017 Remi Collet - 3.4.4-1 -- cgit