Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gajim: update to 1.5.3.
@ 2022-11-18  6:54 teldra
  2022-11-21  8:25 ` Emru1
  2022-11-24  6:35 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: teldra @ 2022-11-18  6:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-gajim
https://github.com/void-linux/void-packages/pull/40591

gajim: update to 1.5.3.
<!-- 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/40591.patch is attached

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

From acc5874073c4d6065efc90497228c1aecef1c6d3 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Fri, 18 Nov 2022 07:53:18 +0100
Subject: [PATCH] gajim: update to 1.5.3.

---
 srcpkgs/gajim/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index bf754cc4e0ad..d3ac8b7e0f96 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -1,7 +1,7 @@
 # Template file for 'gajim'
 pkgname=gajim
-version=1.5.2
-revision=2
+version=1.5.3
+revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools"
 depends="python3-gobject python3-setuptools python3-Pillow
@@ -17,7 +17,7 @@ license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
 distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz"
-checksum=917a46686a7d3967436b5ab7871ee7ac3d5978a1f908a9538196f2b8d674e7ff
+checksum=252578e7ddacee8289cf106086d96bbd7a82a0eea2091a1836efde6aa3dfb8b0
 
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"

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

* Re: gajim: update to 1.5.3.
  2022-11-18  6:54 [PR PATCH] gajim: update to 1.5.3 teldra
@ 2022-11-21  8:25 ` Emru1
  2022-11-24  6:35 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: Emru1 @ 2022-11-21  8:25 UTC (permalink / raw)
  To: ml

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

New comment by Emru1 on void-packages repository

https://github.com/void-linux/void-packages/pull/40591#issuecomment-1321680887

Comment:
You also need to update python3-nbxmpp to 3.2.5
I think there should be version guard on this dependency

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

* Re: [PR PATCH] [Merged]: gajim: update to 1.5.3.
  2022-11-18  6:54 [PR PATCH] gajim: update to 1.5.3 teldra
  2022-11-21  8:25 ` Emru1
@ 2022-11-24  6:35 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-11-24  6:35 UTC (permalink / raw)
  To: ml

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

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

gajim: update to 1.5.3.
https://github.com/void-linux/void-packages/pull/40591

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] 3+ messages in thread

end of thread, other threads:[~2022-11-24  6:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18  6:54 [PR PATCH] gajim: update to 1.5.3 teldra
2022-11-21  8:25 ` Emru1
2022-11-24  6:35 ` [PR PATCH] [Merged]: " classabbyamp

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