summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-11-16 06:46:55 +0100
committerRemi Collet <fedora@famillecollet.com>2013-11-16 06:46:55 +0100
commitaf3df771350c7df0bab903e352b1ad37e68998fe (patch)
treeeb14468c37ace32dbcfad4f076c8abdbf7b980cf
parentc61e3c0ed6b8aeb2d8f276fd71c9f71850601ce4 (diff)
php-jsonlint: 1.1.2 (backport)
-rw-r--r--php-jsonlint.spec17
1 files changed, 12 insertions, 5 deletions
diff --git a/php-jsonlint.spec b/php-jsonlint.spec
index c084b4b..65c3342 100644
--- a/php-jsonlint.spec
+++ b/php-jsonlint.spec
@@ -1,7 +1,7 @@
%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
@@ -20,11 +20,11 @@ BuildArch: noarch
# For tests
BuildRequires: php(language) >= %{php_min_ver}
BuildRequires: php-pear(pear.phpunit.de/PHPUnit)
-# For tests: phpci
+# For tests: phpcompatinfo
BuildRequires: php-pcre
Requires: php(language) >= %{php_min_ver}
-# phpci
+# phpcompatinfo
Requires: php-pcre
%description
@@ -64,12 +64,19 @@ cp -rp src/Seld/JsonLint %{buildroot}%{_datadir}/php/Seld/
%files
%defattr(-,root,root,-)
-%doc LICENSE README.mdown composer.json
+%doc LICENSE *.mdown composer.json
%dir %{_datadir}/php/Seld
%{_datadir}/php/Seld/JsonLint
%changelog
+* Sat Nov 16 2013 Remi Collet <RPMS@FamilleCollet.com> - 1.1.2-1
+- backport 1.1.2 for remi repo
+
+* Fri Nov 15 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 1.1.2-1
+- Updated to upstream version 1.1.2
+- php-common => php(language)
+
* Wed Feb 13 2013 Remi Collet <RPMS@FamilleCollet.com> - 1.1.1-1
- backport 1.1.1 for remi repo