From d5d5286665dd5e7758c9fbfb19d6bffac2fe6b27 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Feb 2016 19:05:11 +0100 Subject: libbson: 1.3.3 --- libbson.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libbson.spec b/libbson.spec index 08da568..fb79f5e 100644 --- a/libbson.spec +++ b/libbson.spec @@ -6,8 +6,6 @@ # # Please, preserve the changelog entries # -%global gh_commit e434c354a3939db063ee78345834baed19002f7e -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mongodb %global gh_project libbson %global libver 1.0 @@ -19,7 +17,7 @@ Name: libbson Summary: Library to build, parse, and iterate BSON documents -Version: 1.3.2 +Version: 1.3.3 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries @@ -96,6 +94,9 @@ make check %changelog +* Sun Feb 7 2016 Remi Collet - 1.3.3-1 +- Update to 1.3.3 + * Tue Feb 2 2016 Remi Collet - 1.3.2-1 - Update to 1.3.2 @@ -126,4 +127,4 @@ make check * Wed Apr 22 2015 Remi Collet - 1.2.0-0.1.beta - Initial package - https://jira.mongodb.org/browse/CDRIVER-621 - typo in man pages -- https://jira.mongodb.org/browse/CDRIVER-623 - bundled jayl \ No newline at end of file +- https://jira.mongodb.org/browse/CDRIVER-623 - bundled jayl -- cgit