diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-08-25 09:15:56 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-08-25 09:15:56 +0200 |
commit | 8dcb3f929b2d22eb78d26db790323228982bcd20 (patch) | |
tree | 50371029663c20cde14ee88f7be489d23a9e53be | |
parent | d04e4578cc3e101380f78d48de8d0f059a7ee8f5 (diff) |
php-pecl-leveldb: add links to bug report
-rw-r--r-- | php-pecl-leveldb.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php-pecl-leveldb.spec b/php-pecl-leveldb.spec index e8ac5c8..b386e10 100644 --- a/php-pecl-leveldb.spec +++ b/php-pecl-leveldb.spec @@ -25,8 +25,11 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source1: https://raw.github.com/reeze/php-leveldb/master/LICENSE # https://bugs.php.net/65539 Library detection +# https://github.com/reeze/php-leveldb/pull/8 Patch0: %{pecl_name}-config.patch +# See : leveldb bug (assert enabeld in prod) +# https://bugzilla.redhat.com/show_bug.cgi?id=1000777 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: php-devel BuildRequires: php-pear |