summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-20 08:56:38 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-20 08:56:38 +0200
commit5d0d2a88a581b1a4d208eb8e3397a3446897e6c5 (patch)
treee7da37b2d5050891724ec7c5d62185f3ba0937e2
parentbfc8d7a7924268932d97b27b838b326a46c4ee18 (diff)
mongo-c-driver: 1.5.0-rc3
-rw-r--r--mongo-c-driver-dev.spec16
1 files changed, 11 insertions, 5 deletions
diff --git a/mongo-c-driver-dev.spec b/mongo-c-driver-dev.spec
index 5321fad..b401fd2 100644
--- a/mongo-c-driver-dev.spec
+++ b/mongo-c-driver-dev.spec
@@ -10,7 +10,7 @@
%global gh_project mongo-c-driver
%global libname libmongoc
%global libver 1.0
-%global prever rc2
+%global prever rc3
%global bsonver 1.5
%ifarch x86_64
@@ -21,14 +21,11 @@
# in MongoDB 3.2, and support is being removed in 3.4.
%global with_tests 0%{?_with_tests:1}
%endif
-# Because https://jira.mongodb.org/browse/CDRIVER-1702
-# segfault in test suite
-%global with_tests 0
Name: mongo-c-driver
Summary: Client library written in C for MongoDB
Version: 1.5.0
-Release: 0.1.%{prever}%{?dist}
+Release: 0.3.%{prever}%{?dist}
License: ASL 2.0
Group: System Environment/Libraries
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -167,6 +164,15 @@ exit $ret
%changelog
+* Thu Oct 20 2016 Remi Collet <remi@fedoraproject.org> - 1.5.0-0.3.rc3
+- update to 1.5.0-rc3
+- drop patches merged upstream
+
+* Fri Oct 14 2016 Remi Collet <remi@fedoraproject.org> - 1.5.0-0.2.rc2
+- open https://jira.mongodb.org/browse/CDRIVER-1703 missing files
+- open https://jira.mongodb.org/browse/CDRIVER-1702 broken test
+- enable test suite
+
* Fri Oct 14 2016 Remi Collet <remi@fedoraproject.org> - 1.5.0-0.1.rc2
- update to 1.5.0-rc2
- disable test suite