diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-14 16:47:55 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-14 16:47:55 +0200 |
commit | 0fac937d705b34b10152ec8820f7673bc9e859e3 (patch) | |
tree | 23ce370e626fad7651df761972f754ca4153a9b8 | |
parent | b078646a95455237f9611541a4ec246d69e1dc23 (diff) |
php-zendframework-zend-db: 2.8.1
-rw-r--r-- | php-zendframework-zend-db.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/php-zendframework-zend-db.spec b/php-zendframework-zend-db.spec index 2daa389..e3eb59c 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 fcb6d07d0816c955da6232aa709f15fb90a2b1f7 +%global gh_commit c9fa8fdab194093fff58e4f1180c7e15d80a2cb5 %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.8.0 +Version: 2.8.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -105,11 +105,6 @@ 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 <?php @@ -147,8 +142,13 @@ rm -rf %{buildroot} %changelog +* Thu Apr 14 2016 Remi Collet <remi@fedoraproject.org> - 2.8.1-1 +- update to 2.8.1 + * Wed Apr 13 2016 Remi Collet <remi@fedoraproject.org> - 2.8.0-1 - update to 2.8.0 +- ignore failed tests when no sql server configured + open https://github.com/zendframework/zend-db/issues/97 * Tue Feb 23 2016 Remi Collet <remi@fedoraproject.org> - 2.7.0-1 - update to 2.7.0 |