summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-02-28 08:12:29 +0100
committerRemi Collet <fedora@famillecollet.com>2015-02-28 08:12:29 +0100
commit67317a3032a99049a9e821d6a7b03abc6d54097e (patch)
tree66fc3b4d4fc12216f9e22ff2266fb18faab63b97
parent4b15e8376638b7c73fec5f5214284ed382bf503a (diff)
composer: 45b1f35
-rw-r--r--Makefile2
-rw-r--r--composer.spec9
2 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1e65467..f8bd3a7 100644
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,5 @@ SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
include ../common/Makefile
+version:
+ wget https://getcomposer.org/version -q -O -
diff --git a/composer.spec b/composer.spec
index 59e9ad5..594da2f 100644
--- a/composer.spec
+++ b/composer.spec
@@ -6,17 +6,17 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit e5985a9b559747a5f3868361ff26c31818d8c184
+%global gh_commit 45b1f356c24d87788a339f6a50d6d78bef464c47
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_branch 1.0-dev
-%global gh_date 20150225
+%global gh_date 20150227
%global gh_owner composer
%global gh_project composer
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: composer
Version: 1.0.0
-Release: 0.1.%{gh_date}git%{gh_short}%{?dist}
+Release: 0.2.%{gh_date}git%{gh_short}%{?dist}
Summary: Dependency Manager for PHP
Group: Development/Libraries
@@ -156,5 +156,8 @@ rm -rf %{buildroot}
%changelog
+* Sat Feb 28 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.2.20150227git45b1f35
+- new snapshot
+
* Thu Feb 26 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.1.20150225gite5985a9
- Initial package \ No newline at end of file