Skip to Content.
Sympa Menu

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

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 (cf441f4bb370bb23ac8f03d790b0f0e246d20dae)
  • Date: Tue, 12 Apr 2022 15:27:51 +0000

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

ChangeLog
| 1
archive/rpm4/DETAILS
| 21 ++++++++
archive/rpm4/HISTORY
| 4 +
archive/rpm4/PRE_BUILD
| 3 +

archive/rpm4/patches/0001-Remove-superflous-include-of-non-standard-error.h.patch
| 25 ++++++++++
5 files changed, 54 insertions(+)

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

rpm4: new spell, RPM Package Manager

diff --git a/ChangeLog b/ChangeLog
index 813d942..fdd8a2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* python-pypi/pyudev: new spell, Python bindings to libudev
* python-pypi/solaar: new spell, Device Manager for Logitech Unifying
Receivers and Devices
* devel/quilt: new spell, manage large numbers of patches
+ * archive/rpm4: new spell, RPM Package Manager

2022-04-10 Treeve Jelbert <treeve AT sourcemage.org>
* KDE5*: prepare for qt6
diff --git a/archive/rpm4/DETAILS b/archive/rpm4/DETAILS
new file mode 100755
index 0000000..300ae48
--- /dev/null
+++ b/archive/rpm4/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=rpm4
+ VERSION=4.17.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_DIRECTORY="${BUILD_DIRECTORY}/rpm-${VERSION}"
+ WEB_SITE="https://rpm.org/";
+ LICENSE[0]="GPL"
+ ENTERED=20220412
+ KEYWORDS=""
+ SHORT="RPM Package Manager"
+cat << EOF
+The RPM Package Manager (RPM) is a powerful package management system
+capable of:
+
+* building computer software from source into easily distributable packages
+* installing, updating and uninstalling packaged software
+* querying detailed information about the packaged software, whether
installed
+ or not
+* verifying integrity of packaged software and resulting software
installation
+EOF
diff --git a/archive/rpm4/HISTORY b/archive/rpm4/HISTORY
new file mode 100644
index 0000000..dae0fd7
--- /dev/null
+++ b/archive/rpm4/HISTORY
@@ -0,0 +1,4 @@
+2022-04-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PRE_BUILD,
+
patches/0001-Remove-superflous-include-of-non-standard-error.h.patch:
+ spell created
diff --git a/archive/rpm4/PRE_BUILD b/archive/rpm4/PRE_BUILD
new file mode 100755
index 0000000..c230ad1
--- /dev/null
+++ b/archive/rpm4/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+apply_patch_dir patches
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
new file mode 100644
index 0000000..c6760f8
--- /dev/null
+++
b/archive/rpm4/patches/0001-Remove-superflous-include-of-non-standard-error.h.patch
@@ -0,0 +1,25 @@
+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>
+---
+ 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 (cf441f4bb370bb23ac8f03d790b0f0e246d20dae), Ismael Luceno, 04/12/2022

Archive powered by MHonArc 2.6.24.

Top of Page