From 833399ffdfded1cf21d488ae2d87387146f49c03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 8 Mar 2014 08:56:41 +0100 Subject: php-JsonSchema: 1.3.6 (backport) --- php-JsonSchema.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec index 64a47dc..a2560a2 100644 --- a/php-JsonSchema.spec +++ b/php-JsonSchema.spec @@ -1,9 +1,10 @@ %global github_owner justinrainbow %global github_name json-schema -%global github_version 1.3.5 -%global github_commit 01949f6d2130e9737ffae5d3952909a8de70d114 +%global github_version 1.3.6 +%global github_commit d97cf3ce890fe80f247fc08594a1c8a1029fc7ed -%global php_min_ver 5.3.0 +# See https://github.com/justinrainbow/json-schema/pull/96 +%global php_min_ver 5.3.2 %global lib_name JsonSchema @@ -22,7 +23,7 @@ BuildArch: noarch # For tests BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-pear(pear.phpunit.de/PHPUnit) -# For tests: phpcompatinfo (computed from v1.3.5) +# For tests: phpcompatinfo (computed from v1.3.6) BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-filter @@ -32,7 +33,7 @@ BuildRequires: php-pcre BuildRequires: php-spl Requires: php(language) >= %{php_min_ver} -# phpcompatinfo (computed from v1.3.5) +# phpcompatinfo (computed from v1.3.6) Requires: php-curl Requires: php-filter Requires: php-json @@ -47,7 +48,7 @@ See http://json-schema.org for more details. %prep -%setup -q -n %{github_name}-%{github_commit} +%setup -qn %{github_name}-%{github_commit} # Clean up unnecessary files find . -type f -name '.git*' -delete @@ -99,6 +100,12 @@ rm -rf tests/JsonSchema/Tests/Drafts %changelog +* Sat Mar 8 2014 Remi Collet - 1.3.6-1 +- backport 1.3.6 for remi repo. + +* Fri Mar 07 2014 Shawn Iwinski - 1.3.6-1 +- Updated to 1.3.6 (BZ #1073969) + * Mon Dec 30 2013 Remi Collet - 1.3.5-1 - backport 1.3.5 for remi repo. -- cgit