diff options
Diffstat (limited to 'composer.spec')
-rw-r--r-- | composer.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/composer.spec b/composer.spec index adffe98..dae59a7 100644 --- a/composer.spec +++ b/composer.spec @@ -6,19 +6,17 @@ # # Please, preserve the changelog entries # -%global gh_commit 91d92c4ff80e4c6573a4dc91aee08e50d2617d30 +%global gh_commit 32df3aa8cdbdaa16df9491b5e672e81c87f94c78 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 1.0-dev -#global gh_date 20160220 %global gh_owner composer %global gh_project composer %global with_tests %{?_without_tests:0}%{!?_without_tests:1} %global api_version 1.0.0 -%global prever beta2 Name: composer Version: 1.0.0 -Release: 0.22.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}%{?dist} +Release: 1%{?dist} Summary: Dependency Manager for PHP Group: Development/Libraries @@ -221,6 +219,9 @@ rm -rf %{buildroot} %changelog +* Tue Apr 5 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-1 +- update to 1.0.0 + * Tue Mar 29 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.22.beta2 - update to 1.0.0beta2 |