Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tudu: update to 0.10.3
@ 2019-09-03 22:21 voidlinux-github
  2019-09-03 22:37 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-03 22:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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

From a7ebe9779fce2db20c5565a90a56453b38d4e4c7 Mon Sep 17 00:00:00 2001
From: bertronika <nejcbe@windowslive.com>
Date: Wed, 4 Sep 2019 00:13:42 +0200
Subject: [PATCH] tudu: update to 0.10.3

Updated to newest version and changed description to be more precise and
meet xlint's recommendations.
---
 srcpkgs/tudu/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tudu/template b/srcpkgs/tudu/template
index f1dc6a0edd1..398bfaa0ef5 100644
--- a/srcpkgs/tudu/template
+++ b/srcpkgs/tudu/template
@@ -1,13 +1,13 @@
 # Template file for 'tudu'
 pkgname=tudu
-version=0.10.2
+version=0.10.3
 revision=1
 build_style=gnu-configure
 conf_files="/etc/tudurc"
 makedepends="ncurses-devel"
-short_desc="A command line interface to manage hierarchical todos"
+short_desc="Ncurses-based terminal user interface to manage hierarchical todos"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
 license="GPL-3"
 homepage="http://code.meskio.net/tudu/"
 distfiles="http://code.meskio.net/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d5e32ce04033470d2315d97cb8d44d88f19c93bfba16f61bf0681b16da6656f7
+checksum=5e58b48aa182a4bc881e0f548451920781351af42825cdb52fa0b15308bf8004

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

* Re: [PR PATCH] [Updated] tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
@ 2019-09-03 22:37 ` voidlinux-github
  2019-09-03 22:37 ` voidlinux-github
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-03 22:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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

From 8af81d195fd826cf9fa9d80694d31a19e80b10e9 Mon Sep 17 00:00:00 2001
From: bertronika <nejcbe@windowslive.com>
Date: Wed, 4 Sep 2019 00:13:42 +0200
Subject: [PATCH] tudu: update to 0.10.3

Updated to newest version, changed description to be more precise and
meet xlint's recommendations and made license name SPDX-compatible.
---
 srcpkgs/tudu/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tudu/template b/srcpkgs/tudu/template
index f1dc6a0edd1..1e7ce257daa 100644
--- a/srcpkgs/tudu/template
+++ b/srcpkgs/tudu/template
@@ -1,13 +1,13 @@
 # Template file for 'tudu'
 pkgname=tudu
-version=0.10.2
+version=0.10.3
 revision=1
 build_style=gnu-configure
 conf_files="/etc/tudurc"
 makedepends="ncurses-devel"
-short_desc="A command line interface to manage hierarchical todos"
+short_desc="Ncurses-based terminal user interface to manage hierarchical todos"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0"
 homepage="http://code.meskio.net/tudu/"
 distfiles="http://code.meskio.net/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d5e32ce04033470d2315d97cb8d44d88f19c93bfba16f61bf0681b16da6656f7
+checksum=5e58b48aa182a4bc881e0f548451920781351af42825cdb52fa0b15308bf8004

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

* Re: [PR PATCH] [Updated] tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
  2019-09-03 22:37 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-03 22:37 ` voidlinux-github
  2019-09-03 22:44 ` voidlinux-github
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-03 22:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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

From 8af81d195fd826cf9fa9d80694d31a19e80b10e9 Mon Sep 17 00:00:00 2001
From: bertronika <nejcbe@windowslive.com>
Date: Wed, 4 Sep 2019 00:13:42 +0200
Subject: [PATCH] tudu: update to 0.10.3

Updated to newest version, changed description to be more precise and
meet xlint's recommendations and made license name SPDX-compatible.
---
 srcpkgs/tudu/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tudu/template b/srcpkgs/tudu/template
index f1dc6a0edd1..1e7ce257daa 100644
--- a/srcpkgs/tudu/template
+++ b/srcpkgs/tudu/template
@@ -1,13 +1,13 @@
 # Template file for 'tudu'
 pkgname=tudu
