From ee4de5ddef848b425ed8a329d53e50102c19749e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Apr 2015 14:49:58 +0200 Subject: composer-1.0.0-0.3.20150426git1cb427f --- composer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index 28920fa..0e526d7 100644 --- a/composer.spec +++ b/composer.spec @@ -6,10 +6,10 @@ # # Please, preserve the changelog entries # -%global gh_commit 921b3a0eba139820716f7aeefb553197c14656d8 +%global gh_commit 1cb427ff5c0b977468643a39436f3b0a356fc8eb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 1.0-dev -%global gh_date 20150415 +%global gh_date 20150426 %global gh_owner composer %global gh_project composer %global with_tests %{?_without_tests:0}%{!?_without_tests:1} @@ -158,6 +158,9 @@ rm -rf %{buildroot} %changelog +* Mon Apr 27 2015 Remi Collet - 1.0.0-0.3.20150426git1cb427f +- new snapshot + * Fri Apr 17 2015 Remi Collet - 1.0.0-0.3.20150415git921b3a0 - new snapshot - raise dependency on justinrainbow/json-schema ~1.4 -- cgit