diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-04 18:29:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-04 18:29:01 +0100 |
commit | 877f3036cf9b06ec0663ee0c9bbb00b86b58c539 (patch) | |
tree | 935e8753107257e5e171f465e9399f86364f7cbf /composer.spec | |
parent | 0fd9c96d5332701b4f8cd3e121d40708d52c8d34 (diff) |
composer-1.0.0-0.16.20151228git72cd6af
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 9223129..bde037e 100644 --- a/composer.spec +++ b/composer.spec @@ -6,10 +6,10 @@ # # Please, preserve the changelog entries # -%global gh_commit f25446e507a3f420b2b88e6dedc47787d42ea7e9 +%global gh_commit 72cd6afdfce16f36a9fd786bc1b2f32b851e764f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 1.0-dev -%global gh_date 20151215 +%global gh_date 20151228 %global gh_owner composer %global gh_project composer %global with_tests %{?_without_tests:0}%{!?_without_tests:1} @@ -222,6 +222,9 @@ rm -rf %{buildroot} %changelog +* Mon Jan 4 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.16.20151228git72cd6af +- new snapshot + * Tue Dec 15 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.16.20151215gitf25446e - new snapshot - raise dependency on seld/jsonlint ^1.4 |