Github messages for voidlinux
 help / color / mirror / Atom feed
From: realcharmer <realcharmer@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libcotp: update to 3.0.0
Date: Tue, 19 Dec 2023 13:02:01 +0100	[thread overview]
Message-ID: <20231219120201.WLam05xWt5VS1MLHanKEvtMDD0Of1Fhuh2i2t7IGU_o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47647@inbox.vuxu.org>

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

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

https://github.com/realcharmer/void-packages libcotp
https://github.com/void-linux/void-packages/pull/47647

libcotp: update to 3.0.0
OTPClient needs to be rebuilt, since the internal API in libcotp has changed, hence the revision bump.

- I tested the changes in this PR: **briefly**
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 1a1a605f6f1426aebe48983a726ce90b14107e02 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 19 Dec 2023 13:00:46 +0100
Subject: [PATCH 1/2] libcotp: update to 3.0.0

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

diff --git a/common/shlibs b/common/shlibs
index f7046cbb6c206..1ffcc21b4721d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3491,7 +3491,7 @@ libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1
 libwlroots.so.10 wlroots0.15-0.15.1_1
 libwlroots.so.11 wlroots0.16-0.16.0_1
 libbaseencode.so.1 libbaseencode-1.0.9_1
-libcotp.so.2 libcotp-2.0.1_1
+libcotp.so.3 libcotp-3.0.0_1
 libunarr.so.1 libunarr-1.0.1_1
 libretro-gtk-1.so.0 retro-gtk-1.0.0_1
 libmanette-0.2.so.0 libmanette-0.2.1_1
diff --git a/srcpkgs/libcotp/template b/srcpkgs/libcotp/template
index ddfcce536f34f..9f91700e6d604 100644
--- a/srcpkgs/libcotp/template
+++ b/srcpkgs/libcotp/template
@@ -1,6 +1,6 @@
 # Template file for 'libcotp'
 pkgname=libcotp
-version=2.0.2
+version=3.0.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="Emil Miler <em@0x45.cz>"
 license="Apache-2.0"
 homepage="https://github.com/paolostivanin/libcotp"
 distfiles="https://github.com/paolostivanin/libcotp/archive/refs/tags/v${version}.tar.gz"
-checksum=c5357af4b3f6b3c5ad91e7f6cc6866a6139d0f89e780a057be34b31d4620caec
+checksum=ff0b9ce208c4c6542a0f1e739cf31978fbf28848c573837c671a6cb7b56b2c12
 
 libcotp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From f008dc38154e2ce3a806c2a25638a90e6d384b09 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 19 Dec 2023 13:00:55 +0100
Subject: [PATCH 2/2] OTPClient: revbump to rebuild against new libcotp

---
 srcpkgs/OTPClient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/OTPClient/template b/srcpkgs/OTPClient/template
index 66a502e40d338..d730df96e7a31 100644
--- a/srcpkgs/OTPClient/template
+++ b/srcpkgs/OTPClient/template
@@ -1,7 +1,7 @@
 # Template file for 'OTPClient'
 pkgname=OTPClient
 version=3.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="gtk+3-devel libglib-devel libgcrypt-devel libpng-devel

  parent reply	other threads:[~2023-12-19 12:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-07 18:37 [PR PATCH] libcotp: update to 2.1.0 realcharmer
2023-12-19  8:10 ` [PR PATCH] [Updated] " realcharmer
2023-12-19  8:13 ` [PR PATCH] [Updated] libcotp: update to 3.0.0 realcharmer
2023-12-19  8:14 ` realcharmer
2023-12-19 12:02 ` realcharmer [this message]
2023-12-19 12:19 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231219120201.WLam05xWt5VS1MLHanKEvtMDD0Of1Fhuh2i2t7IGU_o@z \
    --to=realcharmer@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).