summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-09 14:44:52 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-09 14:44:52 +0100
commit1cf5951cbfc02a16c39761bc43c334fe49131520 (patch)
tree10bd51bb3157e0ab1fbd8c5812377ca984d24e5d
parent6809f15132d5b9a564d73dd0abd64938f2dcd2e8 (diff)
php-horde-Horde-Notification: 2.0.2
-rw-r--r--php-horde-Horde-Notification.spec15
1 files 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 <remi@fedoraproject.org> - 2.0.2-1
+- Update to 2.0.2
+- add provides php-composer(horde/horde-notification)
+
* Tue Mar 26 2013 Remi Collet <remi@fedoraproject.org> - 2.0.1-2
- cleanups before review