summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-24 14:53:37 +0100
committerRemi Collet <remi@remirepo.net>2018-01-24 14:53:37 +0100
commit22ea65012c1f3a139f4c08e442dbb77f5e2d9baf (patch)
tree16f2f0496a8f17dc1274b4a06ca04cdcd720c4ba
parent6b32d19429b90307d92dc52c42c995125298a35e (diff)
v1.7.1
-rw-r--r--.gitignore8
-rw-r--r--php-jsonlint.spec10
2 files changed, 15 insertions, 3 deletions
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 <shawn.iwinski@gmail.com>
+# Copyright (c) 2013-2018 Shawn Iwinski <shawn.iwinski@gmail.com>
# Remi Collet <remi@fedoraproject.org>
#
# 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 <remi@remirepo.net> - 1.7.1-1
+- Update to 1.7.1 (no change)
+
* Thu Jan 4 2018 Remi Collet <remi@remirepo.net> - 1.7.0-1
- Update to 1.7.0