Sat, 09 Dec 2023 12:29:38 EST

Information for build mongodb-1.8.2-2.ru6

ID2784
Package Namemongodb
Version1.8.2
Release2.ru6
Epoch
SummaryHigh-performance, schema-free document-oriented database
DescriptionMongo (from "humongous") is a high-performance, open source, schema-free document-oriented database. MongoDB is written in C++ and offers the following features: * Collection oriented storage: easy storage of object/JSON-style data * Dynamic queries * Full index support, including on inner objects and embedded arrays * Query profiling * Replication and fail-over support * Efficient storage of binary data including large objects (e.g. photos and videos) * Auto-sharding for cloud-level scalability (currently in early alpha) * Commercial Support Available A key goal of MongoDB is to bridge the gap between key/value stores (which are fast and highly scalable) and traditional RDBMS systems (which are deep in functionality).
Built byvverna
State complete
StartedWed, 23 May 2012 12:50:15 EDT
CompletedWed, 23 May 2012 13:26:37 EDT
Taskbuild (centos6-rutgers-staging, mongodb-1.8.2-2.ru6.src.rpm)
Tags
centos6-rutgers-staging
RPMs
src
mongodb-1.8.2-2.ru6.src.rpm (info) (download)
i386 (build logs)
libmongodb-1.8.2-2.ru6.i386.rpm (info) (download)
mongodb-1.8.2-2.ru6.i386.rpm (info) (download)
mongodb-devel-1.8.2-2.ru6.i386.rpm (info) (download)
mongodb-server-1.8.2-2.ru6.i386.rpm (info) (download)
mongodb-debuginfo-1.8.2-2.ru6.i386.rpm (info) (download)
x86_64 (build logs)
libmongodb-1.8.2-2.ru6.x86_64.rpm (info) (download)
mongodb-1.8.2-2.ru6.x86_64.rpm (info) (download)
mongodb-devel-1.8.2-2.ru6.x86_64.rpm (info) (download)
mongodb-server-1.8.2-2.ru6.x86_64.rpm (info) (download)
mongodb-debuginfo-1.8.2-2.ru6.x86_64.rpm (info) (download)
Changelog * Mon May 21 2012 Vaibhav Verma <vverna@nbcs.rutgers.edu> - 1.8.2-2.ru6 - Rebuilt for CentOS6 Rutgers. * Wed Jul 13 2011 Chris Lalancette <clalance@redhat.com> - 1.8.2-2 - Make mongodb-devel require boost-devel (BZ 703184) * Fri Jul 01 2011 Chris Lalancette <clalance@redhat.com> - 1.8.2-1 - Update to upstream 1.8.2 - Add patch to ignore TERM * Fri Jul 01 2011 Chris Lalancette <clalance@redhat.com> - 1.8.0-3 - Bump release to build against new boost package * Sat Mar 19 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.8.0-2 - Make mongod bind only to 127.0.0.1 by default * Sat Mar 19 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.8.0-1 - Update to 1.8.0 - Remove upstreamed nonce patch * Wed Feb 16 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.7.5-5 - Add nonce patch * Sun Feb 13 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.7.5-4 - Manually define to use boost-fs v2 * Sat Feb 12 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.7.5-3 - Disable extra warnings * Fri Feb 11 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.7.5-2 - Disable compilation errors on warnings * Fri Feb 11 2011 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.7.5-1 - Update to 1.7.5 - Remove CPPFLAGS override - Added libmongodb package * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Dec 06 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.4-3 - Add post/postun ldconfig... oops! * Mon Dec 06 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.4-2 - Enable --sharedclient option, remove static lib * Sat Dec 04 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.4-1 - New upstream release * Fri Oct 08 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.3-4 - Put -fPIC onto both the build and install scons calls * Fri Oct 08 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.3-3 - Define _initddir when it doesn't exist for el5 and others * Fri Oct 08 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.6.3-2 - Added -fPIC build option which was dropped by accident * Thu Oct 07 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.6.3-1 - removed js Requires - new upstream release - added more excludearches: sparc s390, s390x and bugzilla pointer * Tue Sep 07 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.6.2-2 - added ExcludeArch for ppc * Fri Sep 03 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.6.2-1 - new upstream release 1.6.2 - send mongod the USR1 signal when doing logrotate - use config options when starting the daemon from the initfile - removed dbpath patch: rely on config - added pid directory to config file and created the dir in the spec - made the init script use options from the config file - changed logpath in mongodb.conf * Wed Sep 01 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.6.1-1 - new upstream release 1.6.1 - patched SConstruct to allow setting cppflags - stopped using sed and chmod macros * Fri Aug 06 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.6.0-1 - new upstream release: 1.6.0 - added -server package - added new license file to %docs - fix spurious permissions and EOF encodings on some files * Tue Jun 15 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.4.3-2 - added explicit js requirement - changed some names * Wed May 26 2010 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.4.3-1 - updated to 1.4.3 - added zlib license for util/md5 - deleted upstream deb/rpm recipes - made scons not strip binaries - made naming more consistent in logfile, lockfiles, init scripts etc. - included manpages and added corresponding license - added mongodb.conf to sources * Fri Oct 02 2009 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 1.0.0-3 - fixed libpath issue for 64bit systems * Thu Oct 01 2009 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 1.0.0-2 - added virtual -static package * Mon Aug 31 2009 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 1.0.0-1 - Initial release.