]> git.pld-linux.org Git - packages/mongo-c-driver.git/commitdiff
fix for php extension segfault when mongodb, openssl extensions are loaded auto/th/mongo-c-driver-1.9.3-2
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 12 Apr 2018 20:08:24 +0000 (23:08 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 12 Apr 2018 20:12:57 +0000 (23:12 +0300)
https://github.com/mongodb/mongo-php-driver/issues/789
https://github.com/mongodb/mongo-c-driver/pull/490

mongo-c-driver.spec

index ecfbfa27f4eaf3d03577e106d8cfc7b533ad5348..9600fffe51a6916203b35274befebddb81dee4d9 100644 (file)
 Summary:       Client library written in C for MongoDB
 Name:          mongo-c-driver
 Version:       1.9.3
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Libraries
 Source0:       https://github.com/mongodb/mongo-c-driver/releases/download/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 39adfe23511051c1509890e17a219d8e
 Patch0:                %{name}-rpm.patch
+Patch1:                https://github.com/mongodb/mongo-c-driver/pull/490.patch
+# Patch1-md5:  5d81ac5717da1cb9752837ae40ab0a28
 URL:           https://github.com/mongodb/mongo-c-driver
 BuildRequires: autoconf
 BuildRequires: automake
@@ -68,6 +70,7 @@ Documentation: http://api.mongodb.org/c/%{version}/
 %prep
 %setup -q -n %{name}-%{version}%{?prever:-dev}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal} -I build/autotools -I build/autotools/m4
This page took 0.134771 seconds and 4 git commands to generate.