diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-22 19:12:00 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-22 19:12:00 +0200 |
commit | bd798569c522d945b4b1195cc1a63023321b118b (patch) | |
tree | 9fe4f5bbe5904665bd68456330cc75f869fcae63 | |
parent | c05e860eeaf9cee95c470c50adf6770f016307f0 (diff) |
v5.2.6
-rw-r--r-- | php-justinrainbow-json-schema5.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 33342f2..15cbf8b 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -6,14 +6,14 @@ # # Please, preserve the changelog entries # -%global gh_commit 7ccb0e67ea8ace0f84c40900ca3c8a234467628c +%global gh_commit d283e11b6e14c6f4664cf080415c4341293e5bbd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner justinrainbow %global gh_project json-schema %global php_home %{_datadir}/php %global with_tests 0%{!?_without_tests:1} %global major 5 -%global minor 2.4 +%global minor 2.6 # Some sample files, only used for tests @@ -180,6 +180,12 @@ exit $ret %changelog +* Sun Oct 22 2017 Remi Collet <remi@remirepo.net> - 5.2.6-1 +- Update to 5.2.6 + +* Wed Oct 11 2017 Remi Collet <remi@remirepo.net> - 5.2.5-1 +- Update to 5.2.5 + * Thu Oct 5 2017 Remi Collet <remi@remirepo.net> - 5.2.4-1 - Update to 5.2.4 |