summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-23 07:32:27 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-23 07:32:27 +0100
commitfa365accca425e690dee0a641999622e98f944ac (patch)
treeadaa4a5464f826f55a63c3e1c415b84d59fc775a
parent7114542cf4cdf54786bbb56b55ccfab602305fea (diff)
php-JsonSchema: 1.3.1 (backport)
-rw-r--r--php-JsonSchema.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec
index 18eb143..3c10d48 100644
--- a/php-JsonSchema.spec
+++ b/php-JsonSchema.spec
@@ -1,9 +1,9 @@
%global github_owner justinrainbow
%global github_name json-schema
-%global github_version 1.3.0
-%global github_commit 93907953341530a748aa88a5380c418eb774b895
+%global github_version 1.3.1
+%global github_commit 40cb851130a4cdbff7f680b77f6979b0e785c544
-%global php_min_ver 5.3.3
+%global php_min_ver 5.3.0
%global lib_name JsonSchema
@@ -86,6 +86,12 @@ cp -rp src/%{lib_name} %{buildroot}%{_datadir}/php/
%changelog
+* Sat Mar 23 2013 Remi Collet <remi@fedoraproject.org> - 1.3.1-1
+- backport 1.3.1 for remi repo.
+
+* Thu Mar 21 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 1.3.1-1
+- Updated to upstream version 1.3.1
+
* Tue Feb 26 2013 Remi Collet <remi@fedoraproject.org> - 1.3.0-1
- backport 1.3.0 for remi repo.