From 3074dbfe1834e349e33989d4ab1d9a89408b1dfa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Mar 2016 19:20:36 +0100 Subject: php-paragonie-random-compat: partially pull change from Rawhide --- php-paragonie-random-compat.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/php-paragonie-random-compat.spec b/php-paragonie-random-compat.spec index b3d99af..20011c9 100644 --- a/php-paragonie-random-compat.spec +++ b/php-paragonie-random-compat.spec @@ -34,6 +34,9 @@ Summary: PHP 5.x polyfill for random_bytes() and random_int() from PHP 7 Group: Development/Libraries License: MIT URL: https://github.com/%{github_owner}/%{github_name} + +# GitHub export does not include tests. +# Run makesrc.sh to create full source. Source0: %{name}-%{version}-%{github_short}.tgz Source1: makesrc.sh @@ -44,14 +47,15 @@ BuildArch: noarch ## composer.json BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-composer(phpunit/phpunit) -## phpcompatinfo (computed from version 1.1.4) -## +## phpcompatinfo (computed from version 1.2.1) +BuildRequires: php-pcre +BuildRequires: php-zlib %endif # composer.json Requires: php(language) >= %{php_min_ver} -# phpcompatinfo (computed from version 1.1.4) -# +# phpcompatinfo (computed from version 1.2.1) +Requires: php-pcre # Weak dependencies %if 0%{?fedora} > 21 Suggests: php-mbstring @@ -116,6 +120,9 @@ rm -rf %{buildroot} %changelog +* Fri Mar 11 2016 Shawn Iwinski - 1.2.1-1 +- Updated to 1.2.1 (RHBZ #1296738) + * Thu Mar 3 2016 Remi Collet - 1.2.1-1 - update to 1.2.1 - sources from git snapshot ro retrive tests -- cgit