summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Crypt.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-05-03 14:21:51 +0200
committerRemi Collet <remi@remirepo.net>2017-05-03 14:21:51 +0200
commit50f538175ee5c99753ec6d46ff09a80c8cfb5fcc (patch)
treef8b1377f398f743ac891c86a0b789497723563c0 /php-horde-Horde-Crypt.spec
parent3beba0ff902d2e535bbf43a6e61ff57b61689671 (diff)
v2.7.7
Diffstat (limited to 'php-horde-Horde-Crypt.spec')
-rw-r--r--php-horde-Horde-Crypt.spec33
1 files changed, 18 insertions, 15 deletions
diff --git a/php-horde-Horde-Crypt.spec b/php-horde-Horde-Crypt.spec
index daebc46..b301d14 100644
--- a/php-horde-Horde-Crypt.spec
+++ b/php-horde-Horde-Crypt.spec
@@ -12,7 +12,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Crypt
-Version: 2.7.6
+Version: 2.7.7
Release: 1%{?dist}
Summary: Horde Cryptography API
@@ -21,6 +21,9 @@ License: LGPLv2
URL: http://%{pear_channel}
Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
+# https://github.com/horde/horde/pull/220
+Patch0: %{name}-pr220.patch
+
BuildArch: noarch
BuildRequires: php(language) >= 5.3.0
BuildRequires: php-pear(PEAR) >= 1.7.0
@@ -72,11 +75,13 @@ systems.
%prep
%setup -q -c
cd %{pear_name}-%{version}
+%patch0 -p3 -b .pr220
# Don't install .po and .pot files
# Remove checksum for .mo, as we regenerate them
sed -e '/%{pear_name}.po/d' \
-e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \
+ -e '/Binary.php/s/md5sum=.*name=/name=/' \
../package.xml >%{name}.xml
touch -r ../package.xml %{name}.xml
@@ -113,22 +118,16 @@ done | tee ../%{pear_name}.lang
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
: Skip online test
rm PgpKeyserverTest.php
+%if 0%{?rhel}
+#rm -r Pgp*
+%endif
-# remirepo:11
-run=0
ret=0
-if which php56; then
- php56 %{_bindir}/phpunit . || ret=1
- run=1
-fi
-if which php71; then
- php71 %{_bindir}/phpunit . || ret=1
- run=1
-fi
-if [ $run -eq 0 ]; then
-%{_bindir}/phpunit --verbose .
-# remirepo:2
-fi
+for cmd in php php56 php70 php71 php72; do
+ if which $cmd; then
+ $cmd %{_bindir}/phpunit . --verbose || ret=1
+ fi
+done
exit $ret
@@ -154,6 +153,10 @@ fi
%changelog
+* Wed May 3 2017 Remi Collet <remi@remirepo.net> - 2.7.7-1
+- Update to 2.7.7
+- open https://github.com/horde/horde/pull/220 - fix for gnupg 2.0
+
* Tue Apr 4 2017 Remi Collet <remi@remirepo.net> - 2.7.6-1
- Update to 2.7.6