From 3e2a5063e4effbc60399ced042a2d5a4c0272bc4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Jan 2015 09:26:05 +0100 Subject: php-jsonlint: 1.3.1 --- php-jsonlint.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/php-jsonlint.spec b/php-jsonlint.spec index 090ffb5..391dfd5 100644 --- a/php-jsonlint.spec +++ b/php-jsonlint.spec @@ -12,8 +12,8 @@ %global github_owner Seldaek %global github_name jsonlint -%global github_version 1.3.0 -%global github_commit a7bc2ec9520ad15382292591b617c43bdb1fec35 +%global github_version 1.3.1 +%global github_commit 863ae85c6d3ef60ca49cb12bd051c4a0648c40c4 # "php": ">=5.3.0" %global php_min_ver 5.3.0 @@ -40,12 +40,12 @@ BuildArch: noarch # For tests: composer.json BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-phpunit-PHPUnit -# For tests: phpcompatinfo (computed from version 1.3.0) +# For tests: phpcompatinfo (computed from version 1.3.1) BuildRequires: php-pcre %endif Requires: php(language) >= %{php_min_ver} -# phpcompatinfo (computed from version 1.3.0) +# phpcompatinfo (computed from version 1.3.1) Requires: php-pcre Provides: php-composer(seld/jsonlint) = %{version} @@ -89,9 +89,6 @@ spl_autoload_register(function ($class) { }); AUTOLOAD -# Create PHPUnit config w/ colors turned off -sed 's/colors\s*=\s*"true"/colors="false"/' phpunit.xml.dist > phpunit.xml - %{_bindir}/phpunit --bootstrap=./autoload.php --include-path %{buildroot}%{_datadir}/php . %else : Tests skipped @@ -109,6 +106,9 @@ sed 's/colors\s*=\s*"true"/colors="false"/' phpunit.xml.dist > phpunit.xml %changelog +* Mon Jan 5 2015 Remi Collet - 1.3.1-1 +- Updated to 1.3.1 + * Thu Sep 11 2014 Shawn Iwinski - 1.3.0-1 - Updated to 1.3.0 (BZ #1138911) -- cgit