[php-JsonSchema] Updated to upstream version 1.3.0

Shawn Iwinski siwinski at fedoraproject.org
Mon Feb 25 02:40:07 UTC 2013


commit 0126ebd9345e8931adf1e3867e7ffe7833c461b1
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Feb 24 21:39:51 2013 -0500

    Updated to upstream version 1.3.0

 .gitignore          |    1 +
 php-JsonSchema.spec |   15 +++++++++------
 sources             |    1 +
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 72e7e31..5c4c2d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /1.2.2.tar.gz
 /php-JsonSchema-1.2.4-e26066573e11fef790ec9bdfaf7c98ccf35728d9.tar.gz
+/php-JsonSchema-1.3.0-93907953341530a748aa88a5380c418eb774b895.tar.gz
diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec
index e886dab..a95a9c2 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
 
@@ -18,10 +18,10 @@ URL:           https://github.com/%{github_owner}/%{github_name}
 Source0:       %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz
 
 BuildArch: noarch
-# Test build requires
+# For tests
 BuildRequires: php-common >= %{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
@@ -84,15 +84,18 @@ cp -rp src/%{lib_name} %{buildroot}%{_datadir}/php/
 
 
 %changelog
+* Sun Feb 24 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.3.0-1
+- Updated to upstream version 1.3.0
+
 * Mon Feb 04 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.2.4-1
 - Updated to upstream version 1.2.4
 - Updates per new Fedora packaging guidelines for Git repos
 
-* Sun Dec  9 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 1.2.2-2
+* Sun Dec 09 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 1.2.2-2
 - Fixed failing Mock/Koji builds
 - Removed "docs" directory from %%doc
 
-* Sat Dec  8 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 1.2.2-1
+* Sat Dec 08 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 1.2.2-1
 - Updated to upstream version 1.2.2
 - Added php-ctype require
 - Added PSR-0 autoloader for tests
diff --git a/sources b/sources
index 063df86..23ec40a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 7dc9aeab73ff02dc0be1ff3c3db8e8cb  1.2.2.tar.gz
 56f1d82091fff9f3b3f491ecde14efe3  php-JsonSchema-1.2.4-e26066573e11fef790ec9bdfaf7c98ccf35728d9.tar.gz
+ffe15f72e1c9a5c7995b9cb0437f00bd  php-JsonSchema-1.3.0-93907953341530a748aa88a5380c418eb774b895.tar.gz


More information about the scm-commits mailing list