Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] telegram-desktop: update to 4.6.3.
@ 2023-02-20  3:12 baalajimaestro
  2023-02-20  3:50 ` [PR PATCH] [Updated] " baalajimaestro
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: baalajimaestro @ 2023-02-20  3:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baalajimaestro/void-packages update/tdesktop/4.6.3
https://github.com/void-linux/void-packages/pull/42356

telegram-desktop: update to 4.6.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, glibc, x86_64


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/tdesktop/4.6.3-42356.patch --]
[-- Type: text/x-diff, Size: 1243 bytes --]

From 9db706ad38f5d2ea1985452e640977ab02b112db Mon Sep 17 00:00:00 2001
From: baalajimaestro <me@baalajimaestro.me>
Date: Mon, 20 Feb 2023 08:41:36 +0530
Subject: [PATCH] telegram-desktop: update to 4.6.3.

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
---
 srcpkgs/telegram-desktop/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template
index 76782d5453e7..e994e231387d 100644
--- a/srcpkgs/telegram-desktop/template
+++ b/srcpkgs/telegram-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'telegram-desktop'
 pkgname=telegram-desktop
-version=4.6.2
+version=4.6.3
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -25,7 +25,7 @@ license="GPL-3.0-or-later, OpenSSL"
 homepage="https://desktop.telegram.org/"
 changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
 distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
-checksum=f4cff5ec547c8aa5da7912c66a171afa048c933c93cd07e98ea7bf4c1e784db1
+checksum=520dbfe244024bc0e35e9644136aae4ca6692f8db6bd51b05ef8ac2ed7b8260a
 
 build_options="spellcheck"
 build_options_default="spellcheck"

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

* Re: [PR PATCH] [Updated] telegram-desktop: update to 4.6.3.
  2023-02-20  3:12 [PR PATCH] telegram-desktop: update to 4.6.3 baalajimaestro
@ 2023-02-20  3:50 ` baalajimaestro
  2023-02-24  2:10 ` baalajimaestro
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: baalajimaestro @ 2023-02-20  3:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baalajimaestro/void-packages update/tdesktop/4.6.3
https://github.com/void-linux/void-packages/pull/42356

telegram-desktop: update to 4.6.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, glibc, x86_64


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/tdesktop/4.6.3-42356.patch --]
[-- Type: text/x-diff, Size: 1984 bytes --]

From 73f415ede33d03a91e4d2667b70f83f3ee9aa1b2 Mon Sep 17 00:00:00 2001
From: baalajimaestro <me@baalajimaestro.me>
Date: Mon, 20 Feb 2023 08:41:36 +0530
Subject: [PATCH] telegram-desktop: update to 4.6.3.

- Update patches to reflect changes

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
---
 srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch | 4 ++--
 srcpkgs/telegram-desktop/template                            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch b/srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch
index 1431f341e3e1..debe5a1cd1fd 100644
--- a/srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch
+++ b/srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch
@@ -6,6 +6,6 @@
  if (DESKTOP_APP_USE_PACKAGED)
 -    if (DESKTOP_APP_USE_PACKAGED_LAZY)
 +    if (TRUE)
-         find_package(Microsoft.GSL QUIET)
+         find_package(Microsoft.GSL 4.0.0 QUIET)
      else()
-         find_package(Microsoft.GSL)
+         find_package(Microsoft.GSL 4.0.0)
diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template
index 76782d5453e7..e994e231387d 100644
--- a/srcpkgs/telegram-desktop/template
+++ b/srcpkgs/telegram-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'telegram-desktop'
 pkgname=telegram-desktop
-version=4.6.2
+version=4.6.3
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -25,7 +25,7 @@ license="GPL-3.0-or-later, OpenSSL"
 homepage="https://desktop.telegram.org/"
 changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
 distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
-checksum=f4cff5ec547c8aa5da7912c66a171afa048c933c93cd07e98ea7bf4c1e784db1
+checksum=520dbfe244024bc0e35e9644136aae4ca6692f8db6bd51b05ef8ac2ed7b8260a
 
 build_options="spellcheck"
 build_options_default="spellcheck"

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

* Re: telegram-desktop: update to 4.6.3.
  2023-02-20  3:12 [PR PATCH] telegram-desktop: update to 4.6.3 baalajimaestro
  2023-02-20  3:50 ` [PR PATCH] [Updated] " baalajimaestro
