From e92742cfa2c43c8ac593a4a12399cac73846d5f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Jun 22 2015 17:15:45 +0000 Subject: - Update to 2.29.0 - add BR on Horde_Crypt_Blowfish and Horde_Stringprep - add optional dependency on Horde_Stringprep (cherry picked from commit 4872c2e5828c8bd6843886b3b6276a92c6c18230) --- diff --git a/.gitignore b/.gitignore index 5353802..406a736 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ clog /Horde_Imap_Client-2.27.0.tgz /Horde_Imap_Client-2.28.0.tgz /Horde_Imap_Client-2.28.1.tgz +/Horde_Imap_Client-2.29.0.tgz diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 06de618..f66a40a 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -1,4 +1,4 @@ -# spec file for php-horde-Horde-Imap-Client +# remirepo/fedora spec file for php-horde-Horde-Imap-Client # # Copyright (c) 2012-2015 Remi Collet # License: CC-BY-SA @@ -13,7 +13,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-horde-Horde-Imap-Client -Version: 2.28.1 +Version: 2.29.0 Release: 1%{?dist} Summary: Horde IMAP abstraction interface @@ -34,6 +34,8 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Stream) >= 1.4.0 BuildRequires: php-pear(%{pear_channel}/Horde_Mime) >= 2.5.2 BuildRequires: php-pear(%{pear_channel}/Horde_Cache) >= 2.0.0 BuildRequires: php-pear(%{pear_channel}/Horde_Pack) >= 1.0.0 +BuildRequires: php-pear(%{pear_channel}/Horde_Crypt_Blowfish) >= 1.1.0 +BuildRequires: php-pear(%{pear_channel}/Horde_Stringprep) >= 1.0.0 %endif Requires(post): %{__pear} @@ -71,8 +73,8 @@ Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Db) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Pack) >= 1.0.0 Requires: php-pear(%{pear_channel}/Horde_Pack) < 2.0.0 -#Requires: php-pear(%{pear_channel}/Horde_Stringprep) >= 1.0.0 -#Requires: php-pear(%{pear_channel}/Horde_Stringprep) < 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_Stringprep) >= 1.0.0 +Requires: php-pear(%{pear_channel}/Horde_Stringprep) < 2.0.0 # From phpcompatinfo report for version 2.19.4 Requires: php-date Requires: php-openssl @@ -80,6 +82,7 @@ Requires: php-pcre Requires: php-spl # Optional and implicilyt required : # Horde_Compress_Fast, Horde_HashTable, Horde_Mongo, mongo, Horde_Support +# Horde_Crypt_Blowfish Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} Provides: php-composer(horde/horde-imap-client) = %{version} @@ -133,12 +136,13 @@ done | tee ../%{pear_name}.lang %check %if %{with_tests} +export LANG=fr_FR.utf8 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) %if 0%{?fedora} < 21 && 0%{?rhel} < 7 # ignore test results with old PHPUnit phpunit . || exit 0 %else -phpunit . +phpunit --verbose . %endif %else : bootstrap build with test suite disabled @@ -169,6 +173,11 @@ fi %changelog +* Mon Jun 22 2015 Remi Collet - 2.29.0-1 +- Update to 2.29.0 +- add BR on Horde_Crypt_Blowfish and Horde_Stringprep +- add optional dependency on Horde_Stringprep + * Wed May 13 2015 Remi Collet - 2.28.1-1 - Update to 2.28.1 diff --git a/sources b/sources index 28801ca..23c1c2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b4a11b523297e470e4494d66ae9da72a Horde_Imap_Client-2.28.1.tgz +17ee1c97313f3d85a27a329bd875934b Horde_Imap_Client-2.29.0.tgz