summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Crypt-Blowfish.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-horde-Horde-Crypt-Blowfish.spec')
-rw-r--r--php-horde-Horde-Crypt-Blowfish.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-horde-Horde-Crypt-Blowfish.spec b/php-horde-Horde-Crypt-Blowfish.spec
index 2d16e64..cb03334 100644
--- a/php-horde-Horde-Crypt-Blowfish.spec
+++ b/php-horde-Horde-Crypt-Blowfish.spec
@@ -11,16 +11,14 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Crypt-Blowfish
-Version: 1.1.2
-Release: 9%{?dist}
+Version: 1.1.3
+Release: 1%{?dist}
Summary: Blowfish Encryption Library
License: LGPLv2
URL: http://pear.horde.org
Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
-Patch0: https://patch-diff.githubusercontent.com/raw/horde/Crypt_Blowfish/pull/1.patch
-
BuildArch: noarch
BuildRequires: php(language) >= 5.3.0
BuildRequires: php-pear(PEAR) >= 1.7.0
@@ -61,7 +59,6 @@ Provides blowfish encryption/decryption for PHP string data.
%prep
%setup -q -c
cd %{pear_name}-%{version}
-%patch0 -p1
sed -e 's/md5sum="[^"]*"//' ../package.xml >%{name}.xml
@@ -89,7 +86,7 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
ret=0
for cmd in php php56 php70 php71 php72 php73 php74; do
if which $cmd; then
- $cmd %{_bindir}/phpunit --verbose . || ret=1
+ $cmd %{_bindir}/phpunit --bootstrap bootstrap.php --verbose . || ret=1
fi
done
exit $ret
@@ -117,6 +114,10 @@ fi
%changelog
+* Mon Nov 4 2019 Remi Collet <remi@remirepo.net> - 1.1.3-1
+- update to 1.1.3
+- drop patch merged upstream
+
* Tue Oct 1 2019 Remi Collet <remi@fedoraproject.org> - 1.1.2-9
- add patch for PHP 7.4 from
https://github.com/horde/Crypt_Blowfish/pull/1