summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-08 16:42:17 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-08 16:42:17 +0100
commit7dd7a68fdd8f091b08c463b191e56a9f9a80b986 (patch)
tree88c65686755ffb2b50a531c529e677e946125752
parent38a6c205745adc09bc0bf2daa6dfce653f6fc924 (diff)
php-horde-Horde-Crypt-Blowfish: 1.0.3
-rw-r--r--php-horde-Horde-Crypt-Blowfish.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/php-horde-Horde-Crypt-Blowfish.spec b/php-horde-Horde-Crypt-Blowfish.spec
index 5be46b9..374768d 100644
--- a/php-horde-Horde-Crypt-Blowfish.spec
+++ b/php-horde-Horde-Crypt-Blowfish.spec
@@ -11,7 +11,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Crypt-Blowfish
-Version: 1.0.2
+Version: 1.0.3
Release: 1%{?dist}
Summary: Blowfish Encryption Library
@@ -43,6 +43,7 @@ Requires: php-pear(%{pear_channel}/Horde_Support) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Support) < 3.0.0
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides: php-composer(horde/horde-crypt-blowfish) = %{version}
%description
@@ -73,15 +74,11 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
-src=$(pwd)/%{pear_name}-%{version}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit \
- --include-path=$src/lib \
- -d date.timezone=UTC \
%if 0%{?rhel} == 5
- . || exit 0
+phpunit . || exit 0
%else
- .
+phpunit .
%endif
@@ -108,6 +105,10 @@ fi
%changelog
+* Thu Jan 08 2015 Remi Collet <remi@fedoraproject.org> - 1.0.3-1
+- Update to 1.0.3
+- add provides php-composer(horde/horde-crypt-blowfish)
+
* Wed Jan 9 2013 Remi Collet <RPMS@FamilleCollet.com> - 1.0.2-1
- Update to 1.0.2 for remi repo
- skip test in EL-5