From 85bca64ee0cbfd9a1d3589a4a5c2e4c7f84c0f24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 21 Nov 2016 22:53:39 +0200 Subject: [PATCH] 1.5.0 (2016-11-14) - Added support for PHP 7.1 (which converts `{"":""}` to an object property called `""` and not `"_empty_"` like 7.0 and below). --- php-seld-jsonlint.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-seld-jsonlint.spec b/php-seld-jsonlint.spec index c54a605..a43f540 100644 --- a/php-seld-jsonlint.spec +++ b/php-seld-jsonlint.spec @@ -5,12 +5,12 @@ %include /usr/lib/rpm/macros.php Summary: JSON Lint for PHP Name: php-seld-%{pkgname} -Version: 1.4.0 +Version: 1.5.0 Release: 1 License: MIT Group: Development/Languages/PHP Source0: https://github.com/Seldaek/jsonlint/archive/%{version}/%{pkgname}-%{version}.tar.gz -# Source0-md5: 2d1b0f04cb34a456d71e29a9650c87fc +# Source0-md5: 9c59f10b97fe4564df8ac91ab2c7ef32 URL: https://github.com/Seldaek/jsonlint BuildRequires: rpm-php-pearprov >= 4.4.2-11 BuildRequires: rpmbuild(macros) >= 1.461 -- 2.44.0