Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tomb: update to 2.9
@ 2021-01-13  1:22 D-Nice
  2021-01-13  1:27 ` [PR PATCH] [Updated] " D-Nice
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: D-Nice @ 2021-01-13  1:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/D-Nice/void-packages tomb
https://github.com/void-linux/void-packages/pull/27874

tomb: update to 2.9


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

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

From 45bf459a470822cc84fec59ba54908b7d7d85928 Mon Sep 17 00:00:00 2001
From: D-Nice <d-nice2@protonmail.com>
Date: Tue, 12 Jan 2021 20:21:23 -0500
Subject: [PATCH] tomb: update to 2.9

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

diff --git a/srcpkgs/tomb/template b/srcpkgs/tomb/template
index 1173ce3df86..50b77615ef0 100644
--- a/srcpkgs/tomb/template
+++ b/srcpkgs/tomb/template
@@ -1,7 +1,7 @@
 # Template file for 'tomb'
 pkgname=tomb
-version=2.8.1
-revision=2
+version=2.9
+revision=0
 wrksrc=Tomb-${version}
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.dyne.org/software/tomb/"
 distfiles="https://files.dyne.org/tomb/releases/Tomb-${version}.tar.gz"
-checksum=74865ea3364706323a3ebe12886d5816dd86c90a100bc3b49fae6e60cbb7be16
+checksum=b3a23c6680815f7557a3c4bd73d2b2dbde870a62357fcbf9b33089afae75d68c
 
 post_patch() {
 	vsed -i extras/gtk-tray/Makefile \

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

* Re: [PR PATCH] [Updated] tomb: update to 2.9
  2021-01-13  1:22 [PR PATCH] tomb: update to 2.9 D-Nice
@ 2021-01-13  1:27 ` D-Nice
  2021-01-15 20:14 ` D-Nice
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: D-Nice @ 2021-01-13  1:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/D-Nice/void-packages tomb
https://github.com/void-linux/void-packages/pull/27874

tomb: update to 2.9


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

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

From 54ddfbc4d99363bf39f851d46553ced45ff53677 Mon Sep 17 00:00:00 2001
From: D-Nice <d-nice2@protonmail.com>
Date: Tue, 12 Jan 2021 20:21:23 -0500
Subject: [PATCH] tomb: update to 2.9

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

diff --git a/srcpkgs/tomb/template b/srcpkgs/tomb/template
index 1173ce3df86..5faa585517f 100644
--- a/srcpkgs/tomb/template
+++ b/srcpkgs/tomb/template
@@ -1,7 +1,7 @@
 # Template file for 'tomb'
 pkgname=tomb
-version=2.8.1
-revision=2
+version=2.9
+revision=1
 wrksrc=Tomb-${version}
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.dyne.org/software/tomb/"
 distfiles="https://files.dyne.org/tomb/releases/Tomb-${version}.tar.gz"
-checksum=74865ea3364706323a3ebe12886d5816dd86c90a100bc3b49fae6e60cbb7be16
+checksum=b3a23c6680815f7557a3c4bd73d2b2dbde870a62357fcbf9b33089afae75d68c
 
 post_patch() {
 	vsed -i extras/gtk-tray/Makefile \

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

* Re: tomb: update to 2.9
  2021-01-13  1:22 [PR PATCH] tomb: update to 2.9 D-Nice
  2021-01-13  1:27 ` [PR PATCH] [Updated] " D-Nice
@ 2021-01-15 20:14 ` D-Nice
  2021-01-15 22:20 ` [PR PATCH] [Closed]: " ericonr
  2021-01-15 22:20 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: D-Nice @ 2021-01-15 20:14 UTC (permalink / raw)
  To: ml

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

New comment by D-Nice on void-packages repository

https://github.com/void-linux/void-packages/pull/27874#issuecomment-761174683

Comment:
As a note, this release fixes major bugs I had and I'm sure some others may be experiencing with the current version https://github.com/dyne/Tomb/blob/master/ChangeLog.md#29

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

* Re: [PR PATCH] [Closed]: tomb: update to 2.9
  2021-01-13  1:22 [PR PATCH] tomb: update to 2.9 D-Nice
  2021-01-13  1:27 ` [PR PATCH] [Updated] " D-Nice
  2021-01-15 20:14 ` D-Nice
@ 2021-01-15 22:20 ` ericonr
  2021-01-15 22:20 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-15 22:20 UTC (permalink / raw)
  To: ml

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

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

tomb: update to 2.9
https://github.com/void-linux/void-packages/pull/27874

Description:


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

* Re: tomb: update to 2.9
  2021-01-13  1:22 [PR PATCH] tomb: update to 2.9 D-Nice
                   ` (2 preceding siblings ...)
  2021-01-15 22:20 ` [PR PATCH] [Closed]: " ericonr
@ 2021-01-15 22:20 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-01-15 22:20 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27874#issuecomment-761228309

Comment:
Added changelog and merged

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

end of thread, other threads:[~2021-01-15 22:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13  1:22 [PR PATCH] tomb: update to 2.9 D-Nice
2021-01-13  1:27 ` [PR PATCH] [Updated] " D-Nice
2021-01-15 20:14 ` D-Nice
2021-01-15 22:20 ` [PR PATCH] [Closed]: " ericonr
2021-01-15 22:20 ` ericonr

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