Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rpm: update to 4.17.1.
@ 2022-07-05 20:28 glaulher
  2022-07-06  7:51 ` [PR REVIEW] " classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: glaulher @ 2022-07-05 20:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages rpm
https://github.com/void-linux/void-packages/pull/37880

rpm: update to 4.17.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):  
  - armv7l
 


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

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

From 602a5e46c843a7b90c9cd3e4b313a55e1762d974 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Tue, 5 Jul 2022 17:21:33 -0300
Subject: [PATCH] rpm: update to 4.17.1.

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

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 6d252bd4cf58..a27cf64190a0 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,6 +1,6 @@
 # Template file for 'rpm'
 pkgname=rpm
-version=4.17.0
+version=4.17.1
 revision=1
 build_style=gnu-configure
 # configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://rpm.org"
 changelog="https://rpm.org/wiki/Releases/${version}.html"
 distfiles="https://ftp.osuosl.org/pub/rpm/releases/rpm-${version%.*}.x/rpm-${version}.tar.bz2"
-checksum=2e0d220b24749b17810ed181ac1ed005a56bbb6bc8ac429c21f314068dc65e6a
+checksum=0c11b793466e7258851ff82bd65c8ffd8c2dbbc70acc869a5d34150549926e5d
 python_version=3
 conflicts="rpmextract>=0" # Both provide rpm2cpio
 

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

* Re: [PR REVIEW] rpm: update to 4.17.1.
  2022-07-05 20:28 [PR PATCH] rpm: update to 4.17.1 glaulher
@ 2022-07-06  7:51 ` classabbyamp
  2022-07-06 16:36 ` [PR PATCH] [Updated] " glaulher
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-07-06  7:51 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37880#discussion_r914527266

Comment:
this is now fixed, so the `am_cv_python_version=${py3_ver}` can be removed

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

* Re: [PR PATCH] [Updated] rpm: update to 4.17.1.
  2022-07-05 20:28 [PR PATCH] rpm: update to 4.17.1 glaulher
  2022-07-06  7:51 ` [PR REVIEW] " classabbyamp
@ 2022-07-06 16:36 ` glaulher
  2022-07-06 16:43 ` [PR REVIEW] " glaulher
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: glaulher @ 2022-07-06 16:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages rpm
https://github.com/void-linux/void-packages/pull/37880

rpm: update to 4.17.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):  
  - armv7l
 


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

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

From 602a5e46c843a7b90c9cd3e4b313a55e1762d974 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Tue, 5 Jul 2022 17:21:33 -0300
Subject: [PATCH 1/2] rpm: update to 4.17.1.

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

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 6d252bd4cf58..a27cf64190a0 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,6 +1,6 @@
 # Template file for 'rpm'
 pkgname=rpm
-version=4.17.0
+version=4.17.1
 revision=1
 build_style=gnu-configure
 # configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://rpm.org"
 changelog="https://rpm.org/wiki/Releases/${version}.html"
 distfiles="https://ftp.osuosl.org/pub/rpm/releases/rpm-${version%.*}.x/rpm-${version}.tar.bz2"
-checksum=2e0d220b24749b17810ed181ac1ed005a56bbb6bc8ac429c21f314068dc65e6a
+checksum=0c11b793466e7258851ff82bd65c8ffd8c2dbbc70acc869a5d34150549926e5d
 python_version=3
 conflicts="rpmextract>=0" # Both provide rpm2cpio
 

From bf2196bb1296b76b26f056930ee4210d1283a0dc Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Wed, 6 Jul 2022 13:35:23 -0300
Subject: [PATCH 2/2] rpm: update to 4.17.1.

---
 srcpkgs/rpm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index a27cf64190a0..4fb61c2ca17a 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -6,8 +6,7 @@ build_style=gnu-configure
 # configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
 # until this is fixed upstream, manually define am_cv_python_version to circumvent
 configure_args="--with-cap --with-acl
- --enable-python PYTHON=python3 --sharedstatedir=/var/lib
- am_cv_python_version=${py3_ver}"
+ --enable-python PYTHON=python3 --sharedstatedir=/var/lib"
 hostmakedepends="automake gettext-devel libtool pkg-config
  python3-setuptools"
 makedepends="libgcrypt-devel binutils-devel elfutils-devel file-devel libarchive-devel

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

* Re: [PR REVIEW] rpm: update to 4.17.1.
  2022-07-05 20:28 [PR PATCH] rpm: update to 4.17.1 glaulher
  2022-07-06  7:51 ` [PR REVIEW] " classabbyamp
  2022-07-06 16:36 ` [PR PATCH] [Updated] " glaulher
@ 2022-07-06 16:43 ` glaulher
  2022-07-06 16:47 ` classabbyamp
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: glaulher @ 2022-07-06 16:43 UTC (permalink / raw)
  To: ml

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