@ 2023-02-24  2:10 ` baalajimaestro
  2023-02-28 10:17 ` [PR PATCH] [Updated] " baalajimaestro
  2023-02-28 15:06 ` [PR PATCH] [Merged]: telegram-desktop: update to 4.6.5 Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: baalajimaestro @ 2023-02-24  2:10 UTC (permalink / raw)
  To: ml

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

New comment by baalajimaestro on void-packages repository

https://github.com/void-linux/void-packages/pull/42356#issuecomment-1442697158

Comment:
Hi @Johnnynator @paper42 requesting review on this PR, maybe this got missed in the flood of PRs

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

* Re: [PR PATCH] [Updated] telegram-desktop: update to 4.6.3.
  2023-02-20  3:12 [PR PATCH] telegram-desktop: update to 4.6.3 baalajimaestro
  2023-02-20  3:50 ` [PR PATCH] [Updated] " baalajimaestro
  2023-02-24  2:10 ` baalajimaestro
@ 2023-02-28 10:17 ` baalajimaestro
  2023-02-28 15:06 ` [PR PATCH] [Merged]: telegram-desktop: update to 4.6.5 Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: baalajimaestro @ 2023-02-28 10:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baalajimaestro/void-packages update/tdesktop/4.6.3
https://github.com/void-linux/void-packages/pull/42356

telegram-desktop: update to 4.6.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, glibc, x86_64


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/tdesktop/4.6.3-42356.patch --]
[-- Type: text/x-diff, Size: 1984 bytes --]

From d45cd32f275a40afb9f8f17a6a0f32a2885795b4 Mon Sep 17 00:00:00 2001
From: baalajimaestro <me@baalajimaestro.me>
Date: Mon, 20 Feb 2023 08:41:36 +0530
Subject: [PATCH] telegram-desktop: update to 4.6.5.

- Update patches to reflect changes

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
---
 srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch | 4 ++--
 srcpkgs/telegram-desktop/template                            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch b/srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch
index 1431f341e3e1..debe5a1cd1fd 100644
--- a/srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch
+++ b/srcpkgs/telegram-desktop/patches/0001-use-vendored-gsl.patch
@@ -6,6 +6,6 @@
  if (DESKTOP_APP_USE_PACKAGED)
 -    if (DESKTOP_APP_USE_PACKAGED_LAZY)
 +    if (TRUE)
-         find_package(Microsoft.GSL QUIET)
+         find_package(Microsoft.GSL 4.0.0 QUIET)
      else()
-         find_package(Microsoft.GSL)
+         find_package(Microsoft.GSL 4.0.0)
diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template
index fabbed00aba8..aae9f3135100 100644
--- a/srcpkgs/telegram-desktop/template
+++ b/srcpkgs/telegram-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'telegram-desktop'
 pkgname=telegram-desktop
-version=4.6.2
+version=4.6.5
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -25,7 +25,7 @@ license="GPL-3.0-or-later, OpenSSL"
 homepage="https://desktop.telegram.org/"
 changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
 distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
-checksum=f4cff5ec547c8aa5da7912c66a171afa048c933c93cd07e98ea7bf4c1e784db1
+checksum=3448d879afdc7c5c06d2b0f9cabe339b08093cb25f380a3e398d32daa96a9c36
 
 build_options="spellcheck"
 build_options_default="spellcheck"

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

* Re: [PR PATCH] [Merged]: telegram-desktop: update to 4.6.5.
  2023-02-20  3:12 [PR PATCH] telegram-desktop: update to 4.6.3 baalajimaestro
                   ` (2 preceding siblings ...)
  2023-02-28 10:17 ` [PR PATCH] [Updated] " baalajimaestro
@ 2023-02-28 15:06 ` Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: Johnnynator @ 2023-02-28 15:06 UTC (permalink / raw)
  To: ml

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

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

telegram-desktop: update to 4.6.5.
https://github.com/void-linux/void-packages/pull/42356

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

#### Local build testing
- I built this PR locally for my native architecture, glibc, x86_64


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

end of thread, other threads:[~2023-02-28 15:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20  3:12 [PR PATCH] telegram-desktop: update to 4.6.3 baalajimaestro
2023-02-20  3:50 ` [PR PATCH] [Updated] " baalajimaestro
2023-02-24  2:10 ` baalajimaestro
2023-02-28 10:17 ` [PR PATCH] [Updated] " baalajimaestro
2023-02-28 15:06 ` [PR PATCH] [Merged]: telegram-desktop: update to 4.6.5 Johnnynator

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