summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-04 09:01:33 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-04 09:01:33 +0200
commitb57ecae5da58a31ad5151a7b88577d96b4da7efa (patch)
tree1a59c8bc916c07e7f4ab5db51555e99ce0c8838e
parenta492ed57addf0310deea41ec4f464e42af38fcfe (diff)
php-horde-Horde-Crypt: 2.4.2
-rw-r--r--php-horde-Horde-Crypt.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-Horde-Crypt.spec b/php-horde-Horde-Crypt.spec
index 8d3ac78..1ae9a3b 100644
--- a/php-horde-Horde-Crypt.spec
+++ b/php-horde-Horde-Crypt.spec
@@ -12,8 +12,8 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Crypt
-Version: 2.4.1
-Release: 2%{?dist}
+Version: 2.4.2
+Release: 1%{?dist}
Summary: Horde Cryptography API
Group: Development/Libraries
@@ -114,7 +114,7 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
sed -e '/GnuPG v/s/%d.%d.%d (%s)/%s/' -i PgpTest.php
phpunit \
- -d include_path=$src/lib:.:%{pear_phpdir} \
+ --include-path=$src/lib \
-d date.timezone=UTC \
.
@@ -142,6 +142,9 @@ fi
%changelog
+* Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 2.4.2-1
+- Update to 2.4.2
+
* Wed Mar 05 2014 Remi Collet <remi@fedoraproject.org> - 2.4.1-2
- BR /usr/bin/gpg on all branches (gnupg or gnupg2 on RHEL >= 6)