From df26b728d81f27c5d33d17685e1890c80b836f92 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Apr 2014 08:53:55 +0200 Subject: php-horde-Horde-History: 2.3.0 --- php-horde-Horde-History.spec | 23 +++++++++++++++++------ 1 file 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 - 2.3.0-1 +- Update to 2.3.0 + * Fri Jan 10 2014 Remi Collet - 2.2.1-2 - cleanups from review #909713 -- cgit