Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] texlab: update to 5.2.0
@ 2023-02-01  0:19 cinerea0
  2023-02-01  0:21 ` cinerea0
  2023-02-05 10:10 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 4+ messages in thread
From: cinerea0 @ 2023-02-01  0:19 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/42008

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


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

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

From 2dcbec59c0bc39b8ff1a1dce084a760fd3baabbc Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 31 Jan 2023 19:18:11 -0500
Subject: [PATCH] texlab: update to 5.2.0

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

diff --git a/srcpkgs/texlab/template b/srcpkgs/texlab/template
index 4f844d6cb0b3..87569a0a2843 100644
--- a/srcpkgs/texlab/template
+++ b/srcpkgs/texlab/template
@@ -1,6 +1,6 @@
 # Template file for 'texlab'
 pkgname=texlab
-version=5.1.0
+version=5.2.0
 revision=1
 build_style=cargo
 short_desc="Implementation of the Language Server Protocol for LaTeX"
@@ -9,7 +9,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=e327c78e079dc94290b34065cde92510f02db3f012aedcba4eb882bfc815cf55
+checksum=e23bff5b39d8605a2e1b789e25015332a5777cfb53b3d24535ceef0034437929
 
 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: texlab: update to 5.2.0
  2023-02-01  0:19 [PR PATCH] texlab: update to 5.2.0 cinerea0
@ 2023-02-01  0:21 ` cinerea0
  2023-02-05 10:10 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-02-01  0:21 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/42008#issuecomment-1411258232

Comment:
Thanks to @subnut for additional testing! I don't know if you saw my last comment in the other PR, but once again my apologies for my initial hostile reaction.

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

* Re: [PR PATCH] [Merged]: texlab: update to 5.2.0
  2023-02-01  0:19 [PR PATCH] texlab: update to 5.2.0 cinerea0
  2023-02-01  0:21 ` cinerea0
@ 2023-02-05 10:10 ` paper42
  1 sibling, 0 replies; 4+ messages in thread
From: paper42 @ 2023-02-05 10:10 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.2.0
https://github.com/void-linux/void-packages/pull/42008

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


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

* [PR PATCH] texlab: update to 5.2.0
@ 2023-01-30  4:27 subnut
  0 siblings, 0 replies; 4+ messages in thread
From: subnut @ 2023-01-30  4:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages texlab
https://github.com/void-linux/void-packages/pull/41952

texlab: update to 5.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
@cinerea0 

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

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

From cb4f784db6c16bbd3c5f0b8b02c4fa8674d96e1e Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 09:55:40 +0530
Subject: [PATCH] texlab: update to 5.2.0

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

diff --git a/srcpkgs/texlab/template b/srcpkgs/texlab/template
index 4f844d6cb0b3..87569a0a2843 100644
--- a/srcpkgs/texlab/template
+++ b/srcpkgs/texlab/template
@@ -1,6 +1,6 @@
 # Template file for 'texlab'
 pkgname=texlab
-version=5.1.0
+version=5.2.0
 revision=1
 build_style=cargo
 short_desc="Implementation of the Language Server Protocol for LaTeX"
@@ -9,7 +9,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=e327c78e079dc94290b34065cde92510f02db3f012aedcba4eb882bfc815cf55
+checksum=e23bff5b39d8605a2e1b789e25015332a5777cfb53b3d24535ceef0034437929
 
 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

end of thread, other threads:[~2023-02-05 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01  0:19 [PR PATCH] texlab: update to 5.2.0 cinerea0
2023-02-01  0:21 ` cinerea0
2023-02-05 10:10 ` [PR PATCH] [Merged]: " paper42
  -- strict thread matches above, loose matches on Subject: below --
2023-01-30  4:27 [PR PATCH] " subnut

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).