From 1cf5951cbfc02a16c39761bc43c334fe49131520 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Jan 2015 14:44:52 +0100 Subject: php-horde-Horde-Notification: 2.0.2 --- php-horde-Horde-Notification.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/php-horde-Horde-Notification.spec b/php-horde-Horde-Notification.spec index 04efc57..043f76b 100644 --- a/php-horde-Horde-Notification.spec +++ b/php-horde-Horde-Notification.spec @@ -12,8 +12,8 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Notification -Version: 2.0.1 -Release: 2%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Summary: Horde Notification System Group: Development/Libraries @@ -45,6 +45,7 @@ Requires: php-pear(%{pear_channel}/Horde_Alarm) < 3.0.0 # Horde_Nls optional and implicitly required Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides: php-composer(horde/horde-notification) = %{version} %description @@ -77,12 +78,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) -phpunit \ - --include-path=$src/lib \ - -d date.timezone=UTC \ - . +phpunit . %post @@ -106,6 +103,10 @@ fi %changelog +* Fri Jan 09 2015 Remi Collet - 2.0.2-1 +- Update to 2.0.2 +- add provides php-composer(horde/horde-notification) + * Tue Mar 26 2013 Remi Collet - 2.0.1-2 - cleanups before review -- cgit