From 46ec00e590584352c5469651fa4b7e2404c03c1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Jan 2016 07:05:57 +0100 Subject: php-JsonSchema: 1.6.1 --- php-JsonSchema.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-JsonSchema.spec') diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec index 12f520e..bcfde58 100644 --- a/php-JsonSchema.spec +++ b/php-JsonSchema.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-JsonSchema # -# Copyright (c) 2012-2015 Shawn Iwinski +# Copyright (c) 2012-2016 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -12,10 +12,11 @@ %global github_owner justinrainbow %global github_name json-schema -%global github_version 1.6.0 -%global github_commit f9e27c3e202faf14fd581ef41355d83bb4b7eb7d +%global github_version 1.6.1 +%global github_commit cc84765fb7317f6b07bd8ac78364747f95b86341 %global github_short %(c=%{github_commit}; echo ${c:0:7}) +# Upstream recommends 5.3.29, ignored as test suite pass with 5.3.3 in RHEL-6 %global php_min_ver 5.3.2 %global lib_name JsonSchema @@ -131,6 +132,9 @@ fi %changelog +* Tue Jan 26 2016 Remi Collet - 1.6.1-1 +- update to 1.6.1 + * Thu Jan 7 2016 Remi Collet - 1.6.0-1 - update to 1.6.0 - use a git snapshot as upstream drop tests from distribution -- cgit