Github messages for voidlinux
 help / color / mirror / Atom feed
From: ismaell <ismaell@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] rpm: update to 4.18.1.
Date: Wed, 29 Mar 2023 19:02:36 +0200	[thread overview]
Message-ID: <20230329170236.ahpOmiIK_nAe5FWAEB4Z81rzPtM8h5STBLi2sYZdgsw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42958@inbox.vuxu.org>

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

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

https://github.com/ismaell/void-packages rpm
https://github.com/void-linux/void-packages/pull/42958

rpm: update to 4.18.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From 1dbc58e3c533168aec40229b853dc69160be4db6 Mon Sep 17 00:00:00 2001
From: Ismael Luceno <ismael@iodev.co.uk>
Date: Thu, 13 Oct 2022 19:28:56 +0200
Subject: [PATCH 1/3] rpm: update to 4.18.0.

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

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 3f2b3915daa0..05c887574e3a 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,7 +1,7 @@
 # Template file for 'rpm'
 pkgname=rpm
-version=4.17.1
-revision=3
+version=4.18.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-cap --with-acl
  --enable-python PYTHON=python3 --sharedstatedir=/var/lib"
@@ -15,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=0c11b793466e7258851ff82bd65c8ffd8c2dbbc70acc869a5d34150549926e5d
+checksum=2a17152d7187ab30edf2c2fb586463bdf6388de7b5837480955659e5e9054554
 python_version=3
 
 CFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}"

From d44c1e05eee80a278069bd3197b88256ea334d5c Mon Sep 17 00:00:00 2001
From: Ismael Luceno <ismael@iodev.co.uk>
Date: Tue, 28 Mar 2023 23:58:57 +0200
Subject: [PATCH 2/3] rpm: update to 4.18.1.

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

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index 05c887574e3a..f02188d920e2 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -1,6 +1,6 @@
 # Template file for 'rpm'
 pkgname=rpm
-version=4.18.0
+version=4.18.1
 revision=1
 build_style=gnu-configure
 configure_args="--with-cap --with-acl
@@ -15,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=2a17152d7187ab30edf2c2fb586463bdf6388de7b5837480955659e5e9054554
+checksum=37f3b42c0966941e2ad3f10fde3639824a6591d07197ba8fd0869ca0779e1f56
 python_version=3
 
 CFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}"

From 4dea94f1c2b406ae04bf510f3be81b532d3be987 Mon Sep 17 00:00:00 2001
From: Ismael Luceno <ismael@iodev.co.uk>
Date: Thu, 23 Mar 2023 03:05:08 +0100
Subject: [PATCH 3/3] rpm: remove dependency on musl-legacy-compat

rpm doesn't depends on error.h anymore.

Closes: https://github.com/void-linux/void-packages/issues/36668
---
 srcpkgs/rpm/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template
index f02188d920e2..a2573912650f 100644
--- a/srcpkgs/rpm/template
+++ b/srcpkgs/rpm/template
@@ -22,9 +22,8 @@ CFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}"
 
 case "$XBPS_TARGET_MACHINE" in
 	# rpm uses _nl_msg_cat_cntr, so it needs the glibc gettext impl
-	# it uses <error.h> header, provided by legacy-compat
 	*-musl)
-	makedepends+=" gettext-devel musl-legacy-compat"
+	makedepends+=" gettext-devel"
 	CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/gettext"
 	LDFLAGS="-lintl"
 	;;

  parent reply	other threads:[~2023-03-29 17:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23 21:47 [PR PATCH] rpm: update to 4.18.0 ismaell
2023-03-28  3:38 ` [PR REVIEW] " classabbyamp
2023-03-29 16:32 ` [PR PATCH] [Updated] " ismaell
2023-03-29 16:55 ` rpm: update to 4.18.1 ismaell
2023-03-29 16:59 ` ismaell
2023-03-29 17:00 ` [PR PATCH] [Updated] " ismaell
2023-03-29 17:02 ` ismaell [this message]
2023-03-29 17:13 ` classabbyamp
2023-03-29 17:17 ` ismaell
2023-03-29 17:20 ` classabbyamp
2023-03-29 17:21 ` [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=20230329170236.ahpOmiIK_nAe5FWAEB4Z81rzPtM8h5STBLi2sYZdgsw@z \
    --to=ismaell@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).