From 7f815979280e0c5109351e66055e390b6666edd3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Jan 2015 09:40:11 +0100 Subject: php-jsonlint: year++ --- php-jsonlint.spec | 4 ++-- 1 file 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 +# Copyright (c) 2013-2015 Shawn Iwinski # Remi Collet # # 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 -- cgit