[php-jsonlint] Updated to upstream version 1.1.2

Shawn Iwinski siwinski at fedoraproject.org
Fri Nov 15 20:35:11 UTC 2013


commit 29f5176a71e4813ea7ecee9123d8f7462deb75f4
Author: Shawn Iwinski <siwinski at redhat.com>
Date:   Fri Nov 15 15:35:19 2013 -0500

    Updated to upstream version 1.1.2
    
    - php-common => php(language)

 .gitignore        |    1 +
 php-jsonlint.spec |   20 ++++++++++++--------
 sources           |    1 +
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0372391..f15ade3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /1.1.0.tar.gz
 /php-jsonlint-1.1.1-2b5b57008ec93148fa46110d42c7a201a6677fe0.tar.gz
+/php-jsonlint-1.1.2-7cd4c4965e17e6e4c07f26d566619a4c76f8c672.tar.gz
diff --git a/php-jsonlint.spec b/php-jsonlint.spec
index 9b15bb3..f1fbef1 100644
--- a/php-jsonlint.spec
+++ b/php-jsonlint.spec
@@ -1,13 +1,13 @@
 %global github_owner   Seldaek
 %global github_name    jsonlint
-%global github_version 1.1.1
-%global github_commit  2b5b57008ec93148fa46110d42c7a201a6677fe0
+%global github_version 1.1.2
+%global github_commit  7cd4c4965e17e6e4c07f26d566619a4c76f8c672
 
 %global php_min_ver    5.3.0
 
 Name:          php-%{github_name}
 Version:       %{github_version}
-Release:       2%{?dist}
+Release:       1%{?dist}
 Summary:       JSON Lint for PHP
 
 Group:         Development/Libraries
@@ -17,13 +17,13 @@ Source0:       %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{githu
 
 BuildArch:     noarch
 # For tests
-BuildRequires: php-common >= %{php_min_ver}
+BuildRequires: php(language) >= %{php_min_ver}
 BuildRequires: php-pear(pear.phpunit.de/PHPUnit)
-# For tests: phpci
+# For tests: phpcompatinfo
 BuildRequires: php-pcre
 
-Requires:      php-common >= %{php_min_ver}
-# phpci
+Requires:      php(language) >= %{php_min_ver}
+# phpcompatinfo
 Requires:      php-pcre
 
 %description
@@ -62,12 +62,16 @@ cp -rp src/Seld/JsonLint %{buildroot}%{_datadir}/php/Seld/
 
 
 %files
-%doc LICENSE README.mdown composer.json
+%doc LICENSE *.mdown composer.json
 %dir %{_datadir}/php/Seld
      %{_datadir}/php/Seld/JsonLint
 
 
 %changelog
+* Fri Nov 15 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.1.2-1
+- Updated to upstream version 1.1.2
+- php-common => php(language)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index ded7fbd..4327971 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 289af78b879b8bb138c17a615c5fc0bf  1.1.0.tar.gz
 9fa04f4aa8b8abe168baec157eab7c7d  php-jsonlint-1.1.1-2b5b57008ec93148fa46110d42c7a201a6677fe0.tar.gz
+314e59b61549d1dcc3cb0df33f1a8fbd  php-jsonlint-1.1.2-7cd4c4965e17e6e4c07f26d566619a4c76f8c672.tar.gz


More information about the scm-commits mailing list