-version=0.10.2
+version=0.10.3
 revision=1
 build_style=gnu-configure
 conf_files="/etc/tudurc"
 makedepends="ncurses-devel"
-short_desc="A command line interface to manage hierarchical todos"
+short_desc="Ncurses-based terminal user interface to manage hierarchical todos"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0"
 homepage="http://code.meskio.net/tudu/"
 distfiles="http://code.meskio.net/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d5e32ce04033470d2315d97cb8d44d88f19c93bfba16f61bf0681b16da6656f7
+checksum=5e58b48aa182a4bc881e0f548451920781351af42825cdb52fa0b15308bf8004

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

* Re: [PR PATCH] [Updated] tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
  2019-09-03 22:37 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-03 22:37 ` voidlinux-github
@ 2019-09-03 22:44 ` voidlinux-github
  2019-09-03 22:44 ` voidlinux-github
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-03 22:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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

From bf2766be716fd2177b5a29a974e726a25965f637 Mon Sep 17 00:00:00 2001
From: Johannes <johannes.brechtmann@gmail.com>
Date: Tue, 3 Sep 2019 22:28:40 +0200
Subject: [PATCH] nspr: update to 4.22.

---
 srcpkgs/tudu/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tudu/template b/srcpkgs/tudu/template
index f1dc6a0edd1..1e7ce257daa 100644
--- a/srcpkgs/tudu/template
+++ b/srcpkgs/tudu/template
@@ -1,13 +1,13 @@
 # Template file for 'tudu'
 pkgname=tudu
-version=0.10.2
+version=0.10.3
 revision=1
 build_style=gnu-configure
 conf_files="/etc/tudurc"
 makedepends="ncurses-devel"
-short_desc="A command line interface to manage hierarchical todos"
+short_desc="Ncurses-based terminal user interface to manage hierarchical todos"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0"
 homepage="http://code.meskio.net/tudu/"
 distfiles="http://code.meskio.net/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d5e32ce04033470d2315d97cb8d44d88f19c93bfba16f61bf0681b16da6656f7
+checksum=5e58b48aa182a4bc881e0f548451920781351af42825cdb52fa0b15308bf8004

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

* Re: [PR PATCH] [Updated] tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-03 22:44 ` voidlinux-github
@ 2019-09-03 22:44 ` voidlinux-github
  2019-09-03 22:45 ` [PR PATCH] [Closed]: " voidlinux-github
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-03 22:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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

From bf2766be716fd2177b5a29a974e726a25965f637 Mon Sep 17 00:00:00 2001
From: Johannes <johannes.brechtmann@gmail.com>
Date: Tue, 3 Sep 2019 22:28:40 +0200
Subject: [PATCH] nspr: update to 4.22.

---
 srcpkgs/tudu/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tudu/template b/srcpkgs/tudu/template
index f1dc6a0edd1..1e7ce257daa 100644
--- a/srcpkgs/tudu/template
+++ b/srcpkgs/tudu/template
@@ -1,13 +1,13 @@
 # Template file for 'tudu'
 pkgname=tudu
-version=0.10.2
+version=0.10.3
 revision=1
 build_style=gnu-configure
 conf_files="/etc/tudurc"
 makedepends="ncurses-devel"
-short_desc="A command line interface to manage hierarchical todos"
+short_desc="Ncurses-based terminal user interface to manage hierarchical todos"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0"
 homepage="http://code.meskio.net/tudu/"
 distfiles="http://code.meskio.net/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d5e32ce04033470d2315d97cb8d44d88f19c93bfba16f61bf0681b16da6656f7
+checksum=5e58b48aa182a4bc881e0f548451920781351af42825cdb52fa0b15308bf8004

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

* Re: [PR PATCH] [Closed]: tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-03 22:44 ` voidlinux-github
@ 2019-09-03 22:45 ` voidlinux-github
  2019-09-03 22:45 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-03 22:45 UTC (permalink / raw)
  To: ml

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

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

tudu: update to 0.10.3
https://github.com/void-linux/void-packages/pull/14196

Description:
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

* Re: [PR PATCH] [Updated] tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-03 22:45 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-09-03 22:45 ` voidlinux-github
  2019-09-03 22:49 ` voidlinux-github
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-03 22:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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



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

