summaryrefslogtreecommitdiffstats
path: root/composer.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-17 10:09:49 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-17 10:09:49 +0200
commit8e024151a911bf568af1aa2b6f0f0ec712e15759 (patch)
treee020fe11f872c26c1bc955096be81fb41e77cfa4 /composer.spec
parent08684b7217d4f9143844b0f06be58d7e88b7b26b (diff)
composer 1.0.0-0.3.20150415git921b3a0
Diffstat (limited to 'composer.spec')
-rw-r--r--composer.spec15
1 files changed, 10 insertions, 5 deletions
diff --git a/composer.spec b/composer.spec
index 3b114c7..a16c89c 100644
--- a/composer.spec
+++ b/composer.spec
@@ -6,10 +6,10 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 4d134ce8a2aacb9566fee8deb8c514248fd2a983
+%global gh_commit 921b3a0eba139820716f7aeefb553197c14656d8
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_branch 1.0-dev
-%global gh_date 20150408
+%global gh_date 20150415
%global gh_owner composer
%global gh_project composer
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
@@ -32,7 +32,7 @@ Patch0: %{name}-rpm.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%if %{with_tests}
-BuildRequires: php-composer(justinrainbow/json-schema) >= 1.3
+BuildRequires: php-composer(justinrainbow/json-schema) >= 1.4
BuildRequires: php-composer(seld/jsonlint) >= 1.0
BuildRequires: php-composer(symfony/console) >= 2.5
BuildRequires: php-composer(symfony/finder) >= 2.2
@@ -43,13 +43,13 @@ BuildRequires: %{_bindir}/phpunit
# From composer.json, requires
# "php": ">=5.3.2",
-# "justinrainbow/json-schema": "~1.3",
+# "justinrainbow/json-schema": "~1.4",
# "seld/jsonlint": "~1.0",
# "symfony/console": "~2.5",
# "symfony/finder": "~2.2",
# "symfony/process": "~2.1"
Requires: php(language) >= 5.3.2
-Requires: php-composer(justinrainbow/json-schema) >= 1.3
+Requires: php-composer(justinrainbow/json-schema) >= 1.4
Requires: php-composer(justinrainbow/json-schema) < 2
Requires: php-composer(seld/jsonlint) >= 1.0
Requires: php-composer(seld/jsonlint) < 2
@@ -157,6 +157,11 @@ rm -rf %{buildroot}
%changelog
+* Fri Apr 17 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.3.20150415git921b3a0
+- new snapshot
+- raise dependency on justinrainbow/json-schema ~1.4
+- keep upstream shebang with /usr/bin/env (for SCL)
+
* Thu Apr 9 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.3.20150408git4d134ce
- new snapshot
- lower dependency on justinrainbow/json-schema ~1.3