Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] OTPClient: update to 3.5.1
@ 2024-03-07  9:04 realcharmer
  2024-03-10 20:47 ` cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: realcharmer @ 2024-03-07  9:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages otpclient
https://github.com/void-linux/void-packages/pull/49166

OTPClient: update to 3.5.1
- 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/49166.patch is attached

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

From 2a14cd75dc242c70244fb00981c0442e9ef25b33 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 7 Mar 2024 10:03:12 +0100
Subject: [PATCH] OTPClient: update to 3.5.1

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

diff --git a/srcpkgs/OTPClient/template b/srcpkgs/OTPClient/template
index 168f6ee0d372a9..1921ab6c65b23f 100644
--- a/srcpkgs/OTPClient/template
+++ b/srcpkgs/OTPClient/template
@@ -1,6 +1,6 @@
 # Template file for 'OTPClient'
 pkgname=OTPClient
-version=3.3.0
+version=3.5.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -12,4 +12,4 @@ maintainer="Emil Miler <em@0x45.cz>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/paolostivanin/OTPClient"
 distfiles="https://github.com/paolostivanin/OTPClient/archive/refs/tags/v${version}.tar.gz"
-checksum=94c28004619d12c786a7d6e68c8e504980c426b2a814b037213352cdbbce362b
+checksum=a4cc50e480a50a081bf6df552b9f2749df65544753ac696b4035b0122b59c52f

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

* Re: OTPClient: update to 3.5.1
  2024-03-07  9:04 [PR PATCH] OTPClient: update to 3.5.1 realcharmer
@ 2024-03-10 20:47 ` cinerea0
  2024-03-11 13:05 ` [PR PATCH] [Updated] " realcharmer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-03-10 20:47 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/49166#issuecomment-1987357276

Comment:
The newest version upstream is 3.5.2, please update this PR to that version.

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

* Re: [PR PATCH] [Updated] OTPClient: update to 3.5.1
  2024-03-07  9:04 [PR PATCH] OTPClient: update to 3.5.1 realcharmer
  2024-03-10 20:47 ` cinerea0
@ 2024-03-11 13:05 ` realcharmer
  2024-03-11 13:06 ` OTPClient: update to 3.5.2 realcharmer
  2024-03-11 14:17 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: realcharmer @ 2024-03-11 13:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages otpclient
https://github.com/void-linux/void-packages/pull/49166

OTPClient: update to 3.5.1
- 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/49166.patch is attached

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

From ade5d35201a36aeb5cfb990ecd8abd7a4734fdfa Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 7 Mar 2024 10:03:12 +0100
Subject: [PATCH] OTPClient: update to 3.5.2

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

diff --git a/srcpkgs/OTPClient/template b/srcpkgs/OTPClient/template
index 168f6ee0d372a9..eac77ae03b2fe9 100644
--- a/srcpkgs/OTPClient/template
+++ b/srcpkgs/OTPClient/template
@@ -1,6 +1,6 @@
 # Template file for 'OTPClient'
 pkgname=OTPClient
-version=3.3.0
+version=3.5.2
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -12,4 +12,4 @@ maintainer="Emil Miler <em@0x45.cz>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/paolostivanin/OTPClient"
 distfiles="https://github.com/paolostivanin/OTPClient/archive/refs/tags/v${version}.tar.gz"
-checksum=94c28004619d12c786a7d6e68c8e504980c426b2a814b037213352cdbbce362b
+checksum=d65363003d497a59ebc7d48c142541ae9a787bc16dddce87fb7b77d9fdbf6ccf

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

* Re: OTPClient: update to 3.5.2
  2024-03-07  9:04 [PR PATCH] OTPClient: update to 3.5.1 realcharmer
  2024-03-10 20:47 ` cinerea0
  2024-03-11 13:05 ` [PR PATCH] [Updated] " realcharmer
@ 2024-03-11 13:06 ` realcharmer
  2024-03-11 14:17 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: realcharmer @ 2024-03-11 13:06 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/49166#issuecomment-1988399277

Comment:
Bumped to `3.5.2`.

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

* Re: [PR PATCH] [Merged]: OTPClient: update to 3.5.2
  2024-03-07  9:04 [PR PATCH] OTPClient: update to 3.5.1 realcharmer
                   ` (2 preceding siblings ...)
  2024-03-11 13:06 ` OTPClient: update to 3.5.2 realcharmer
@ 2024-03-11 14:17 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-03-11 14:17 UTC (permalink / raw)
  To: ml

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

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

OTPClient: update to 3.5.2
https://github.com/void-linux/void-packages/pull/49166

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

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

end of thread, other threads:[~2024-03-11 14:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-07  9:04 [PR PATCH] OTPClient: update to 3.5.1 realcharmer
2024-03-10 20:47 ` cinerea0
2024-03-11 13:05 ` [PR PATCH] [Updated] " realcharmer
2024-03-11 13:06 ` OTPClient: update to 3.5.2 realcharmer
2024-03-11 14:17 ` [PR PATCH] [Merged]: " cinerea0

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