From bd798569c522d945b4b1195cc1a63023321b118b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 22 Oct 2017 19:12:00 +0200 Subject: v5.2.6 --- php-justinrainbow-json-schema5.spec | 10 ++++++++-- 1 file 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 - 5.2.6-1 +- Update to 5.2.6 + +* Wed Oct 11 2017 Remi Collet - 5.2.5-1 +- Update to 5.2.5 + * Thu Oct 5 2017 Remi Collet - 5.2.4-1 - Update to 5.2.4 -- cgit