summaryrefslogtreecommitdiffstats
path: root/php-phpunit-PHPUnit.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-31 17:48:53 +0100
committerRemi Collet <fedora@famillecollet.com>2016-10-31 17:48:53 +0100
commit6ae9a865ffc5d89213e7e0dacc3e0133af2c8d1c (patch)
tree09f251f7344027d05100243401741a2a7d81de16 /php-phpunit-PHPUnit.spec
parent15fc400691d0cfe3dec58e19b99568904cf63972 (diff)
php-phpunit-PHPUnit: autoloader (very minor) fix, for phpci
Diffstat (limited to 'php-phpunit-PHPUnit.spec')
-rw-r--r--php-phpunit-PHPUnit.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index cd1ca2a..eea83d2 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -18,7 +18,7 @@
%global pear_channel pear.phpunit.de
%global major 5.6
%global minor 2
-%global specrel 1
+%global specrel 2
Name: php-phpunit-PHPUnit
Version: %{major}.%{minor}
@@ -237,6 +237,9 @@ fi
%changelog
+* Mon Oct 31 2016 Remi Collet <remi@fedoraproject.org> - 5.6.2-2
+- fix autoloader (don't use symfony one for symfony components)
+
* Tue Oct 25 2016 Remi Collet <remi@fedoraproject.org> - 5.6.2-1
- update to 5.6.2 (no change)
- switch to fedora/autoloader