[php-JsonSchema] Updated to 1.3.3

Shawn Iwinski siwinski at fedoraproject.org
Mon Aug 12 00:29:58 UTC 2013


commit db8e81f8014e2119576685979eb8343364971454
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Aug 11 20:29:49 2013 -0400

    Updated to 1.3.3

 php-JsonSchema.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec
index e26cad0..db52942 100644
--- a/php-JsonSchema.spec
+++ b/php-JsonSchema.spec
@@ -1,7 +1,7 @@
 %global github_owner   justinrainbow
 %global github_name    json-schema
-%global github_version 1.3.2
-%global github_commit  3ec2db504e7a79d6504ad8172a706adec5eec681
+%global github_version 1.3.3
+%global github_commit  56fe099669ff3ec3be859ec02e3da965a720184d
 
 %global php_min_ver    5.3.0
 
@@ -9,7 +9,7 @@
 
 Name:          php-%{lib_name}
 Version:       %{github_version}
-Release:       2%{?dist}
+Release:       1%{?dist}
 Summary:       PHP implementation of JSON schema
 
 Group:         Development/Libraries
@@ -24,22 +24,22 @@ BuildRequires: php-pear(pear.phpunit.de/DbUnit)
 BuildRequires: php-pear(pear.phpunit.de/PHPUnit)
 BuildRequires: php-pear(pear.phpunit.de/PHPUnit_Selenium)
 BuildRequires: php-pear(pear.phpunit.de/PHPUnit_Story)
-# For tests: phpci
+# For tests: phpcompatinfo
 BuildRequires: php-curl
+BuildRequires: php-filter
 BuildRequires: php-json
 BuildRequires: php-mbstring
 BuildRequires: php-pcre
 BuildRequires: php-spl
-%{?fedora:BuildRequires: php-filter}
 
 Requires:      php-common >= %{php_min_ver}
-# phpci
+# phpcompatinfo
 Requires:      php-curl
+Requires:      php-filter
 Requires:      php-json
 Requires:      php-mbstring
 Requires:      php-pcre
 Requires:      php-spl
-%{?fedora:Requires: php-filter}
 
 %description
 A PHP implementation for validating JSON structures against a given schema.
@@ -91,6 +91,9 @@ rm -f tests/JsonSchema/Tests/Drafts/Draft3Test.php \
 
 
 %changelog
+* Sun Aug 11 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.3.3-1
+- Updated to 1.3.3
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list