* Re: [PR PATCH] [Updated] tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-09-03 22:49 ` voidlinux-github
@ 2019-09-03 22:49 ` voidlinux-github
  2019-09-03 23:22 ` voidlinux-github
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-03 22:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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

From 31b6f8224735fca2994368b7ccb9c0bd9bc87e02 Mon Sep 17 00:00:00 2001
From: bertronika <nejcbe@windowslive.com>
Date: Wed, 4 Sep 2019 00:47:23 +0200
Subject: [PATCH] tudu: update to 0.10.3

Updated to newest version, changed description to be more precise and
meet xlint's recommendations and made licence name SPDX-compatible.
---
 srcpkgs/tudu/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tudu/template b/srcpkgs/tudu/template
index f1dc6a0edd1..1e7ce257daa 100644
--- a/srcpkgs/tudu/template
+++ b/srcpkgs/tudu/template
@@ -1,13 +1,13 @@
 # Template file for 'tudu'
 pkgname=tudu
-version=0.10.2
+version=0.10.3
 revision=1
 build_style=gnu-configure
 conf_files="/etc/tudurc"
 makedepends="ncurses-devel"
-short_desc="A command line interface to manage hierarchical todos"
+short_desc="Ncurses-based terminal user interface to manage hierarchical todos"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0"
 homepage="http://code.meskio.net/tudu/"
 distfiles="http://code.meskio.net/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d5e32ce04033470d2315d97cb8d44d88f19c93bfba16f61bf0681b16da6656f7
+checksum=5e58b48aa182a4bc881e0f548451920781351af42825cdb52fa0b15308bf8004

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

* Re: [PR PATCH] [Updated] tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-03 22:45 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-03 22:49 ` voidlinux-github
  2019-09-03 22:49 ` voidlinux-github
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-03 22:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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

From 31b6f8224735fca2994368b7ccb9c0bd9bc87e02 Mon Sep 17 00:00:00 2001
From: bertronika <nejcbe@windowslive.com>
Date: Wed, 4 Sep 2019 00:47:23 +0200
Subject: [PATCH] tudu: update to 0.10.3

Updated to newest version, changed description to be more precise and
meet xlint's recommendations and made licence name SPDX-compatible.
---
 srcpkgs/tudu/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tudu/template b/srcpkgs/tudu/template
index f1dc6a0edd1..1e7ce257daa 100644
--- a/srcpkgs/tudu/template
+++ b/srcpkgs/tudu/template
@@ -1,13 +1,13 @@
 # Template file for 'tudu'
 pkgname=tudu
-version=0.10.2
+version=0.10.3
 revision=1
 build_style=gnu-configure
 conf_files="/etc/tudurc"
 makedepends="ncurses-devel"
-short_desc="A command line interface to manage hierarchical todos"
+short_desc="Ncurses-based terminal user interface to manage hierarchical todos"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0"
 homepage="http://code.meskio.net/tudu/"
 distfiles="http://code.meskio.net/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d5e32ce04033470d2315d97cb8d44d88f19c93bfba16f61bf0681b16da6656f7
+checksum=5e58b48aa182a4bc881e0f548451920781351af42825cdb52fa0b15308bf8004

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

* Re: tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-09-03 22:49 ` voidlinux-github
@ 2019-09-03 23:22 ` voidlinux-github
  2019-09-05 15:36 ` voidlinux-github
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-03 23:22 UTC (permalink / raw)
  To: ml

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

New comment by bertronika on void-packages repository

https://github.com/void-linux/void-packages/pull/14196#issuecomment-527677276

Comment:
It looks like Travis is trying to build the wrong commit (the one before closing the pull request). The newest commit now has the right modifications. Do I still have to change something or does Travis need manual intervention?

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

* Re: tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-09-03 23:22 ` voidlinux-github
@ 2019-09-05 15:36 ` voidlinux-github
  2019-09-05 18:30 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-05 15:36 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/14196#issuecomment-528428551

Comment:
@bertronika remake a git-commit, force-push, and Travis will pick this up.

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

