From 82927a5d596fe21681e9ac31a5fa55b6b7caec75 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Apr 2015 12:36:19 +0200 Subject: mongo-c-driver: test build --- mongo-c-driver.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'mongo-c-driver.spec') diff --git a/mongo-c-driver.spec b/mongo-c-driver.spec index 2d650b5..d49c89a 100644 --- a/mongo-c-driver.spec +++ b/mongo-c-driver.spec @@ -15,12 +15,15 @@ Name: mongo-c-driver Summary: Client library written in C for MongoDB Version: 1.1.4 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 Group: System Environment/Libraries URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/releases/download/%{version}%{?prever:-%{prever}}/%{gh_project}-%{version}%{?prever:-%{prever}}.tar.gz +# open https://jira.mongodb.org/browse/CDRIVER-624 +Patch0: %{name}-upstream.patch + BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(libbson-1.0) %if 0%{?fedora} > 21 || 0%{?rhel} > 6 @@ -72,8 +75,7 @@ a MongoDB Server. %setup -q %if 0%{?fedora} > 21 -# Workaround https://jira.mongodb.org/browse/CDRIVER-624 -sed -e 's/&& __GNUC_MINOR__ >= 1//' -i ./build/autotools/CheckCompiler.m4 +%patch0 -p1 -b .upstream autoreconf -fi %endif @@ -149,6 +151,9 @@ exit $ret %changelog +* Sat Apr 25 2015 Remi Collet - 1.1.4-3 +- test build for upstream patch + * Thu Apr 23 2015 Remi Collet - 1.1.4-2 - cleanup build dependencies and options -- cgit