Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] texlab: update to 5.9.1
@ 2023-08-12 23:08 cinerea0
  2023-08-14 20:32 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2023-08-12 23:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 379 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages texlab
https://github.com/void-linux/void-packages/pull/45573

texlab: update to 5.9.1
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/45573.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-texlab-45573.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From 2b89a1b483deecb65e84c3b03f7a110149d6d1b2 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 12 Aug 2023 19:07:47 -0400
Subject: [PATCH] texlab: update to 5.9.1

---
 srcpkgs/texlab/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/texlab/template b/srcpkgs/texlab/template
index 6778c363480b2..ecacd30dfd9b5 100644
--- a/srcpkgs/texlab/template
+++ b/srcpkgs/texlab/template
@@ -1,6 +1,6 @@
 # Template file for 'texlab'
 pkgname=texlab
-version=5.9.0
+version=5.9.1
 revision=1
 build_style=cargo
 make_install_args="--path crates/texlab"
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="https://texlab.netlify.app/"
 changelog="https://raw.githubusercontent.com/latex-lsp/texlab/master/CHANGELOG.md"
 distfiles="https://github.com/latex-lsp/texlab/archive/refs/tags/v${version}.tar.gz"
-checksum=93f442c75751890d9f7e3409593926451c38aa4212b5e9454a2bde2191fccde5
+checksum=bed004908cf1084c02a60747977f16071580fd8a1cd0c543ca1b3e1aa93f0e14
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" -a "$XBPS_TARGET_WORDSIZE" = "32" ]; then
 	broken="smartstring fails to compile"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] texlab: update to 5.9.1
  2023-08-12 23:08 [PR PATCH] texlab: update to 5.9.1 cinerea0
@ 2023-08-14 20:32 ` cinerea0
  2023-08-14 22:04 ` [PR PATCH] [Updated] texlab: update to 5.9.2 cinerea0
  2023-08-20 14:16 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-08-14 20:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages texlab
https://github.com/void-linux/void-packages/pull/45573

texlab: update to 5.9.1
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/45573.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-texlab-45573.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From aa49c7c0aaa1023c212ed544b060573a93bbcbaa Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 14 Aug 2023 16:31:55 -0400
Subject: [PATCH] texlab: update to 5.9.2

---
 srcpkgs/texlab/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/texlab/template b/srcpkgs/texlab/template
index 6778c363480b2..74d65eff1f200 100644
--- a/srcpkgs/texlab/template
+++ b/srcpkgs/texlab/template
@@ -1,6 +1,6 @@
 # Template file for 'texlab'
 pkgname=texlab
-version=5.9.0
+version=5.9.2
 revision=1
 build_style=cargo
 make_install_args="--path crates/texlab"
@@ -10,7 +10,7 @@ license="GPL-3.0-or-later"
 homepage="https://texlab.netlify.app/"
 changelog="https://raw.githubusercontent.com/latex-lsp/texlab/master/CHANGELOG.md"
 distfiles="https://github.com/latex-lsp/texlab/archive/refs/tags/v${version}.tar.gz"
-checksum=93f442c75751890d9f7e3409593926451c38aa4212b5e9454a2bde2191fccde5
+checksum=b635d592423705802feb442e47622307c2ed12d265f5d48b95b3082f27d571ae
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" -a "$XBPS_TARGET_WORDSIZE" = "32" ]; then
 	broken="smartstring fails to compile"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] texlab: update to 5.9.2
  2023-08-12 23:08 [PR PATCH] texlab: update to 5.9.1 cinerea0
  2023-08-14 20:32 ` [PR PATCH] [Updated] " cinerea0
@ 2023-08-14 22:04 ` cinerea0
  2023-08-20 14:16 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-08-14 22:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages texlab
https://github.com/void-linux/void-packages/pull/45573

texlab: update to 5.9.2
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/45573.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-texlab-45573.patch --]
[-- Type: text/x-diff, Size: 1312 bytes --]

From bc0179abd33bcb304652eef70d67571a90b647fc Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 14 Aug 2023 18:03:49 -0400
Subject: [PATCH] texlab: update to 5.9.2

---
 srcpkgs/texlab/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/texlab/template b/srcpkgs/texlab/template
index 6778c363480b2..b6293d46cd687 100644
--- a/srcpkgs/texlab/template
+++ b/srcpkgs/texlab/template
@@ -1,16 +1,17 @@
 # Template file for 'texlab'
 pkgname=texlab
-version=5.9.0
+version=5.9.2
 revision=1
 build_style=cargo
 make_install_args="--path crates/texlab"
+make_check_args="-- --test-threads 1" # Tests broken when ran in parallel
 short_desc="Implementation of the Language Server Protocol for LaTeX"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://texlab.netlify.app/"
 changelog="https://raw.githubusercontent.com/latex-lsp/texlab/master/CHANGELOG.md"
 distfiles="https://github.com/latex-lsp/texlab/archive/refs/tags/v${version}.tar.gz"
-checksum=93f442c75751890d9f7e3409593926451c38aa4212b5e9454a2bde2191fccde5
+checksum=b635d592423705802feb442e47622307c2ed12d265f5d48b95b3082f27d571ae
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" -a "$XBPS_TARGET_WORDSIZE" = "32" ]; then
 	broken="smartstring fails to compile"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: texlab: update to 5.9.2
  2023-08-12 23:08 [PR PATCH] texlab: update to 5.9.1 cinerea0
  2023-08-14 20:32 ` [PR PATCH] [Updated] " cinerea0
  2023-08-14 22:04 ` [PR PATCH] [Updated] texlab: update to 5.9.2 cinerea0
@ 2023-08-20 14:16 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-08-20 14:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

There's a merged pull request on the void-packages repository

texlab: update to 5.9.2
https://github.com/void-linux/void-packages/pull/45573

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-20 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-12 23:08 [PR PATCH] texlab: update to 5.9.1 cinerea0
2023-08-14 20:32 ` [PR PATCH] [Updated] " cinerea0
2023-08-14 22:04 ` [PR PATCH] [Updated] texlab: update to 5.9.2 cinerea0
2023-08-20 14:16 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).