summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-20 08:01:05 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-20 08:01:05 +0200
commitbfc8d7a7924268932d97b27b838b326a46c4ee18 (patch)
treeef63153950800a714dbaab280cde3ed999b63fa9
parent6f70637a009e31df65668f9222a5318d03945b60 (diff)
mongo-c-driver: 1.3.6
-rw-r--r--mongo-c-driver.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/mongo-c-driver.spec b/mongo-c-driver.spec
index 3ae85fb..7197d07 100644
--- a/mongo-c-driver.spec
+++ b/mongo-c-driver.spec
@@ -22,8 +22,8 @@
Name: mongo-c-driver
Summary: Client library written in C for MongoDB
-Version: 1.3.5
-Release: 2%{?dist}
+Version: 1.3.6
+Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Libraries
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -45,8 +45,8 @@ BuildRequires: cyrus-sasl-devel
%if %{with_tests}
BuildRequires: mongodb-server
BuildRequires: openssl
-BuildRequires: perl
%endif
+BuildRequires: perl
# From man pages
BuildRequires: python
@@ -178,6 +178,9 @@ exit $ret
%changelog
+* Thu Oct 20 2016 Remi Collet <remi@fedoraproject.org> - 1.3.6-1
+- update to 1.3.6
+
* Mon May 16 2016 Remi Collet <remi@fedoraproject.org> - 1.3.5-2
- add patch to enforce system crypto policies