Github messages for voidlinux
 help / color / mirror / Atom feed
From: glaulher <glaulher@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] rpm: update to 4.17.1.
Date: Wed, 06 Jul 2022 18:36:12 +0200	[thread overview]
Message-ID: <20220706163612.Af_XMJsIUVyeY1_DpjrSpbonQhO7x6H8X6_f81yjILc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37880@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2022-07-06 16:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-05 20:28 [PR PATCH] " glaulher
2022-07-06  7:51 ` [PR REVIEW] " classabbyamp
2022-07-06 16:36 ` glaulher [this message]
2022-07-06 16:43 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220706163612.Af_XMJsIUVyeY1_DpjrSpbonQhO7x6H8X6_f81yjILc@z \
    --to=glaulher@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).