From 43c22fb2ffe3899cb4b2556629cbd4cce1743edb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 May 2014 07:44:48 +0200 Subject: php-horde-Horde-Db: 2.1.1 --- php-horde-Horde-Db.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/php-horde-Horde-Db.spec b/php-horde-Horde-Db.spec index 396ed6b..25cb038 100644 --- a/php-horde-Horde-Db.spec +++ b/php-horde-Horde-Db.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Db -Version: 2.1.1 +Version: 2.1.2 Release: 1%{?dist} Summary: Horde Database Libraries @@ -87,14 +87,8 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) - -# skip tests. Failed in fedora 19 (seems linked to sqlite version) -sed -e 's/testCreateTableCompositePk/SKIP_testCreateTableCompositePk/'\ - -e 's/testPrimaryKey/SKIP_testPrimaryKey/' \ - -i Adapter/Pdo/SqliteTest.php - phpunit \ - -d include_path=$src/lib:.:%{pear_phpdir} \ + --include-path=$src/lib \ -d date.timezone=UTC \ . @@ -121,6 +115,9 @@ fi %changelog +* Thu May 22 2014 Remi Collet - 2.1.2-1 +- Update to 2.1.2 + * Tue Apr 01 2014 Remi Collet - 2.1.1-1 - Update to 2.1.1 -- cgit