[php-JsonSchema] Updated to 1.3.5

Shawn Iwinski siwinski at fedoraproject.org
Sun Dec 29 15:17:39 UTC 2013


commit c81d27816d4ebb105251f614ef4981915273a2f8
Author: Shawn Iwinski <siwinski at redhat.com>
Date:   Sun Dec 29 10:17:00 2013 -0500

    Updated to 1.3.5

 .gitignore          |    1 +
 php-JsonSchema.spec |   11 +++++++----
 sources             |    1 +
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6cb882f..0ef7d8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /php-JsonSchema-1.3.2-3ec2db504e7a79d6504ad8172a706adec5eec681.tar.gz
 /php-JsonSchema-1.3.3-56fe099669ff3ec3be859ec02e3da965a720184d.tar.gz
 /php-JsonSchema-1.3.4-ad8b959e5962624004738d50a2d8e83c5668e143.tar.gz
+/php-JsonSchema-1.3.5-01949f6d2130e9737ffae5d3952909a8de70d114.tar.gz
diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec
index a5fab2a..c383c73 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.4
-%global github_commit  ad8b959e5962624004738d50a2d8e83c5668e143
+%global github_version 1.3.5
+%global github_commit  01949f6d2130e9737ffae5d3952909a8de70d114
 
 %global php_min_ver    5.3.0
 
@@ -21,7 +21,7 @@ BuildArch: noarch
 # For tests
 BuildRequires: php(language) >= %{php_min_ver}
 BuildRequires: php-pear(pear.phpunit.de/PHPUnit)
-# For tests: phpcompatinfo
+# For tests: phpcompatinfo (computed from v1.3.5)
 BuildRequires: php-curl
 BuildRequires: php-date
 BuildRequires: php-filter
@@ -31,7 +31,7 @@ BuildRequires: php-pcre
 BuildRequires: php-spl
 
 Requires:      php(language) >= %{php_min_ver}
-# phpcompatinfo
+# phpcompatinfo (computed from v1.3.5)
 Requires:      php-curl
 Requires:      php-filter
 Requires:      php-json
@@ -97,6 +97,9 @@ rm -rf tests/JsonSchema/Tests/Drafts
 
 
 %changelog
+* Sun Dec 29 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.3.5-1
+- Updated to 1.3.5
+
 * Mon Dec 09 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.3.4-1
 - Updated to 1.3.4
 - php-common => php(language)
diff --git a/sources b/sources
index 5fdef3a..48ad096 100644
--- a/sources
+++ b/sources
@@ -5,3 +5,4 @@ d39aa911f107567e14bdc668be4d4ce2  php-JsonSchema-1.3.1-40cb851130a4cdbff7f680b77
 7970daea742784708e84be2083b2c099  php-JsonSchema-1.3.2-3ec2db504e7a79d6504ad8172a706adec5eec681.tar.gz
 521f68bcae24e3dea40acab8c96260c8  php-JsonSchema-1.3.3-56fe099669ff3ec3be859ec02e3da965a720184d.tar.gz
 8ef3ea842e20b27697e112243233c376  php-JsonSchema-1.3.4-ad8b959e5962624004738d50a2d8e83c5668e143.tar.gz
+246626fb649b93c8cdf8f6b98f63870f  php-JsonSchema-1.3.5-01949f6d2130e9737ffae5d3952909a8de70d114.tar.gz


More information about the scm-commits mailing list