diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-11 19:20:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-11 19:20:36 +0100 |
commit | 3074dbfe1834e349e33989d4ab1d9a89408b1dfa (patch) | |
tree | 6eb1b3610c45854b2d43528a15aa2b7b9aae2d39 | |
parent | 605982fdc65137a03d0081c62dbdf1be8b95217c (diff) |
php-paragonie-random-compat: partially pull change from Rawhide
-rw-r--r-- | php-paragonie-random-compat.spec | 15 |
1 files 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) -## <none except weak dependencies> +## 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) -# <none except weak dependencies> +# 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 <shawn.iwinski@gmail.com> - 1.2.1-1 +- Updated to 1.2.1 (RHBZ #1296738) + * Thu Mar 3 2016 Remi Collet <remi@remirepo.net> - 1.2.1-1 - update to 1.2.1 - sources from git snapshot ro retrive tests |