diff options
-rw-r--r-- | php-cs-fixer-accessible-object.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-cs-fixer-accessible-object.spec b/php-cs-fixer-accessible-object.spec index 59f8eb5..8bba8d5 100644 --- a/php-cs-fixer-accessible-object.spec +++ b/php-cs-fixer-accessible-object.spec @@ -20,7 +20,7 @@ Name: %{pk_vendor}-%{pk_project} Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library to reveal object internals Group: Development/Tools @@ -40,7 +40,7 @@ BuildRequires: php-spl # "phpunit/phpunit": "^4.8.35 || ^5.4.3", # "symfony/phpunit-bridge": "^3.2.2" BuildRequires: php-composer(phpunit/phpunit) >= 5.4.3 -BuildRequires: php-composer(symfony/phpunit-bridge) >= 3.2.2 +BuildRequires: php-symfony3-phpunit-bridge >= 3.2.2 # Autoloader BuildRequires: php-fedora-autoloader-devel %endif @@ -123,6 +123,10 @@ exit $ret %changelog +* Wed Nov 8 2017 Remi Collet <remi@remirepo.net> - 1.0.0-4 +- fix FTBFS from Koschei +- use package name for symfony/phpunit-bridge + * Wed Aug 23 2017 Remi Collet <remi@remirepo.net> - 1.0.0-3 - fix PHP minimal version |