From 5cda52113c18a4a164a65d9086c4cb90938abb3f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 09:53:11 +0100 Subject: libbson: 1.3.2 --- libbson.spec | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'libbson.spec') diff --git a/libbson.spec b/libbson.spec index 53f5c1d..08da568 100644 --- a/libbson.spec +++ b/libbson.spec @@ -19,16 +19,13 @@ Name: libbson Summary: Library to build, parse, and iterate BSON documents -Version: 1.3.1 +Version: 1.3.2 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-1068 - Man pages installation broken -Patch0: %{name}-issue1068.patch - BuildRequires: python @@ -55,8 +52,6 @@ for %{name}. %prep %setup -q -n %{gh_project}-%{version}%{?prever:-%{prever}} -%patch0 -p0 -b .orig - %build %configure --enable-man-pages @@ -71,10 +66,6 @@ make install-man DESTDIR=%{buildroot} rm %{buildroot}%{_libdir}/*la rm -r %{buildroot}%{_datadir}/doc -# https://jira.mongodb.org/browse/CDRIVER-1069 -# Man pages are no more generated / installed -install -pm 644 doc/man/bson*.3 %{buildroot}/%{_mandir}/man3 - # drop "generic" man pages, avoid conflicts # https://jira.mongodb.org/browse/CDRIVER-1039 rm %{buildroot}/%{_mandir}/man3/[c-v]* @@ -105,6 +96,9 @@ make check %changelog +* Tue Feb 2 2016 Remi Collet - 1.3.2-1 +- Update to 1.3.2 + * Thu Jan 21 2016 Remi Collet - 1.3.1-1 - Update to 1.3.1 - workaround for man pages are no more generated / installed -- cgit