[php-horde-Horde-Crypt] update to 2.4.1

Remi Collet remi at fedoraproject.org
Wed Mar 5 12:15:36 UTC 2014


commit 9d989797fbcdc5800c293819f77837b1ecac475b
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Mar 5 13:15:22 2014 +0100

    update to 2.4.1

 .gitignore                 |    1 +
 php-horde-Horde-Crypt.spec |   25 ++++++++++++++++++-------
 sources                    |    2 +-
 3 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cea4528..495e41f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ clog
 /Horde_Crypt-2.2.2.tgz
 /Horde_Crypt-2.3.0.tgz
 /Horde_Crypt-2.4.0.tgz
+/Horde_Crypt-2.4.1.tgz
diff --git a/php-horde-Horde-Crypt.spec b/php-horde-Horde-Crypt.spec
index ba556d5..c575fcb 100644
--- a/php-horde-Horde-Crypt.spec
+++ b/php-horde-Horde-Crypt.spec
@@ -1,11 +1,20 @@
+# spec file for php-horde-Horde-Crypt
+#
+# 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}
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name    Horde_Crypt
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Crypt
-Version:        2.4.0
-Release:        2%{?dist}
+Version:        2.4.1
+Release:        1%{?dist}
 Summary:        Horde Cryptography API
 
 Group:          Development/Libraries
@@ -21,10 +30,8 @@ BuildRequires:  gettext
 # To run unit tests
 BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
 BuildRequires:  php-pear(%{pear_channel}/Horde_Stream) >= 1.5.0
-%if 0%{?rhel} < 6
-# Don't work with GnuPG 2
-BuildRequires:  gnupg < 2
-%endif
+# rhel >= 6 have gnupg2 which provides this
+BuildRequires:  %{_bindir}/gpg
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
@@ -134,6 +141,10 @@ fi
 
 
 %changelog
+* Wed Mar 05 2014 Remi Collet <remi at fedoraproject.org> - 2.4.1-2
+- Update to 2.4.1
+- BR /usr/bin/gpg on all branches (gnupg or gnupg2 on RHEL >= 6)
+
 * Sun Jan 12 2014 Remi Collet <remi at fedoraproject.org> - 2.4.0-2
 - fix failed tests because of gpg version output
 
diff --git a/sources b/sources
index 87567be..1399c8f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cbb0e2c30a9c3ff371783b37789cbc95  Horde_Crypt-2.4.0.tgz
+5ef5468c5c16ba61994223551d5dfb91  Horde_Crypt-2.4.1.tgz


More information about the scm-commits mailing list