diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-05 08:49:47 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-05 08:49:47 +0200 |
commit | c05e860eeaf9cee95c470c50adf6770f016307f0 (patch) | |
tree | aff81860e81cf49ea17d21141d3c361796dd7078 | |
parent | 90cf20cc16dd45dde59f4a0fafb0879b07c9c400 (diff) |
5.2.4
-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 |