Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] skype: update to 8.90.0.405.
@ 2022-11-01 17:39 mobinmob
  2022-11-01 17:41 ` [PR PATCH] [Merged]: " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2022-11-01 17:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages skype
https://github.com/void-linux/void-packages/pull/40271

skype: update to 8.90.0.405.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c804c9e95b1c5758325d4a37f1943daf290ec10c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 1 Nov 2022 19:38:45 +0200
Subject: [PATCH] skype: update to 8.90.0.405.

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

diff --git a/srcpkgs/skype/template b/srcpkgs/skype/template
index 1fdb1b17832d..91346c95c580 100644
--- a/srcpkgs/skype/template
+++ b/srcpkgs/skype/template
@@ -1,7 +1,7 @@
 # Template file for 'skype'
 # This just repackages the rpm package.
 pkgname=skype
-version=8.89.0.403
+version=8.90.0.405
 revision=1
 archs="x86_64"
 create_wrksrc=yes
@@ -12,7 +12,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="custom:skype-servicesagreement" # no vlicense
 homepage="https://www.skype.com"
 distfiles="https://repo.skype.com/rpm/stable/skypeforlinux_${version}-1.x86_64.rpm"
-checksum=4eac35872c713fb7a2b7c435f33bbd28104f799d0f8744b2add05d9cbb3dc7ee
+checksum=06aedb516efe00c905854d90de8caf0aa9e32bbecfa1684377b431e4ec78d869
 repository="nonfree"
 nostrip="yes"
 

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

* Re: [PR PATCH] [Merged]: skype: update to 8.90.0.405.
  2022-11-01 17:39 [PR PATCH] skype: update to 8.90.0.405 mobinmob
@ 2022-11-01 17:41 ` classabbyamp
  2022-11-01 17:45 ` mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-11-01 17:41 UTC (permalink / raw)
  To: ml

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

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

skype: update to 8.90.0.405.
https://github.com/void-linux/void-packages/pull/40271

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: skype: update to 8.90.0.405.
  2022-11-01 17:39 [PR PATCH] skype: update to 8.90.0.405 mobinmob
  2022-11-01 17:41 ` [PR PATCH] [Merged]: " classabbyamp
@ 2022-11-01 17:45 ` mobinmob
  2022-11-01 17:47 ` mobinmob
  2022-11-01 19:01 ` mobinmob
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2022-11-01 17:45 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/40271#issuecomment-1298888444

Comment:
@classabbyamp Many thanks for the **instant** merge :) 
Can you merge https://github.com/void-linux/void-packages/pull/40007 ?  
It fixes a really silly runtime dependency ommition (my mistake) which surfaced and was reported when I fixed other deps in my boot-66serv PR and was reported there.

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

* Re: skype: update to 8.90.0.405.
  2022-11-01 17:39 [PR PATCH] skype: update to 8.90.0.405 mobinmob
  2022-11-01 17:41 ` [PR PATCH] [Merged]: " classabbyamp
  2022-11-01 17:45 ` mobinmob
@ 2022-11-01 17:47 ` mobinmob
  2022-11-01 19:01 ` mobinmob
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2022-11-01 17:47 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/40271#issuecomment-1298888444

Comment:
@classabbyamp Many thanks for the **instant** merge :) 
Can you merge https://github.com/void-linux/void-packages/pull/40007 ?  
It fixes a really silly runtime dependency ommition (my mistake) which surfaced and was reported when I fixed other deps in my boot-66serv PR and was[ reported there](https://github.com/void-linux/void-packages/pull/25743#issuecomment-1280071284).

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

* Re: skype: update to 8.90.0.405.
  2022-11-01 17:39 [PR PATCH] skype: update to 8.90.0.405 mobinmob
                   ` (2 preceding siblings ...)
  2022-11-01 17:47 ` mobinmob
@ 2022-11-01 19:01 ` mobinmob
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2022-11-01 19:01 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/40271#issuecomment-1298888444

Comment:
@classabbyamp Many thanks for the **instant** merge :) 
Can you merge https://github.com/void-linux/void-packages/pull/40007 ?  
It fixes a really silly runtime dependency omission (my mistake) which surfaced and was reported when I fixed other deps in my boot-66serv PR and was[ reported there](https://github.com/void-linux/void-packages/pull/25743#issuecomment-1280071284).

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

end of thread, other threads:[~2022-11-01 19:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 17:39 [PR PATCH] skype: update to 8.90.0.405 mobinmob
2022-11-01 17:41 ` [PR PATCH] [Merged]: " classabbyamp
2022-11-01 17:45 ` mobinmob
2022-11-01 17:47 ` mobinmob
2022-11-01 19:01 ` mobinmob

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