diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-03 15:09:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-03 15:09:30 +0100 |
commit | d16ff0822887fcfc7a88633b94c1826b6b3e510e (patch) | |
tree | deb3e871be85aa17818aa491b185b3bedbd2c741 /php-phpspec-prophecy.spec | |
parent | ad9df12ef4a5ad75f360201eca70dec7b4584ca9 (diff) |
php-phpspec-prophecy: fix autoloader
Diffstat (limited to 'php-phpspec-prophecy.spec')
-rw-r--r-- | php-phpspec-prophecy.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec index 28434fa..e066429 100644 --- a/php-phpspec-prophecy.spec +++ b/php-phpspec-prophecy.spec @@ -20,7 +20,7 @@ Name: php-phpspec-prophecy Version: 1.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Highly opinionated mocking framework for PHP Group: Development/Libraries @@ -134,6 +134,9 @@ rm -rf %{buildroot} %changelog +* Fri Mar 3 2017 Remi Collet <remi@remirepo.net> - 1.7.0-2 +- fix autoloader for dep. with multiple versions + * Fri Mar 3 2017 Remi Collet <remi@remirepo.net> - 1.7.0-1 - Update to 1.7.0 |