Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (27166c35ee8242612ffa94edbc3485776a379a17)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (27166c35ee8242612ffa94edbc3485776a379a17)
  • Date: Thu, 13 Oct 2022 17:29:47 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

archive/rpm4/DETAILS
| 4 -
archive/rpm4/HISTORY
| 5 +

archive/rpm4/patches/0001-Remove-superflous-include-of-non-standard-error.h.patch
| 26 ----------
3 files changed, 7 insertions(+), 28 deletions(-)

New commits:
commit 27166c35ee8242612ffa94edbc3485776a379a17
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rpm4 4.18.0

diff --git a/archive/rpm4/DETAILS b/archive/rpm4/DETAILS
index 300ae48..145f44e 100755
--- a/archive/rpm4/DETAILS
+++ b/archive/rpm4/DETAILS
@@ -1,8 +1,8 @@
SPELL=rpm4
- VERSION=4.17.0
+ VERSION=4.18.0
SOURCE="rpm-${VERSION}.tar.bz2"

SOURCE_URL[0]=https://ftp.osuosl.org/pub/rpm/releases/rpm-${VERSION%.*}.x/${SOURCE}
-
SOURCE_HASH=sha512:d32af8649c6d47796a645b6ecbe580df97f5423bfb17414d5ed0016373f5cfab86ebcfad6c480fb8bfafaf3a960f9bc095ef6faad7b40bdb208cc60e4080b0c8
+
SOURCE_HASH=sha512:c218b811c0c2db368a2919f60742904a4a5abf09dc20804d649eb42f1853d1c21d121086d6014cd210b2040643c37b5d86b53052958cf702ae2e54fe65f1c0ec
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/rpm-${VERSION}"
WEB_SITE="https://rpm.org/";
LICENSE[0]="GPL"
diff --git a/archive/rpm4/HISTORY b/archive/rpm4/HISTORY
index dae0fd7..31a8817 100644
--- a/archive/rpm4/HISTORY
+++ b/archive/rpm4/HISTORY
@@ -1,3 +1,8 @@
+2022-10-13 Ismael Luceno <ismael AT sourcemage.org>
+ *
patches/0001-Remove-superflous-include-of-non-standard-error.h.patch:
+ removed, no longer needed
+ * DETAILS: updated spell to 4.18.0
+
2022-04-12 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS, PRE_BUILD,

patches/0001-Remove-superflous-include-of-non-standard-error.h.patch:
diff --git
a/archive/rpm4/patches/0001-Remove-superflous-include-of-non-standard-error.h.patch

b/archive/rpm4/patches/0001-Remove-superflous-include-of-non-standard-error.h.patch
deleted file mode 100644
index c0e8f5c..0000000
---
a/archive/rpm4/patches/0001-Remove-superflous-include-of-non-standard-error.h.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 5a52053068bec0216357c15c17a44059ba22d0ef Mon Sep 17 00:00:00 2001
-From: Ismael Luceno <ismael AT iodev.co.uk>
-Date: Tue, 12 Apr 2022 16:54:32 +0200
-Subject: [PATCH] Remove superflous include of non-standard <error.h>
-
-Signed-off-by: Ismael Luceno <ismael AT iodev.co.uk>
-Upstream-Status: Accepted
----
- tools/elfdeps.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/tools/elfdeps.c b/tools/elfdeps.c
-index d205935bbb49..9cb7b68ff319 100644
---- a/tools/elfdeps.c
-+++ b/tools/elfdeps.c
-@@ -5,7 +5,6 @@
- #include <unistd.h>
- #include <stdlib.h>
- #include <fcntl.h>
--#include <error.h>
- #include <errno.h>
- #include <popt.h>
- #include <gelf.h>
---
-2.35.1
-



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (27166c35ee8242612ffa94edbc3485776a379a17), Ismael Luceno, 10/13/2022

Archive powered by MHonArc 2.6.24.

Top of Page