* Re: [PR PATCH] [Updated] tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-09-05 15:36 ` voidlinux-github
@ 2019-09-05 18:30 ` voidlinux-github
  2019-09-05 18:30 ` voidlinux-github
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-05 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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

From a9fe8a766c2a9f10fde504564eb2bb695990dafb Mon Sep 17 00:00:00 2001
From: bertronika <nejcbe@windowslive.com>
Date: Thu, 5 Sep 2019 20:23:44 +0200
Subject: [PATCH] tudu: update to 0.10.3

Redoing the commit and fixing the description per zdtcd's suggestion.
---
 srcpkgs/tudu/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tudu/template b/srcpkgs/tudu/template
index f1dc6a0edd1..f8e6974e68e 100644
--- a/srcpkgs/tudu/template
+++ b/srcpkgs/tudu/template
@@ -1,13 +1,13 @@
 # Template file for 'tudu'
 pkgname=tudu
-version=0.10.2
+version=0.10.3
 revision=1
 build_style=gnu-configure
 conf_files="/etc/tudurc"
 makedepends="ncurses-devel"
-short_desc="A command line interface to manage hierarchical todos"
+short_desc="Ncurses-based tool to manage hierarchical todos"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0"
 homepage="http://code.meskio.net/tudu/"
 distfiles="http://code.meskio.net/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d5e32ce04033470d2315d97cb8d44d88f19c93bfba16f61bf0681b16da6656f7
+checksum=5e58b48aa182a4bc881e0f548451920781351af42825cdb52fa0b15308bf8004

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

* Re: [PR PATCH] [Updated] tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-09-05 18:30 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-05 18:30 ` voidlinux-github
  2019-09-05 18:39 ` voidlinux-github
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-05 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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

From a9fe8a766c2a9f10fde504564eb2bb695990dafb Mon Sep 17 00:00:00 2001
From: bertronika <nejcbe@windowslive.com>
Date: Thu, 5 Sep 2019 20:23:44 +0200
Subject: [PATCH] tudu: update to 0.10.3

Redoing the commit and fixing the description per zdtcd's suggestion.
---
 srcpkgs/tudu/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tudu/template b/srcpkgs/tudu/template
index f1dc6a0edd1..f8e6974e68e 100644
--- a/srcpkgs/tudu/template
+++ b/srcpkgs/tudu/template
@@ -1,13 +1,13 @@
 # Template file for 'tudu'
 pkgname=tudu
-version=0.10.2
+version=0.10.3
 revision=1
 build_style=gnu-configure
 conf_files="/etc/tudurc"
 makedepends="ncurses-devel"
-short_desc="A command line interface to manage hierarchical todos"
+short_desc="Ncurses-based tool to manage hierarchical todos"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0"
 homepage="http://code.meskio.net/tudu/"
 distfiles="http://code.meskio.net/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d5e32ce04033470d2315d97cb8d44d88f19c93bfba16f61bf0681b16da6656f7
+checksum=5e58b48aa182a4bc881e0f548451920781351af42825cdb52fa0b15308bf8004

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

* Re: [PR PATCH] [Updated] tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-09-05 18:39 ` voidlinux-github
@ 2019-09-05 18:39 ` voidlinux-github
  2019-09-05 18:48 ` voidlinux-github
  2019-09-06  6:47 ` [PR PATCH] [Merged]: " voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-05 18:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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

From 133e5ea33e6d071593fdcdc0e1479b4e74787e48 Mon Sep 17 00:00:00 2001
From: bertronika <nejcbe@windowslive.com>
Date: Thu, 5 Sep 2019 20:35:53 +0200
Subject: [PATCH] tudu: update to 0.10.3

Updated, rewrote description and made license name SPDX-compatible.
---
 srcpkgs/tudu/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tudu/template b/srcpkgs/tudu/template
index f1dc6a0edd1..0786cb1d095 100644
--- a/srcpkgs/tudu/template
+++ b/srcpkgs/tudu/template
@@ -1,13 +1,13 @@
 # Template file for 'tudu'
 pkgname=tudu
-version=0.10.2
+version=0.10.3
 revision=1
 build_style=gnu-configure
 conf_files="/etc/tudurc"
 makedepends="ncurses-devel"
-short_desc="A command line interface to manage hierarchical todos"
+short_desc="Ncurses-based tool to manage hierarchical todos"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://code.meskio.net/tudu/"
 distfiles="http://code.meskio.net/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d5e32ce04033470d2315d97cb8d44d88f19c93bfba16f61bf0681b16da6656f7
+checksum=5e58b48aa182a4bc881e0f548451920781351af42825cdb52fa0b15308bf8004

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

* Re: [PR PATCH] [Updated] tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-09-05 18:30 ` voidlinux-github
@ 2019-09-05 18:39 ` voidlinux-github
  2019-09-05 18:39 ` voidlinux-github
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-05 18:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bertronika/void-packages master
https://github.com/void-linux/void-packages/pull/14196

