diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-01-19 07:31:32 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-01-19 07:31:32 +0100 | 
| commit | 55a74ec4034f2caadbb4ba3af8afaad84835e662 (patch) | |
| tree | 7db2654673fe09bb5ce5099eb306f83316690a5c | |
| parent | 590da833bd918949721f40ada57dff453ba36910 (diff) | |
php-horde-Horde-Compress: 2.0.6
| -rw-r--r-- | php-horde-Horde-Compress.spec | 19 | 
1 files changed, 16 insertions, 3 deletions
diff --git a/php-horde-Horde-Compress.spec b/php-horde-Horde-Compress.spec index f4d8a43..b4bb111 100644 --- a/php-horde-Horde-Compress.spec +++ b/php-horde-Horde-Compress.spec @@ -1,9 +1,18 @@ +# spec file for php-horde-Horde-Compress +# +# 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: %{expand: %%global __pear %{_bindir}/pear}}  %global pear_name    Horde_Compress  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Compress -Version:        2.0.5 +Version:        2.0.6  Release:        1%{?dist}  Summary:        Horde Compression API @@ -37,6 +46,8 @@ Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0  Requires:       php-zlib  Requires:       php-pear(%{pear_channel}/Horde_Icalendar) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Icalendar) <  3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Mapi) >= 1.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Mapi) <  2.0.0  # From phpcompatinfo reporet form version 2.0.5  Requires:       php-date  Requires:       php-pcre @@ -91,8 +102,6 @@ done | tee ../%{pear_name}.lang  %check  src=$(pwd)/%{pear_name}-%{version}  cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -rm TnefTest.php # requires Horde_Mapi -  phpunit \      --include-path=$src/lib \      -d date.timezone=UTC \ @@ -121,6 +130,10 @@ fi  %changelog +* Sun Jan 19 2014 Remi Collet <remi@fedoraproject.org> - 2.0.6-1 +- Update to 2.0.6 +- add optional requires: Horde_Mapi +  * Sat Jan 18 2014 Remi Collet <remi@fedoraproject.org> - 2.0.5-1  - Update to 2.0.5  - add optional requires: Horde_Icalendar  | 
