From 654b2da302ae17bf4022e00651dbc5dbfc36b639 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Mar 2015 15:59:39 +0100 Subject: composer-1.0.0-0.3.20150324gitc5cd184 --- composer.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/composer.spec b/composer.spec index e4fed39..09ccb7d 100644 --- a/composer.spec +++ b/composer.spec @@ -6,17 +6,17 @@ # # Please, preserve the changelog entries # -%global gh_commit 829199c0530ea131262c804924f921447c71d4e8 +%global gh_commit c5cd184767001f34177da99e91f7a6dcf8ad27f6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 1.0-dev -%global gh_date 20150316 +%global gh_date 20150324 %global gh_owner composer %global gh_project composer %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: composer Version: 1.0.0 -Release: 0.2.%{gh_date}git%{gh_short}%{?dist} +Release: 0.3.%{gh_date}git%{gh_short}%{?dist} Summary: Dependency Manager for PHP Group: Development/Libraries @@ -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,7 +157,11 @@ rm -rf %{buildroot} %changelog -* Wed Mar 4 2015 Remi Collet - 1.0.0-0.2.20150316git829199c +* Tue Mar 24 2015 Remi Collet - 1.0.0-0.3.20150324gitc5cd184 +- new snapshot +- raise dependency on justinrainbow/json-schema ~1.4 + +* Thu Mar 19 2015 Remi Collet - 1.0.0-0.2.20150316git829199c - new snapshot * Wed Mar 4 2015 Remi Collet - 1.0.0-0.2.20150302giteadc167 -- cgit