diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-02-07 19:05:11 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-02-07 19:05:11 +0100 | 
| commit | d5d5286665dd5e7758c9fbfb19d6bffac2fe6b27 (patch) | |
| tree | f073d53c86519600bd180911686c5b7402a99cb4 | |
| parent | 5cda52113c18a4a164a65d9086c4cb90938abb3f (diff) | |
libbson: 1.3.3
| -rw-r--r-- | libbson.spec | 9 | 
1 files 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 <remi@fedoraproject.org> - 1.3.3-1 +- Update to 1.3.3 +  * Tue Feb  2 2016 Remi Collet <remi@fedoraproject.org> - 1.3.2-1  - Update to 1.3.2 @@ -126,4 +127,4 @@ make check  * Wed Apr 22 2015 Remi Collet <remi@fedoraproject.org> - 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  | 
