From 7dd7a68fdd8f091b08c463b191e56a9f9a80b986 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Jan 2015 16:42:17 +0100 Subject: php-horde-Horde-Crypt-Blowfish: 1.0.3 --- php-horde-Horde-Crypt-Blowfish.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/php-horde-Horde-Crypt-Blowfish.spec b/php-horde-Horde-Crypt-Blowfish.spec index 5be46b9..374768d 100644 --- a/php-horde-Horde-Crypt-Blowfish.spec +++ b/php-horde-Horde-Crypt-Blowfish.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Crypt-Blowfish -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?dist} Summary: Blowfish Encryption Library @@ -43,6 +43,7 @@ Requires: php-pear(%{pear_channel}/Horde_Support) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Support) < 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides: php-composer(horde/horde-crypt-blowfish) = %{version} %description @@ -73,15 +74,11 @@ 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) -phpunit \ - --include-path=$src/lib \ - -d date.timezone=UTC \ %if 0%{?rhel} == 5 - . || exit 0 +phpunit . || exit 0 %else - . +phpunit . %endif @@ -108,6 +105,10 @@ fi %changelog +* Thu Jan 08 2015 Remi Collet - 1.0.3-1 +- Update to 1.0.3 +- add provides php-composer(horde/horde-crypt-blowfish) + * Wed Jan 9 2013 Remi Collet - 1.0.2-1 - Update to 1.0.2 for remi repo - skip test in EL-5 -- cgit