From 42d6405d95346a6f4fb870de35fc6c41b125e759 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Aug 2015 13:37:29 +0200 Subject: php-zendframework-zend-diactoros: 1.1.3 --- Makefile | 2 +- php-zendframework-zend-diactoros-get-source.sh | 2 +- php-zendframework-zend-diactoros.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 91b0fd5..13af741 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../../common/Makefile +include ../../../common/Makefile diff --git a/php-zendframework-zend-diactoros-get-source.sh b/php-zendframework-zend-diactoros-get-source.sh index ba71f5d..843c93c 100755 --- a/php-zendframework-zend-diactoros-get-source.sh +++ b/php-zendframework-zend-diactoros-get-source.sh @@ -44,6 +44,7 @@ print "GIT_DIR = $GIT_DIR" TEMP_DIR=$(mktemp --dir) +TAR_FILE=$PWD/${NAME}-${VERSION}-${GIT_COMMIT}.tar.gz pushd $TEMP_DIR print "Cloning git repo..." $GIT clone $GIT_REPO @@ -58,7 +59,6 @@ pushd $TEMP_DIR mv $GIT_DIR $TAR_DIR - TAR_FILE=`$RPM --eval='%{_sourcedir}'`/${NAME}-${VERSION}-${GIT_COMMIT}.tar.gz print "TAR_FILE = $TAR_FILE" [ -e $TAR_FILE ] && rm -f $TAR_FILE diff --git a/php-zendframework-zend-diactoros.spec b/php-zendframework-zend-diactoros.spec index 4a90a70..af40d9d 100644 --- a/php-zendframework-zend-diactoros.spec +++ b/php-zendframework-zend-diactoros.spec @@ -12,8 +12,8 @@ %global github_owner zendframework %global github_name zend-diactoros -%global github_version 1.1.2 -%global github_commit eeedadd333b80bb5d93559e2285047463fe4fe33 +%global github_version 1.1.3 +%global github_commit e2f5c12916c74da384058d0dfbc7fbc0b03d1181 %global composer_vendor zendframework %global composer_project zend-diactoros @@ -163,6 +163,9 @@ rm -rf %{buildroot} %changelog +* Tue Aug 11 2015 Remi Collet - 1.1.3-1 +- update to 1.1.3 + * Mon Jul 20 2015 Remi Collet - 1.1.2-1 - add EL-5 stuff, backport for #remirepo -- cgit