diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-16 08:31:23 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-16 08:31:23 +0100 |
commit | 15d4ebacab0d7290ded9a7c38448c3ac28d2d0f4 (patch) | |
tree | 34ee6de6038fb49b73478bfa6d138f506c1c98c8 | |
parent | d82a42e7e9628dea4e9f63bf54e80cbfc7de58f2 (diff) |
libbson: 1.3.0
-rw-r--r-- | libbson.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libbson.spec b/libbson.spec index 28161ae..446cea5 100644 --- a/libbson.spec +++ b/libbson.spec @@ -19,14 +19,14 @@ Name: libbson Summary: Library to build, parse, and iterate BSON documents -Version: 1.2.3 +Version: 1.3.0 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/releases/download/%{version}%{?prever:-%{prever}}/%{gh_project}-%{version}%{?prever:-%{prever}}.tar.gz # https://jira.mongodb.org/browse/CDRIVER-1039 -#Source1: https://raw.githubusercontent.com/mongodb/libbson/master/doc/mallard2man.py +Source1: https://raw.githubusercontent.com/mongodb/libbson/master/doc/mallard2man.py BuildRequires: python @@ -54,7 +54,7 @@ for %{name}. %prep %setup -q -n %{gh_project}-%{version}%{?prever:-%{prever}} -#install -m 0755 %{SOURCE1} doc/ +install -m 0755 %{SOURCE1} doc/ %build @@ -71,7 +71,7 @@ rm %{buildroot}%{_libdir}/*la rm -r %{buildroot}%{_datadir}/doc # drop "generic" man pages, avoid conflicts # https://jira.mongodb.org/browse/CDRIVER-1039 -#rm %{buildroot}/%{_mandir}/man3/[c-v]* +rm %{buildroot}/%{_mandir}/man3/[c-v]* %check @@ -99,6 +99,9 @@ make check %changelog +* Wed Dec 16 2015 Remi Collet <remi@fedoraproject.org> - 1.3.0-1 +- Update to 1.3.0 + * Tue Dec 8 2015 Remi Collet <remi@fedoraproject.org> - 1.2.3-1 - Update to 1.2.3 (1.3.0 not compatible with pecl/mongodb) |