tudu: update to 0.10.3
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

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

From 133e5ea33e6d071593fdcdc0e1479b4e74787e48 Mon Sep 17 00:00:00 2001
From: bertronika <nejcbe@windowslive.com>
Date: Thu, 5 Sep 2019 20:35:53 +0200
Subject: [PATCH] tudu: update to 0.10.3

Updated, rewrote description and made license name SPDX-compatible.
---
 srcpkgs/tudu/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tudu/template b/srcpkgs/tudu/template
index f1dc6a0edd1..0786cb1d095 100644
--- a/srcpkgs/tudu/template
+++ b/srcpkgs/tudu/template
@@ -1,13 +1,13 @@
 # Template file for 'tudu'
 pkgname=tudu
-version=0.10.2
+version=0.10.3
 revision=1
 build_style=gnu-configure
 conf_files="/etc/tudurc"
 makedepends="ncurses-devel"
-short_desc="A command line interface to manage hierarchical todos"
+short_desc="Ncurses-based tool to manage hierarchical todos"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://code.meskio.net/tudu/"
 distfiles="http://code.meskio.net/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=d5e32ce04033470d2315d97cb8d44d88f19c93bfba16f61bf0681b16da6656f7
+checksum=5e58b48aa182a4bc881e0f548451920781351af42825cdb52fa0b15308bf8004

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

* Re: tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-09-05 18:39 ` voidlinux-github
@ 2019-09-05 18:48 ` voidlinux-github
  2019-09-06  6:47 ` [PR PATCH] [Merged]: " voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-05 18:48 UTC (permalink / raw)
  To: ml

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

New comment by bertronika on void-packages repository

https://github.com/void-linux/void-packages/pull/14196#issuecomment-528522625

Comment:
It worked this time. Thanks, @zdtcd.

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

* Re: [PR PATCH] [Merged]: tudu: update to 0.10.3
  2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-09-05 18:48 ` voidlinux-github
@ 2019-09-06  6:47 ` voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-09-06  6:47 UTC (permalink / raw)
  To: ml

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

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

tudu: update to 0.10.3
https://github.com/void-linux/void-packages/pull/14196

Description:
Updated to newest version and changed description to be more precise and
meet xlint's recommendations.

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

end of thread, other threads:[~2019-09-06  6:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 22:21 [PR PATCH] tudu: update to 0.10.3 voidlinux-github
2019-09-03 22:37 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-03 22:37 ` voidlinux-github
2019-09-03 22:44 ` voidlinux-github
2019-09-03 22:44 ` voidlinux-github
2019-09-03 22:45 ` [PR PATCH] [Closed]: " voidlinux-github
2019-09-03 22:45 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-03 22:49 ` voidlinux-github
2019-09-03 22:49 ` voidlinux-github
2019-09-03 23:22 ` voidlinux-github
2019-09-05 15:36 ` voidlinux-github
2019-09-05 18:30 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-05 18:30 ` voidlinux-github
2019-09-05 18:39 ` voidlinux-github
2019-09-05 18:39 ` voidlinux-github
2019-09-05 18:48 ` voidlinux-github
2019-09-06  6:47 ` [PR PATCH] [Merged]: " voidlinux-github

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