]> git.pld-linux.org Git - packages/composer.git/commitdiff
use json-schema >= 1.3 auto/th/composer-1.0.0-12.alpha9.216.g5744981
authorElan Ruusamäe <glen@delfi.ee>
Wed, 18 Feb 2015 12:27:42 +0000 (14:27 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 18 Feb 2015 12:28:32 +0000 (14:28 +0200)
https://github.com/composer/composer/commit/bf32d2b83ce52a1cf79e4ee7310e405bf92f1eae
https://github.com/composer/composer/commit/b20153111b8c5256120d1383ab2303b65b8c5d9a

composer.spec

index 6639fef0ac23bb78596b1ff083f095a478d17cec..68592b1e7d1357fbb3bc79a87b3b3eaa31707080 100644 (file)
@@ -4,7 +4,7 @@
 # Conditional build:
 %bcond_with    bootstrap               # build boostrap
 
 # Conditional build:
 %bcond_with    bootstrap               # build boostrap
 
-%define                rel             11
+%define                rel             12
 # $ git rev-list 1.0.0-alpha9..%{githash} --count
 %define                commits 216
 %define                githash 5744981
 # $ git rev-list 1.0.0-alpha9..%{githash} --count
 %define                commits 216
 %define                githash 5744981
@@ -64,7 +64,7 @@ Requires:     php(spl)
 Requires:      php(zip)
 Requires:      php(zlib)
 %if %{without bootstrap}
 Requires:      php(zip)
 Requires:      php(zlib)
 %if %{without bootstrap}
-Requires:      php-justinrainbow-json-schema >= 1.1.0
+Requires:      php-justinrainbow-json-schema >= 1.3
 Requires:      php-seld-jsonlint >= 1.1.2
 Requires:      php-symfony2-Console >= 2.3
 Requires:      php-symfony2-Finder >= 2.2
 Requires:      php-seld-jsonlint >= 1.1.2
 Requires:      php-symfony2-Console >= 2.3
 Requires:      php-symfony2-Finder >= 2.2
This page took 0.14941 seconds and 4 git commands to generate.