From b078646a95455237f9611541a4ec246d69e1dc23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Apr 2016 07:54:23 +0200 Subject: php-zendframework-zend-db: 2.8.0 --- php-zendframework-zend-db.spec | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'php-zendframework-zend-db.spec') diff --git a/php-zendframework-zend-db.spec b/php-zendframework-zend-db.spec index ad5f38b..2daa389 100644 --- a/php-zendframework-zend-db.spec +++ b/php-zendframework-zend-db.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit f29efb4e2925ddbbb45e33fd0baf9d1dd98046e7 +%global gh_commit fcb6d07d0816c955da6232aa709f15fb90a2b1f7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-db @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.0 +Version: 2.8.0 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -105,6 +105,11 @@ cp -pr src %{buildroot}%{php_home}/Zend/%{library} %check %if %{with_tests} +rm -r test/Sql/Platform/IbmDb2 +rm test/Adapter/Platform/SqlServerTest.php +rm test/Adapter/Platform/IbmDb2Test.php +rm test/Adapter/Driver/Pgsql/ConnectionTest.php + mkdir vendor cat << 'EOF' | tee vendor/autoload.php - 2.8.0-1 +- update to 2.8.0 + * Tue Feb 23 2016 Remi Collet - 2.7.0-1 - update to 2.7.0 @@ -155,4 +163,4 @@ rm -rf %{buildroot} - raise dependency on php 5.5 * Tue Aug 4 2015 Remi Collet - 2.5.1-1 -- initial package \ No newline at end of file +- initial package -- cgit