Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0.
@ 2022-04-21 15:08 mhmdanas
  2022-04-21 15:14 ` classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mhmdanas @ 2022-04-21 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages profanity-0.12.1
https://github.com/void-linux/void-packages/pull/36803

profanity: update to 0.12.1. libstrophe: update to 0.11.0.
I got this warning when I ran `./xbps-src pkg profanity`, not sure if it's
important:

```
=> WARNING: profanity-0.12.1_1: libprofanity.so.0 not found in common/shlibs!
```

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36803.patch is attached

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

From 446f165cf686d59293e06baadffe520c490b753c Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 21 Apr 2022 18:02:47 +0300
Subject: [PATCH 1/2] libstrophe: update to 0.11.0.

---
 common/shlibs               | 2 +-
 srcpkgs/libstrophe/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index ae4bb44c57a3..e943ea547586 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1784,7 +1784,7 @@ libfcgi.so.0 fcgi-2.4.0_2
 libdshconfig.so.1 libdshconfig-0.20.13_1
 libpar2.so.1 libpar2-0.4_1
 libsodium.so.23 libsodium-1.0.15_1
-libstrophe.so.0 libstrophe-0.10.1_2
+libstrophe.so.0 libstrophe-0.11.0_1
 libganv-1.so.1 ganv-1.4.2_1
 libblas.so.3 blas-3.5.0_1
 libcblas.so.3 cblas-3.6.0_1
diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template
index 5dad32e38267..d7d246755450 100644
--- a/srcpkgs/libstrophe/template
+++ b/srcpkgs/libstrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'libstrophe'
 pkgname=libstrophe
-version=0.10.1
-revision=2
+version=0.11.0
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable cares) $(vopt_enable tls)"
 hostmakedepends="automake libtool pkg-config"
@@ -13,7 +13,7 @@ license="GPL-3.0-only"
 homepage="http://strophe.im/libstrophe/"
 changelog="https://raw.githubusercontent.com/strophe/libstrophe/master/ChangeLog"
 distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz"
-checksum=5bf0bbc555cb6059008f1b748370d4d2ee1e1fabd3eeab68475263556405ba39
+checksum=090185bcf5800663e18340313410e3b6e4e742e065daac9e7cfa5dbb83dab8f5
 
 build_options="cares tls"
 build_options_default="tls"

From 2c9fa4878555be08aa1c2f574d23951ab05d1427 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 21 Apr 2022 18:04:35 +0300
Subject: [PATCH 2/2] profanity: update to 0.12.1.

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

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index 959da4cedb93..d5004820bcce 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,6 +1,6 @@
 # Template file for 'profanity'
 pkgname=profanity
-version=0.11.1
+version=0.12.1
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
@@ -20,7 +20,7 @@ license="GPL-3.0-or-later"
 homepage="https://profanity-im.github.io/"
 changelog="https://raw.githubusercontent.com/profanity-im/profanity/master/CHANGELOG"
 distfiles="https://github.com/boothj5/profanity/releases/download/${version}/profanity-${version}.tar.gz"
-checksum=6f1b4df6c2971f51d03d48d2bfd4f69b4404410d800b43f029ea1cf08a02bd45
+checksum=e344481e7bf3b16baf58a169d321b809c4700becffb70db6f1c39adc3fad306e
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*)

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

end of thread, other threads:[~2022-06-30 14:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 15:08 [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0 mhmdanas
2022-04-21 15:14 ` classabbyamp
2022-04-21 15:16 ` mhmdanas
2022-04-22 10:00 ` paper42
2022-04-25 14:32 ` paper42
2022-04-25 14:45 ` mhmdanas
2022-04-25 15:15 ` [PR PATCH] [Updated] " mhmdanas
2022-05-26 14:33 ` mhmdanas
2022-06-30 14:58 ` [PR PATCH] [Merged]: profanity: update to 0.12.1. libstrophe: update to 0.12.0 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).