From c7c5a5890ac5dea7117722b8982f679f50272a47 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 May 2015 10:02:27 +0200 Subject: php-seld-cli-prompt: 1.0.0 - New package --- composer.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index 0e526d7..9d12fc3 100644 --- a/composer.spec +++ b/composer.spec @@ -6,10 +6,10 @@ # # Please, preserve the changelog entries # -%global gh_commit 1cb427ff5c0b977468643a39436f3b0a356fc8eb +%global gh_commit 42a9561ae23b236da1d5a4acf50f7ea96ebe68aa %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 1.0-dev -%global gh_date 20150426 +%global gh_date 20150503 %global gh_owner composer %global gh_project composer %global with_tests %{?_without_tests:0}%{!?_without_tests:1} @@ -47,7 +47,9 @@ BuildRequires: %{_bindir}/phpunit # "seld/jsonlint": "~1.0", # "symfony/console": "~2.5", # "symfony/finder": "~2.2", -# "symfony/process": "~2.1" +# "symfony/process": "~2.1", +# "seld/phar-utils": "~1.0", +# "seld/cli-prompt": "~1.0" Requires: php(language) >= 5.3.2 Requires: php-cli Requires: php-composer(justinrainbow/json-schema) >= 1.4 @@ -158,6 +160,9 @@ rm -rf %{buildroot} %changelog +* Mon May 4 2015 Remi Collet - 1.0.0-0.3.20150503git42a9561 +- new snapshot + * Mon Apr 27 2015 Remi Collet - 1.0.0-0.3.20150426git1cb427f - new snapshot -- cgit