[packages/satis] patch to support configuring include filename
glen
glen at pld-linux.org
Wed Jan 6 22:23:41 CET 2016
commit ad408630df0498cf1b80f4abbce73584deb00dcd
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Jan 6 23:19:14 2016 +0200
patch to support configuring include filename
https://github.com/composer/satis/pull/292
satis.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/satis.spec b/satis.spec
index b4bedf8..663afff 100644
--- a/satis.spec
+++ b/satis.spec
@@ -1,5 +1,5 @@
-%define rel 0.13
+%define rel 0.14
%define githash 48191ff
# $ git rev-list 1.0.0-alpha1..%{githash} --count
%define commits 152
@@ -17,6 +17,8 @@ Source0: https://github.com/composer/satis/archive/%{githash}/%{name}-%{version}
# Source0-md5: adee07882bc8c526b6bd3489812bc194
Source1: autoload.php
Patch0: autoload.patch
+Patch1: https://github.com/composer/satis/pull/292.patch
+# Patch1-md5: 28bbf057c6771e7ddda8ce1be14d22e5
URL: https://github.com/composer/satis
BuildRequires: composer
BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -44,6 +46,7 @@ Repository file.
%setup -qc -n %{name}-%{version}-%{release}
mv %{name}-*/* .
%patch0 -p1
+%patch1 -p1
%{__sed} -i -e '1s,^#!.*env php,#!/usr/bin/php,' bin/*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/satis.git/commitdiff/8a29fde4880f07824a4934accc95afcad00f8914
More information about the pld-cvs-commit
mailing list