Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libcotp: update to 2.1.0
@ 2023-12-07 18:37 realcharmer
  2023-12-19  8:10 ` [PR PATCH] [Updated] " realcharmer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: realcharmer @ 2023-12-07 18:37 UTC (permalink / raw)
  To: ml

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

There is a new 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 2.1.0
- 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: 1043 bytes --]

From dc7ad181c2af9d995fc8907ea6fcdc05795ac0e6 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 7 Dec 2023 19:36:20 +0100
Subject: [PATCH] libcotp: update to 2.1.0

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

diff --git a/srcpkgs/libcotp/template b/srcpkgs/libcotp/template
index ddfcce536f34f..7a410a9a26409 100644
--- a/srcpkgs/libcotp/template
+++ b/srcpkgs/libcotp/template
@@ -1,6 +1,6 @@
 # Template file for 'libcotp'
 pkgname=libcotp
-version=2.0.2
+version=2.1.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=170fd3ee5270cc2bf78e76950dc64f400143da849942763abeb07e6c40c69325
 
 libcotp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Updated] libcotp: update to 2.1.0
  2023-12-07 18:37 [PR PATCH] libcotp: update to 2.1.0 realcharmer
@ 2023-12-19  8:10 ` realcharmer
  2023-12-19  8:13 ` [PR PATCH] [Updated] libcotp: update to 3.0.0 realcharmer
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2023-12-19  8:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 440 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 2.1.0
- 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: 1586 bytes --]

From 4d165a559ba50c359e9eba35fcc2959bcf129b57 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 7 Dec 2023 19:36:20 +0100
Subject: [PATCH] libcotp: update to 3.0.0

OTPClient needs to be rebuilt, since the internal API in libcotp
has changed, hence the revision bump.
---
 srcpkgs/OTPClient/template | 2 +-
 srcpkgs/libcotp/template   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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
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}"

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

* Re: [PR PATCH] [Updated] libcotp: update to 3.0.0
  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 ` realcharmer
  2023-12-19  8:14 ` realcharmer
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2023-12-19  8:13 UTC (permalink / raw)
  To: ml

[-- 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: 2057 bytes --]

From 470114a96904c47925cf4d52bf95bed665aa1cbb Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 7 Dec 2023 19:36:20 +0100
Subject: [PATCH] libcotp: update to 3.0.0

OTPClient needs to be rebuilt, since the internal API in libcotp
has changed, hence the revision bump.
---
 common/shlibs              | 1 +
 srcpkgs/OTPClient/template | 2 +-
 srcpkgs/libcotp/template   | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index f7046cbb6c206..1285ab3169c65 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3492,6 +3492,7 @@ 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/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
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}"

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

* Re: [PR PATCH] [Updated] libcotp: update to 3.0.0
  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
  2023-12-19 12:19 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2023-12-19  8:14 UTC (permalink / raw)
  To: ml

[-- 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: 2121 bytes --]

From 7d904512df07101a1b0b3deafe3d84a8b6c6092b Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 7 Dec 2023 19:36:20 +0100
Subject: [PATCH] libcotp: update to 3.0.0

OTPClient needs to be rebuilt, since the internal API in libcotp
has changed, hence the revision bump.
---
 common/shlibs              | 2 +-
 srcpkgs/OTPClient/template | 2 +-
 srcpkgs/libcotp/template   | 4 ++--
 3 files changed, 4 insertions(+), 4 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/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
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}"

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

* Re: [PR PATCH] [Updated] libcotp: update to 3.0.0
  2023-12-07 18:37 [PR PATCH] libcotp: update to 2.1.0 realcharmer
                   ` (2 preceding siblings ...)
  2023-12-19  8:14 ` realcharmer
@ 2023-12-19 12:02 ` realcharmer
  2023-12-19 12:19 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2023-12-19 12:02 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Merged]: libcotp: update to 3.0.0
  2023-12-07 18:37 [PR PATCH] libcotp: update to 2.1.0 realcharmer
                   ` (3 preceding siblings ...)
  2023-12-19 12:02 ` realcharmer
@ 2023-12-19 12:19 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-12-19 12:19 UTC (permalink / raw)
  To: ml

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

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

libcotp: update to 3.0.0
https://github.com/void-linux/void-packages/pull/47647

Description:
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)


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

end of thread, other threads:[~2023-12-19 12:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2023-12-19 12:19 ` [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).