summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libbson-issue1068.patch11
-rw-r--r--libbson.spec14
2 files changed, 4 insertions, 21 deletions
diff --git a/libbson-issue1068.patch b/libbson-issue1068.patch
deleted file mode 100644
index 262887f..0000000
--- a/libbson-issue1068.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.ol 2016-01-21 10:52:15.347439341 +0100
-+++ Makefile.in 2016-01-21 10:52:45.601555239 +0100
-@@ -1869,7 +1869,7 @@
- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
- fi; \
- done; \
-- for i in $$list; do echo "$$i"; done | $(am__base_list) | \
-+ for i in $$list; do echo "$$i"; done | sort -u | $(am__base_list) | \
- while read files; do \
- test -z "$$files" || { \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
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 <remi@fedoraproject.org> - 1.3.2-1
+- Update to 1.3.2
+
* Thu Jan 21 2016 Remi Collet <remi@fedoraproject.org> - 1.3.1-1
- Update to 1.3.1
- workaround for man pages are no more generated / installed