https://bugzilla.redhat.com/show_bug.cgi?id=1208101

Remi Collet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #6 from Remi Collet <[email protected]> ---
While having a copy of some private symbols in libbson is of course not a good
solution, I really think it is acceptable as a temporary solution while
upstream is working on this issue.

https://jira.mongodb.org/browse/CDRIVER-597
https://jira.mongodb.org/browse/CDRIVER-623

e.g. we have used this solution for a long time in PHP (for private libzip
symbol, patch from spot, and it took ~2 years to fix everything upstream)

Probably a hard requirement on the libyajl version to detect possible change in
this private API.

%global yajlver %(pkg-config --silence-errors --modversion yajl 2>/dev/null ||
echo 999)
Requires: yajl = %{yajlver}

But from upstream ticket
  "Also, we've modified it to support some error-recovery..."

So probably better to ask FPC for a temporary exception...


Notice: I also need this package for mongo-c-driver and php-pecl-mongodb

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to