summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Icalendar.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-18 13:58:32 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-18 13:58:32 +0200
commita64b6a5a0e6c386ae8ff6c360fe93a6538943fed (patch)
treec1291d1b0be425dac7d0e85ebd6a71cef896a2ae /php-horde-Horde-Icalendar.spec
parentb03fe68e3d070af77d7e28394f14877ac83bf3af (diff)
php-horde-Horde-Icalendar: 2.1.0
Diffstat (limited to 'php-horde-Horde-Icalendar.spec')
-rw-r--r--php-horde-Horde-Icalendar.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-Horde-Icalendar.spec b/php-horde-Horde-Icalendar.spec
index a494556..6ff19af 100644
--- a/php-horde-Horde-Icalendar.spec
+++ b/php-horde-Horde-Icalendar.spec
@@ -1,4 +1,4 @@
-# spec file for php-horde-Horde-Icalendar
+# remirepo/fedora spec file for php-horde-Horde-Icalendar
#
# Copyright (c) 2012-2015 Nick Bebout, Remi Collet
#
@@ -12,7 +12,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Icalendar
-Version: 2.0.11
+Version: 2.1.0
Release: 1%{?dist}
Summary: iCalendar API
@@ -102,7 +102,7 @@ done | tee ../%{pear_name}.lang
%check
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit .
+phpunit --verbose .
%post
@@ -128,6 +128,9 @@ fi
%changelog
+* Thu Jun 18 2015 Remi Collet <remi@fedoraproject.org> - 2.1.0-1
+- Update to 2.1.0
+
* Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 2.0.11-1
- Update to 2.0.11
- add provides php-composer(horde/horde-icalendar)