summaryrefslogtreecommitdiffstats
path: root/mongo-c-driver.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-11 08:12:34 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-11 08:12:34 +0200
commit916ce0e771c7f5b223a3d3a65d2697148b9f2b42 (patch)
treef0fb5abfb229a9458792bfb1e6a94f9adb44da80 /mongo-c-driver.spec
parent15db020a425d012ccd515dbf586207fb86fb7aa1 (diff)
mongo-c-driver: add patch to export library verson in the API (pr265)
Diffstat (limited to 'mongo-c-driver.spec')
-rw-r--r--mongo-c-driver.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/mongo-c-driver.spec b/mongo-c-driver.spec
index 317c25b..94431b9 100644
--- a/mongo-c-driver.spec
+++ b/mongo-c-driver.spec
@@ -20,8 +20,10 @@ Name: mongo-c-driver
Summary: Client library written in C for MongoDB
Version: 1.2.0
%if 0%{?gh_date}
-Release: 0.4.%{gh_date}git%{gh_short}%{?dist}
+Release: 0.5.%{gh_date}git%{gh_short}%{?dist}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz
+# https://github.com/mongodb/mongo-c-driver/pull/265
+Patch0: %{name}-pr265.patch
BuildRequires: libtool autoconf
%else
Release: 0.4.%{prever}%{?dist}
@@ -77,6 +79,7 @@ a MongoDB Server.
%prep
%if 0%{?gh_date}
%setup -q -n %{gh_project}-%{gh_commit}
+%patch0 -p1 -b .pr265
autoreconf -fvi -I build/autotools
%else
%setup -q -n %{gh_project}-%{version}%{?prever:-%{prever}}
@@ -159,6 +162,10 @@ exit $ret
%changelog
+* Fri Sep 11 2015 Remi Collet <remi@fedoraproject.org> - 1.2.0-0.5.20150903git3eaf73e
+- add patch to export library verson in the API
+ open https://github.com/mongodb/mongo-c-driver/pull/265
+
* Fri Sep 4 2015 Remi Collet <remi@fedoraproject.org> - 1.2.0-0.4.20150903git3eaf73e
- update to version 1.2.0beta1 from git snapshot
- https://jira.mongodb.org/browse/CDRIVER-828 missing tests/json