summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-04 08:53:55 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-04 08:53:55 +0200
commitdf26b728d81f27c5d33d17685e1890c80b836f92 (patch)
tree18b7e7e7c988a62de5a64d97aabb6490dcac12f1
parentdb838c94b1b585635fb5cd1cae607cf758c942cd (diff)
php-horde-Horde-History: 2.3.0
-rw-r--r--php-horde-Horde-History.spec23
1 files changed, 17 insertions, 6 deletions
diff --git a/php-horde-Horde-History.spec b/php-horde-Horde-History.spec
index 33116a8..1cd2906 100644
--- a/php-horde-Horde-History.spec
+++ b/php-horde-Horde-History.spec
@@ -1,11 +1,19 @@
-%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+# spec file for php-horde-Horde-History
+#
+# Copyright (c) 2012-2014 Nick Bebout, Remi Collet
+#
+# License: MIT
+# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense
+#
+# Please, preserve the changelog entries
+#
+%{!?__pear: %global __pear %{_bindir}/pear}
%global pear_name Horde_History
%global pear_channel pear.horde.org
Name: php-horde-Horde-History
-Version: 2.2.1
-Release: 2%{?dist}
+Version: 2.3.0
+Release: 1%{?dist}
Summary: API for tracking the history of an object
Group: Development/Libraries
@@ -34,7 +42,7 @@ Requires: php-pear(%{pear_channel}/Horde_Db) < 3.0.0
Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0
# Optional and implicitly required:
-# Horde_HashTable
+# Horde_HashTable, Horde_Mongo
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -77,7 +85,7 @@ rm -rf %{buildroot}
src=$(pwd)/%{pear_name}-%{version}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
phpunit \
- -d include_path=$src/lib:.:%{pear_phpdir} \
+ --include-path=$src/lib \
-d date.timezone=UTC \
.
@@ -104,6 +112,9 @@ fi
%changelog
+* Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 2.3.0-1
+- Update to 2.3.0
+
* Fri Jan 10 2014 Remi Collet <remi@fedoraproject.org> - 2.2.1-2
- cleanups from review #909713