Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pp: update to 1.0.9.
@ 2021-07-30 16:29 TeddyDD
  2021-07-30 17:01 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TeddyDD @ 2021-07-30 16:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-pp
https://github.com/void-linux/void-packages/pull/32257

pp: update to 1.0.9.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 56690a240fa28ec272b99f70960dba1c8cf4e245 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Fri, 30 Jul 2021 08:35:40 +0200
Subject: [PATCH] pp: update to 1.0.9.

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

diff --git a/srcpkgs/pp/template b/srcpkgs/pp/template
index 36d4d6b42400..cbe00890672f 100644
--- a/srcpkgs/pp/template
+++ b/srcpkgs/pp/template
@@ -1,6 +1,6 @@
 # Template file for 'pp'
 pkgname=pp
-version=1.0.8
+version=1.0.9
 revision=1
 wrksrc="${pkgname}"
 build_style=gnu-makefile
@@ -9,7 +9,7 @@ maintainer="Paper <paper@tilde.institute>"
 license="ISC"
 homepage="https://mkws.sh/pp.html"
 distfiles="https://mkws.sh/pp/pp@${version}.tgz"
-checksum=2115b8e7d84f86864c979ea3c04288dd7f427fa758372cfef28a04badfade3b8
+checksum=c4044ba8c2e47d8b2ef9fd467c46ae6316fdae8a6de5faaa800b566458e1f5e4
 
 do_build() {
 	make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"

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

* Re: pp: update to 1.0.9.
  2021-07-30 16:29 [PR PATCH] pp: update to 1.0.9 TeddyDD
@ 2021-07-30 17:01 ` paper42
  2021-07-30 17:04 ` TeddyDD
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-07-30 17:01 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32257#issuecomment-890028882

Comment:
@TeddyDD you did most of the recent updates, would you like to adopt it? I am not interested in it anymore.

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

* Re: pp: update to 1.0.9.
  2021-07-30 16:29 [PR PATCH] pp: update to 1.0.9 TeddyDD
  2021-07-30 17:01 ` paper42
@ 2021-07-30 17:04 ` TeddyDD
  2021-07-30 17:05 ` [PR PATCH] [Updated] " TeddyDD
  2021-07-30 19:02 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: TeddyDD @ 2021-07-30 17:04 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/32257#issuecomment-890030430

Comment:
I wrote my own version in AWK since I have no idea about C 🤣 But yeah, sure, as long as it compiles without any patching I can keep it updated.

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

* Re: [PR PATCH] [Updated] pp: update to 1.0.9.
  2021-07-30 16:29 [PR PATCH] pp: update to 1.0.9 TeddyDD
  2021-07-30 17:01 ` paper42
  2021-07-30 17:04 ` TeddyDD
@ 2021-07-30 17:05 ` TeddyDD
  2021-07-30 19:02 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: TeddyDD @ 2021-07-30 17:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-pp
https://github.com/void-linux/void-packages/pull/32257

pp: update to 1.0.9.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 178f5782d5fa02aeaca2af13ce70226ba52caf11 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Fri, 30 Jul 2021 08:35:40 +0200
Subject: [PATCH] pp: update to 1.0.9.

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

diff --git a/srcpkgs/pp/template b/srcpkgs/pp/template
index 36d4d6b42400..b2b64531cd16 100644
--- a/srcpkgs/pp/template
+++ b/srcpkgs/pp/template
@@ -1,15 +1,15 @@
 # Template file for 'pp'
 pkgname=pp
-version=1.0.8
+version=1.0.9
 revision=1
 wrksrc="${pkgname}"
 build_style=gnu-makefile
 short_desc="Simple preprocessor"
-maintainer="Paper <paper@tilde.institute>"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="ISC"
 homepage="https://mkws.sh/pp.html"
 distfiles="https://mkws.sh/pp/pp@${version}.tgz"
-checksum=2115b8e7d84f86864c979ea3c04288dd7f427fa758372cfef28a04badfade3b8
+checksum=c4044ba8c2e47d8b2ef9fd467c46ae6316fdae8a6de5faaa800b566458e1f5e4
 
 do_build() {
 	make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"

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

* Re: [PR PATCH] [Merged]: pp: update to 1.0.9.
  2021-07-30 16:29 [PR PATCH] pp: update to 1.0.9 TeddyDD
                   ` (2 preceding siblings ...)
  2021-07-30 17:05 ` [PR PATCH] [Updated] " TeddyDD
@ 2021-07-30 19:02 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-07-30 19:02 UTC (permalink / raw)
  To: ml

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

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

pp: update to 1.0.9.
https://github.com/void-linux/void-packages/pull/32257

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-07-30 19:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30 16:29 [PR PATCH] pp: update to 1.0.9 TeddyDD
2021-07-30 17:01 ` paper42
2021-07-30 17:04 ` TeddyDD
2021-07-30 17:05 ` [PR PATCH] [Updated] " TeddyDD
2021-07-30 19:02 ` [PR PATCH] [Merged]: " 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).