diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-13 08:02:52 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-13 08:02:52 +0200 |
commit | 6346093600b15ee25ea253a90abee8d835dc1b27 (patch) | |
tree | f8bd8294a99dae894c5d13173fa88fc08494e1ad | |
parent | c736fb9452fe6be92b634fa1f096639833992d92 (diff) |
php-horde-Horde-Test: 2.6.1
-rw-r--r-- | Horde_Test-rpm.patch | 2 | ||||
-rw-r--r-- | php-horde-Horde-Test.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Horde_Test-rpm.patch b/Horde_Test-rpm.patch index c2db15b..e914b26 100644 --- a/Horde_Test-rpm.patch +++ b/Horde_Test-rpm.patch @@ -10,7 +10,7 @@ diff -up Horde_Test-2.4.1/lib/Horde/Test/Autoload.php.rpm Horde_Test-2.4.1/lib/H - } else { - require __DIR__ . '/../../../bundle/vendor/autoload.php'; - } -+ require_once 'PHPUnit/Autoload.php'; ++ require_once '/usr/share/php/PHPUnit/Autoload.php'; spl_autoload_register( function($class) { diff --git a/php-horde-Horde-Test.spec b/php-horde-Horde-Test.spec index b9a9327..c521e51 100644 --- a/php-horde-Horde-Test.spec +++ b/php-horde-Horde-Test.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Test -Version: 2.6.0 +Version: 2.6.1 Release: 1%{?dist} Summary: Horde testing base classes @@ -113,6 +113,9 @@ fi %changelog +* Wed Jul 13 2016 Remi Collet <remi@fedoraproject.org> - 2.6.1-1 +- Update to 2.6.1 + * Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 2.6.0-1 - Update to 2.6.0 |