From 22ea65012c1f3a139f4c08e442dbb77f5e2d9baf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Jan 2018 14:53:37 +0100 Subject: v1.7.1 --- .gitignore | 8 ++++++++ php-jsonlint.spec | 10 +++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc9aa8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +clog +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-jsonlint.spec b/php-jsonlint.spec index 5895b87..7be26eb 100644 --- a/php-jsonlint.spec +++ b/php-jsonlint.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-jsonlint # -# Copyright (c) 2013-2017 Shawn Iwinski +# Copyright (c) 2013-2018 Shawn Iwinski # Remi Collet # # License: MIT @@ -13,8 +13,8 @@ %global github_owner Seldaek %global github_name jsonlint -%global github_version 1.7.0 -%global github_commit 9b355654ea99460397b89c132b5c1087b6bf4473 +%global github_version 1.7.1 +%global github_commit d15f59a67ff805a44c50ea0516d2341740f81a38 # "php": "^5.3 || ^7.0" %global php_min_ver 5.3 @@ -70,6 +70,7 @@ This library is a port of the JavaScript jsonlint (https://github.com/zaach/jsonlint) library. Bin: %{_bindir}/jsonlint-php [1] + Autoloader: %{_datadir}/php/Seld/JsonLint/autoload.php [1] Package python2-demjson installs %{_bindir}/jsonlint so this package's bin @@ -133,6 +134,9 @@ exit $ret %changelog +* Wed Jan 24 2018 Remi Collet - 1.7.1-1 +- Update to 1.7.1 (no change) + * Thu Jan 4 2018 Remi Collet - 1.7.0-1 - Update to 1.7.0 -- cgit