From 19aa30ed2f342f71024899704e3f4d7db180e499 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 13 Feb 2016 18:13:41 +0100 Subject: composer: test build --- composer.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index 66de997..9b0a5cd 100644 --- a/composer.spec +++ b/composer.spec @@ -6,10 +6,10 @@ # # Please, preserve the changelog entries # -%global gh_commit 25e089eee90799ed0f6046dfd17521804b113f25 +%global gh_commit 7420265c0defbf70bcea598792ab6728216f73b3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 1.0-dev -%global gh_date 20160212 +%global gh_date 20160213 %global gh_owner composer %global gh_project composer %global with_tests %{?_without_tests:0}%{!?_without_tests:1} @@ -30,10 +30,6 @@ Source2: %{name}-bootstrap.php # Use our autoloader, resources path, fix for tests Patch0: %{name}-rpm.patch -# See https://github.com/composer/composer/pull/4912 -Patch1: %{name}-pr4912.patch -# See https://github.com/composer/composer/pull/4913 -Patch2: %{name}-pr4913.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -140,8 +136,6 @@ Documentation: https://getcomposer.org/doc/ %setup -q -n %{gh_project}-%{gh_commit} %patch0 -p1 -b .rpm -%patch1 -p1 -b .rpm -%patch2 -p1 -b .rpm find . -name \*.rpm -exec rm {} \; -print cp -p %{SOURCE1} src/Composer/autoload.php @@ -227,6 +221,9 @@ rm -rf %{buildroot} %changelog +* Sat Feb 13 2016 Remi Collet - 1.0.0-0.20.20160213git7420265 +- new snapshot + * Fri Feb 12 2016 Remi Collet - 1.0.0-0.20.20160212git25e089e - new snapshot - don't relying on result order which may vary -- cgit