diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-06-07 19:54:30 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-06-07 19:54:30 +0200 | 
| commit | 2cd2e232e3f8cfa99c5c3a7bccb5254056357991 (patch) | |
| tree | 7ca4d84688c9289f2668c355f0ee5be320ffafb4 | |
| parent | 16bde4d030036ce4125fb4424238fc5e511e750a (diff) | |
composer-1.0.0-0.5.20150605git9fb2d4f
| -rw-r--r-- | composer.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.spec b/composer.spec index 4c200d2..de48fb2 100644 --- a/composer.spec +++ b/composer.spec @@ -6,10 +6,10 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    0ec86be5e988261e8b625ac696d566afa2c35faf +%global gh_commit    9fb2d4f2d642a0749decb41bc2fe4be2bf8bef7a  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_branch    1.0-dev -%global gh_date      20150531 +%global gh_date      20150605  %global gh_owner     composer  %global gh_project   composer  %global with_tests   %{?_without_tests:0}%{!?_without_tests:1} @@ -164,6 +164,9 @@ rm -rf %{buildroot}  %changelog +* Sun Jun  7 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.5.20150605git9fb2d4f +- new snapshot +  * Tue Jun  2 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.5.20150531git0ec86be  - new snapshot  | 
