Page MenuHomeSolus

D2369.id5670.diff
No OneTemporary

D2369.id5670.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,10 +1,7 @@
-libboost_chrono.so.1.62.0
libboost_filesystem.so.1.62.0
libboost_iostreams.so.1.62.0
libboost_program_options.so.1.62.0
-libboost_regex.so.1.62.0
libboost_system.so.1.62.0
-libboost_thread.so.1.62.0
libc.so.6
libcrypto.so.1.0.0
libdl.so.2
@@ -13,11 +10,12 @@
libpcre.so.1
libpcrecpp.so.0
libpthread.so.0
+libresolv.so.2
librt.so.1
libsasl2.so.3
libsnappy.so.1
libssl.so.1.0.0
libstdc++.so.6
-libwiredtiger-2.9.3.so
+libwiredtiger-3.0.0.so
libyaml-cpp.so.0.5
libz.so.1
diff --git a/files/fix-for-boost-1.62.0.patch b/files/fix-for-boost-1.62.0.patch
deleted file mode 100644
--- a/files/fix-for-boost-1.62.0.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 024609cd72f505fb5e695c023066d58cbb646826 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=B6nke=20Behrendt?= <thesoenke@outlook.com>
-Date: Sun, 27 Nov 2016 12:22:47 +0100
-Subject: [PATCH 1/1] fix for boost-1.62.0
-
----
- src/mongo/db/fts/unicode/string.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/mongo/db/fts/unicode/string.cpp b/src/mongo/db/fts/unicode/string.cpp
-index 10737ac..79bd58d 100644
---- a/src/mongo/db/fts/unicode/string.cpp
-+++ b/src/mongo/db/fts/unicode/string.cpp
-@@ -274,7 +274,7 @@ bool String::substrMatch(const std::string& str,
-
- // Case sensitive and diacritic sensitive.
- return boost::algorithm::boyer_moore_search(
-- haystack.begin(), haystack.end(), needle.begin(), needle.end()) != haystack.end();
-+ haystack.begin(), haystack.end(), needle.begin(), needle.end()) != std::make_pair(haystack.end(), haystack.end());
- }
-
- } // namespace unicode
---
-2.10.2
-
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : mongodb
-version : 3.4.10
-release : 6
+version : 3.6.3
+release : 7
source :
- - https://fastdl.mongodb.org/src/mongodb-src-r3.4.10.tar.gz : 443800ca4f52fa613b29052f5f76abc0ccc477451b55f3665b61819f28ace2f3
+ - https://fastdl.mongodb.org/src/mongodb-src-r3.6.2.tar.gz : 018788bd31d6953e55cda0ad0771d23e6b78e024a8a6404a80a900c67215b0a7
license : AGPL-3.0
component : database
summary : A high-performance, open source, schema-free document-oriented database
@@ -15,10 +15,12 @@
- pkgconfig(yaml-cpp)
- libboost-devel
- libpcap-devel
+ - python-cheetah
+ - python-requests
+ - python-setuptools
+ - python-typing
- scons
- snappy-devel
-setup : |
- %patch -p1 < $pkgfiles/fix-for-boost-1.62.0.patch
build : |
scons install \
--prefix=$installdir/usr \
@@ -31,10 +33,11 @@
--use-sasl-client \
--ssl \
--disable-warnings-as-errors \
- --jobs $(nproc)
+ %JOBS%
install : |
install -Dm 00644 $pkgfiles/mongodb.service $installdir/%libdir%/systemd/system/mongodb.service
install -Dm 00644 $pkgfiles/mongodb.sysusers $installdir/%libdir%/sysusers.d/mongodb.conf
install -Dm 00644 $pkgfiles/mongodb.tmpfiles $installdir/%libdir%/tmpfiles.d/mongodb.conf
install -Dm 00644 $pkgfiles/mongodb.conf $installdir/usr/share/defaults/mongodb/mongodb.conf
install -Dm 00755 $pkgfiles/mongodb.sh $installdir/usr/share/mongodb/mongodb.sh
+
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -28,12 +28,12 @@
</Files>
</Package>
<History>
- <Update release="6">
- <Date>2017-12-28</Date>
- <Version>3.4.10</Version>
+ <Update release="7">
+ <Date>2018-02-24</Date>
+ <Version>3.6.3</Version>
<Comment>Packaging update</Comment>
<Name>Pierre-Yves</Name>
<Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
May 20 2023, 12:56 AM (11 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5825513
Default Alt Text
D2369.id5670.diff (3 KB)

Event Timeline