Page MenuHomeSolus

D9942.diff
No OneTemporary

D9942.diff

diff --git a/files/Remove-Node-version-check.patch b/files/Remove-Node-version-check.patch
new file mode 100644
--- /dev/null
+++ b/files/Remove-Node-version-check.patch
@@ -0,0 +1,25 @@
+From ee86b5a3e498b964d6166217e50b3c1371c29248 Mon Sep 17 00:00:00 2001
+From: Fabio Forni <livingsilver94.solus@redaril.me>
+Date: Sat, 7 Nov 2020 11:57:06 +0100
+Subject: [PATCH] Remove version check
+
+---
+ package.json | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package.json b/package.json
+index 6ad74f84..83c03eb4 100644
+--- a/package.json
++++ b/package.json
+@@ -411,7 +411,7 @@
+ "vscode-windows-registry": "1.0.2"
+ },
+ "engines": {
+- "node": "^12.4.0",
++ "node": ">=12.4.0",
+ "npm": ">=6.13.0"
+ },
+ "bugs": {
+--
+2.29.2
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : mongodb-compass
-version : 1.22.1
-release : 3
+version : 1.23.0
+release : 4
source :
- - https://github.com/mongodb-js/compass/archive/v1.22.1.tar.gz : c668f23caf16acc5015582a6ed5514431259a84992d6f726a982c2d9dd49aa54
+ - https://github.com/mongodb-js/compass/archive/v1.23.0.tar.gz : 36069b92121d63e7c470ac90d0db997b04dcac2fc643f4ff4d77956583089d03
license : SSPL-1.0
component : database
summary : MongoDB management GUI
@@ -10,17 +10,16 @@
MongoDB Compass is a visual manager for MongoDB.
networking : yes
builddeps :
- - pkgconfig(alsa)
- - pkgconfig(com_err)
- pkgconfig(gtk+-3.0)
- pkgconfig(krb5)
- - cups-devel
+ - pkgconfig(libsecret-1)
- git
- nodejs
rundeps :
- gnome-keyring
- nodejs
setup : |
+ %patch -p1 < $pkgfiles/Remove-Node-version-check.patch
npm install
%patch -p1 < $pkgfiles/Package-only-Solus-bits.patch
build : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -100,6 +100,7 @@
<Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/js/tests/vendor/qunit.js</Path>
<Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/kerberos/build/Release/kerberos.node</Path>
<Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/keytar/build/Release/obj.target/keytar.node</Path>
<Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/load-json-file/node_modules/parse-json/vendor/parse.js</Path>
<Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/load-json-file/node_modules/parse-json/vendor/unicode.js</Path>
<Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/react-virtualized/dist/commonjs/vendor/binarySearchBounds.js</Path>
@@ -123,12 +124,12 @@
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2020-09-04</Date>
- <Version>1.22.1</Version>
+ <Update release="4">
+ <Date>2020-11-07</Date>
+ <Version>1.23.0</Version>
<Comment>Packaging update</Comment>
<Name>Fabio Forni</Name>
<Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 9:42 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5814297
Default Alt Text
D9942.diff (3 KB)

Event Timeline