summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-02-26 15:24:31 +0100
committerRemi Collet <fedora@famillecollet.com>2013-02-26 15:24:31 +0100
commit7114542cf4cdf54786bbb56b55ccfab602305fea (patch)
treeb51bf7fbb0b476b410e828eeaca90a58810eb1fa
parentfeead74d422d3c3704c8ef264fcd99594e5ac11b (diff)
php-JsonSchema: 1.3., backport
-rw-r--r--php-JsonSchema.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec
index 562e2c9..18eb143 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.2.4
-%global github_commit e26066573e11fef790ec9bdfaf7c98ccf35728d9
+%global github_version 1.3.0
+%global github_commit 93907953341530a748aa88a5380c418eb774b895
%global php_min_ver 5.3.3
@@ -19,10 +19,10 @@ Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{githu
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-# Test build requires
+# For tests
BuildRequires: php(language) >= %{php_min_ver}
BuildRequires: php-pear(pear.phpunit.de/PHPUnit)
-# Test build requires: phpci
+# For tests: phpci
BuildRequires: php-ctype
BuildRequires: php-curl
BuildRequires: php-json
@@ -86,6 +86,12 @@ cp -rp src/%{lib_name} %{buildroot}%{_datadir}/php/
%changelog
+* Tue Feb 26 2013 Remi Collet <remi@fedoraproject.org> - 1.3.0-1
+- backport 1.3.0 for remi repo.
+
+* Sun Feb 24 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 1.3.0-1
+- Updated to upstream version 1.3.0
+
* Thu Feb 7 2013 Remi Collet <remi@fedoraproject.org> - 1.2.4-1
- backport 1.2.4 for remi repo.