From b644298fe082b8126bbef3a8a21b82420815d41c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Feb 2016 08:00:33 +0100 Subject: php-zendframework-zend-view: 2.6.2 --- makesrc.sh | 2 +- php-zendframework-zend-view.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/makesrc.sh b/makesrc.sh index 36e0544..e9a1ec5 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -16,7 +16,7 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT echo "Getting commit..." pushd $PROJECT-$COMMIT git checkout $COMMIT -cp composer.json ../compsoer-$VERSION.json +cp composer.json ../composer-$VERSION.json popd echo "Archiving..." diff --git a/php-zendframework-zend-view.spec b/php-zendframework-zend-view.spec index 2653fe8..41db484 100644 --- a/php-zendframework-zend-view.spec +++ b/php-zendframework-zend-view.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 575e285d5e4446347532a9030aadde0a7c5f2869 +%global gh_commit 5ada030ae7d7364bd952ace1cafc0212275d9459 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-view @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.1 +Version: 2.6.2 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -204,6 +204,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 19 2016 Remi Collet - 2.6.2-1 +- version 2.6.2 + * Thu Feb 18 2016 Remi Collet - 2.6.1-1 - version 2.6.1 -- cgit