From 67317a3032a99049a9e821d6a7b03abc6d54097e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 28 Feb 2015 08:12:29 +0100 Subject: composer: 45b1f35 --- Makefile | 2 ++ composer.spec | 9 ++++++--- 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 - 1.0.0-0.2.20150227git45b1f35 +- new snapshot + * Thu Feb 26 2015 Remi Collet - 1.0.0-0.1.20150225gite5985a9 - Initial package \ No newline at end of file -- cgit