Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grep: update to 3.10
@ 2023-03-31 10:51 tuxliban
  2023-03-31 11:04 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tuxliban @ 2023-03-31 10:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tuxliban/void-packages grep
https://github.com/void-linux/void-packages/pull/43139

grep: update to 3.10
<!-- Uncomment relevant sections and delete options which are not applicable -->
@Gottox I took the trouble of making a pull request to update the template of the grep package, the package that you usually maintain.

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, **musl**
- I built this PR locally for these architectures:
  - i686
  - x86_64

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

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

From 6b36087641c5befa0531d46d1004ed7d1c7b88e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?O=2E=20S=C3=A1nchez?= <o-sanchez@linuxmail.org>
Date: Fri, 31 Mar 2023 04:38:36 -0600
Subject: [PATCH] grep: update to 3.10

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

diff --git a/srcpkgs/grep/template b/srcpkgs/grep/template
index d659425a0bee..6f92fd5038fb 100644
--- a/srcpkgs/grep/template
+++ b/srcpkgs/grep/template
@@ -1,6 +1,6 @@
 # Template file for 'grep'
 pkgname=grep
-version=3.8
+version=3.10
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -11,4 +11,4 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/grep/"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
+checksum=24efa5b595fb5a7100879b51b8868a0bb87a71c183d02c4c602633b88af6855b

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

* Re: grep: update to 3.10
  2023-03-31 10:51 [PR PATCH] grep: update to 3.10 tuxliban
@ 2023-03-31 11:04 ` paper42
  2023-03-31 11:04 ` [PR PATCH] [Closed]: " paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-31 11:04 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43139#issuecomment-1491748813

Comment:
duplicate of #42648

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

* Re: [PR PATCH] [Closed]: grep: update to 3.10
  2023-03-31 10:51 [PR PATCH] grep: update to 3.10 tuxliban
  2023-03-31 11:04 ` paper42
@ 2023-03-31 11:04 ` paper42
  2023-03-31 11:29 ` paper42
  2023-03-31 17:05 ` tuxliban
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-31 11:04 UTC (permalink / raw)
  To: ml

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

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

grep: update to 3.10
https://github.com/void-linux/void-packages/pull/43139

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
@Gottox I took the trouble of making a pull request to update the template of the grep package, the package that you usually maintain.

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, **musl**
- I built this PR locally for these architectures:
  - i686
  - x86_64

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

* Re: grep: update to 3.10
  2023-03-31 10:51 [PR PATCH] grep: update to 3.10 tuxliban
  2023-03-31 11:04 ` paper42
  2023-03-31 11:04 ` [PR PATCH] [Closed]: " paper42
@ 2023-03-31 11:29 ` paper42
  2023-03-31 17:05 ` tuxliban
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-31 11:29 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43139#issuecomment-1491778089

Comment:
> I took the trouble of making a pull request to update the template of the grep package, the package that you usually maintain.

I don't know if this passive aggressive tone was intentional or not, please try to pay more attention to what you are writing and how it could be interpreted.

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

* Re: grep: update to 3.10
  2023-03-31 10:51 [PR PATCH] grep: update to 3.10 tuxliban
                   ` (2 preceding siblings ...)
  2023-03-31 11:29 ` paper42
@ 2023-03-31 17:05 ` tuxliban
  3 siblings, 0 replies; 5+ messages in thread
From: tuxliban @ 2023-03-31 17:05 UTC (permalink / raw)
  To: ml

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

New comment by tuxliban on void-packages repository

https://github.com/void-linux/void-packages/pull/43139#issuecomment-1492276919

Comment:
> > I took the trouble of making a pull request to update the template of the grep package, the package that you usually maintain.
> 
> I don't know if this passive aggressive tone was intentional or not, please try to pay more attention to what you are writing and how it could be interpreted.

I am sorry if my previous message was misinterpreted and if my tone appeared to be passive-aggressive. It was not my intention at all. My sole aim was to offer my help and collaboration in updating the template of the grep package.

I must admit that I used some expressions and idioms from my native language, which is Spanish, which may have caused some confusion in the message. However, I want to assure you that my intention was completely genuine and my only desire was to contribute to the maintenance of the package.

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

end of thread, other threads:[~2023-03-31 17:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-31 10:51 [PR PATCH] grep: update to 3.10 tuxliban
2023-03-31 11:04 ` paper42
2023-03-31 11:04 ` [PR PATCH] [Closed]: " paper42
2023-03-31 11:29 ` paper42
2023-03-31 17:05 ` tuxliban

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