diff options
-rw-r--r-- | php-justinrainbow-json-schema5.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 71df90f..33342f2 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 b80053b620826810b38211b3c5f935ba9cddf6b3 +%global gh_commit 7ccb0e67ea8ace0f84c40900ca3c8a234467628c %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.2 +%global minor 2.4 # Some sample files, only used for tests @@ -180,6 +180,9 @@ exit $ret %changelog +* Thu Oct 5 2017 Remi Collet <remi@remirepo.net> - 5.2.4-1 +- Update to 5.2.4 + * Tue Oct 3 2017 Remi Collet <remi@remirepo.net> - 5.2.2-1 - Update to 5.2.2 |