From fa89f350b134ac7eda970b3ccb794c99a1d44967 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:13:09 +0100 Subject: [PATCH] automatic version update by autodist [release 3.2.7-1mamba;Mon Jul 25 2016] --- mongodb.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mongodb.spec b/mongodb.spec index 5927779..72edccf 100644 --- a/mongodb.spec +++ b/mongodb.spec @@ -5,7 +5,7 @@ %global mongodb_user mongodb Name: mongodb -Version: 3.2.6 +Version: 3.2.7 Release: 1mamba Summary: A cross-platform, high-performance, schema-free document-oriented database Group: Applications/Databases @@ -61,6 +61,9 @@ This package provides the mongo server software, mongo sharding server software, %prep %setup -q -n %{name}-src-r%{version} +# GCC 6.1.0 build fix +sed -e 's|-std=c++11|-std=gnu++11|g' -i SConstruct + %build # see: https://github.com/mongodb/mongo/wiki/Build-Mongodb-From-Source # note: MongoDB uses a customized built-in version of tcmalloc to achieve @@ -171,6 +174,9 @@ exit 0 %{_mandir}/man1/mongos.1* %changelog +* Mon Jul 25 2016 Automatic Build System 3.2.7-1mamba +- automatic version update by autodist + * Mon May 02 2016 Automatic Build System 3.2.6-1mamba - automatic version update by autodist @@ -181,6 +187,9 @@ exit 0 - update the installation scripts and systemd configuration files %changelog +* Mon Jul 25 2016 Automatic Build System 3.2.7-1mamba +- automatic version update by autodist + * Mon May 02 2016 Automatic Build System 3.2.6-1mamba - automatic version update by autodist