New review comment by glaulher on void-packages repository

https://github.com/void-linux/void-packages/pull/37880#discussion_r915053655

Comment:
done.

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

* Re: [PR REVIEW] rpm: update to 4.17.1.
  2022-07-05 20:28 [PR PATCH] rpm: update to 4.17.1 glaulher
                   ` (2 preceding siblings ...)
  2022-07-06 16:43 ` [PR REVIEW] " glaulher
@ 2022-07-06 16:47 ` classabbyamp
  2022-07-07 16:52 ` [PR PATCH] [Updated] " glaulher
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-07-06 16:47 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37880#discussion_r915056494

Comment:
the comment should also be removed, and the commits squashed

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

* Re: [PR PATCH] [Updated] rpm: update to 4.17.1.
  2022-07-05 20:28 [PR PATCH] rpm: update to 4.17.1 glaulher
                   ` (3 preceding siblings ...)
  2022-07-06 16:47 ` classabbyamp
@ 2022-07-07 16:52 ` glaulher
  2022-07-07 16:53 ` [PR REVIEW] " glaulher
  2022-07-07 17:41 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: glaulher @ 2022-07-07 16:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages rpm
https://github.com/void-linux/void-packages/pull/37880

rpm: update to 4.17.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):  
  - armv7l
 


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

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

From c75daeae7ff5dc0bfb6dda8e1ecfc2f8f59c1298 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Thu, 7 Jul 2022 13:51:53 -0300
Subject: [PATCH] rpm: update to 4.17.1.

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

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 6d252bd4cf58..fbd6b4f0438e 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,13 +1,10 @@
 # Template file for 'rpm'
 pkgname=rpm
-version=4.17.0
+version=4.17.1
 revision=1
 build_style=gnu-configure
-# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1;
-# until this is fixed upstream, manually define am_cv_python_version to circumvent
 configure_args="--with-cap --with-acl
- --enable-python PYTHON=python3 --sharedstatedir=/var/lib
- am_cv_python_version=${py3_ver}"
+ --enable-python PYTHON=python3 --sharedstatedir=/var/lib"
 hostmakedepends="automake gettext-devel libtool pkg-config
  python3-setuptools"
 makedepends="libgcrypt-devel binutils-devel elfutils-devel file-devel libarchive-devel
@@ -18,7 +15,7 @@ license="GPL-2.0-or-later"
 homepage="https://rpm.org"
 changelog="https://rpm.org/wiki/Releases/${version}.html"
 distfiles="https://ftp.osuosl.org/pub/rpm/releases/rpm-${version%.*}.x/rpm-${version}.tar.bz2"
-checksum=2e0d220b24749b17810ed181ac1ed005a56bbb6bc8ac429c21f314068dc65e6a
+checksum=0c11b793466e7258851ff82bd65c8ffd8c2dbbc70acc869a5d34150549926e5d
 python_version=3
 conflicts="rpmextract>=0" # Both provide rpm2cpio
 

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

* Re: [PR REVIEW] rpm: update to 4.17.1.
  2022-07-05 20:28 [PR PATCH] rpm: update to 4.17.1 glaulher
                   ` (4 preceding siblings ...)
  2022-07-07 16:52 ` [PR PATCH] [Updated] " glaulher
@ 2022-07-07 16:53 ` glaulher
  2022-07-07 17:41 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: glaulher @ 2022-07-07 16:53 UTC (permalink / raw)
  To: ml

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

New review comment by glaulher on void-packages repository

https://github.com/void-linux/void-packages/pull/37880#discussion_r916090825

Comment:
fixed

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

* Re: [PR PATCH] [Merged]: rpm: update to 4.17.1.
  2022-07-05 20:28 [PR PATCH] rpm: update to 4.17.1 glaulher
                   ` (5 preceding siblings ...)
  2022-07-07 16:53 ` [PR REVIEW] " glaulher
@ 2022-07-07 17:41 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-07-07 17:41 UTC (permalink / raw)
  To: ml

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

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

rpm: update to 4.17.1.
https://github.com/void-linux/void-packages/pull/37880

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):  
  - armv7l
 


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

end of thread, other threads:[~2022-07-07 17:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 20:28 [PR PATCH] rpm: update to 4.17.1 glaulher
2022-07-06  7:51 ` [PR REVIEW] " classabbyamp
2022-07-06 16:36 ` [PR PATCH] [Updated] " glaulher
2022-07-06 16:43 ` [PR REVIEW] " glaulher
2022-07-06 16:47 ` classabbyamp
2022-07-07 16:52 ` [PR PATCH] [Updated] " glaulher
2022-07-07 16:53 ` [PR REVIEW] " glaulher
2022-07-07 17:41 ` [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).