diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-27 15:45:21 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-27 15:45:21 +0100 |
commit | 8c80d92ac34668588257ded151a63c923bbf7a48 (patch) | |
tree | 1b214bc907907fff1de81930d3991970e7d6a66a /composer.spec | |
parent | 9d4b3e82b2d67758b9170c3dbd3053d03b51a2f5 (diff) |
composer-1.0.0-0.19.20160127gitcd21505
Diffstat (limited to 'composer.spec')
-rw-r--r-- | composer.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.spec b/composer.spec index 7222dd2..02556a0 100644 --- a/composer.spec +++ b/composer.spec @@ -6,10 +6,10 @@ # # Please, preserve the changelog entries # -%global gh_commit bda2c0f9b7dfc24616fe273d06f816a61abec9ef +%global gh_commit cd21505c8d58499a9b4d38573881cfec49c51ffd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 1.0-dev -%global gh_date 20160109 +%global gh_date 20160127 %global gh_owner composer %global gh_project composer %global with_tests %{?_without_tests:0}%{!?_without_tests:1} @@ -221,6 +221,9 @@ rm -rf %{buildroot} %changelog +* Wed Jan 27 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.19.20160127gitcd21505 +- new snapshot + * Sun Jan 10 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.19.20160109gitbda2c0f - new snapshot - raise dependency on justinrainbow/json-schema ^1.6 |