automatic version update by autodist [release 3.2.7-1mamba;Mon Jul 25 2016]
This commit is contained in:
parent
425bdc5321
commit
fa89f350b1
11
mongodb.spec
11
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 <autodist@mambasoft.it> 3.2.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 02 2016 Automatic Build System <autodist@mambasoft.it> 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 <autodist@mambasoft.it> 3.2.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 02 2016 Automatic Build System <autodist@mambasoft.it> 3.2.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user