diff options
author | Remi Collet <remi@remirepo.net> | 2019-12-06 07:54:56 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-12-06 07:54:56 +0100 |
commit | 223c009e4fa800a1c94d18e224dfc91fa20c3715 (patch) | |
tree | 7a0437a86ec054ac76c4b8a86d72c454343660da /php-pecl-mongodb.spec | |
parent | c415d7b3504e0e2768c95e53c03de33ab11e82fc (diff) |
raise dep
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index c18024a..16a8feb 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -32,7 +32,7 @@ # F30 for fedora repo, F28 for remi %if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 %global with_syslib 1 -%global libver 1.15 +%global libver 1.15.2 %global libbuildver %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{libver}) %else %global with_syslib 0 |