diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-08 08:56:41 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-08 08:56:41 +0100 |
commit | 833399ffdfded1cf21d488ae2d87387146f49c03 (patch) | |
tree | c8d798739f70b68762a80004ea77e9751d05272d | |
parent | d7c26bd68b32add7153b147f5a1695b626376f66 (diff) |
php-JsonSchema: 1.3.6 (backport)
-rw-r--r-- | php-JsonSchema.spec | 19 |
1 files 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 <remi@fedoraproject.org> - 1.3.6-1 +- backport 1.3.6 for remi repo. + +* Fri Mar 07 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.3.6-1 +- Updated to 1.3.6 (BZ #1073969) + * Mon Dec 30 2013 Remi Collet <remi@fedoraproject.org> - 1.3.5-1 - backport 1.3.5 for remi repo. |