diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-05 09:40:11 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-05 09:40:11 +0100 |
commit | 7f815979280e0c5109351e66055e390b6666edd3 (patch) | |
tree | 4b2fa4d29723244525fcc58dd11d779941fdfbab | |
parent | 3e2a5063e4effbc60399ced042a2d5a4c0272bc4 (diff) |
php-jsonlint: year++
-rw-r--r-- | php-jsonlint.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-jsonlint.spec b/php-jsonlint.spec index 391dfd5..23c67e0 100644 --- a/php-jsonlint.spec +++ b/php-jsonlint.spec @@ -1,7 +1,7 @@ # # RPM spec file for php-jsonlint # -# Copyright (c) 2013-2014 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2013-2015 Shawn Iwinski <shawn.iwinski@gmail.com> # Remi Collet <remi@fedoraproject.org> # # License: MIT @@ -89,7 +89,7 @@ spl_autoload_register(function ($class) { }); AUTOLOAD -%{_bindir}/phpunit --bootstrap=./autoload.php --include-path %{buildroot}%{_datadir}/php . +%{_bindir}/phpunit --bootstrap ./autoload.php --include-path %{buildroot}%{_datadir}/php . %else : Tests skipped %endif |