From 49772251513cf0694cb9d0dde2a38484e2d3f1b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 May 2014 09:26:44 +0200 Subject: php-bartlett-PHP-Reflect: fix dep --- php-bartlett-PHP-Reflect.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-bartlett-PHP-Reflect.spec b/php-bartlett-PHP-Reflect.spec index 03cf22d..1bed541 100644 --- a/php-bartlett-PHP-Reflect.spec +++ b/php-bartlett-PHP-Reflect.spec @@ -13,7 +13,7 @@ Name: php-bartlett-PHP-Reflect Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adds the ability to reverse-engineer PHP Group: Development/Libraries @@ -29,7 +29,8 @@ BuildArch: noarch BuildRequires: php(language) >= 5.3 # to run test suite BuildRequires: %{_bindir}/phpunit -BuildRequires: php-phpunit-PHP-Timer >= 1.0.0 +# 1.0.5-3 is first version in /usr/share/php +BuildRequires: php-phpunit-PHP-Timer >= 1.0.5-3 BuildRequires: php-PHPParser >= 1.0.0 BuildRequires: php-symfony-classloader >= 2.4 BuildRequires: php-symfony-eventdispatcher >= 2.4 @@ -42,7 +43,7 @@ Requires: php-json Requires: php-pcre Requires: php-spl Requires: php-tokenizer -Requires: php-phpunit-PHP-Timer >= 1.0.0 +Requires: php-phpunit-PHP-Timer >= 1.0.5-3 Requires: php-PHPParser >= 1.0.0 Requires: php-symfony-classloader >= 2.4 Requires: php-symfony-eventdispatcher >= 2.4 @@ -110,6 +111,9 @@ fi %changelog +* Mon May 26 2014 Remi Collet - 2.0.0-2 +- fix dependencies + * Mon May 12 2014 Remi Collet - 2.0.0-1 - Update to 2.0.0 - sources from github -- cgit