Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (795b0f66a71c4c305ed71e26fe655929c3c299b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (795b0f66a71c4c305ed71e26fe655929c3c299b5)
  • Date: Sun, 2 Mar 2008 03:11:48 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

archive/rpm/DETAILS | 23 +++++++++++++++--------
archive/rpm/HISTORY | 4 ++++
2 files changed, 19 insertions(+), 8 deletions(-)

New commits:
commit d61c961346c5472c228224220b38cd886388c65b
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

rpm: Updated to version 5.0.2

diff --git a/archive/rpm/DETAILS b/archive/rpm/DETAILS
index 5c4580c..e14d1b2 100755
--- a/archive/rpm/DETAILS
+++ b/archive/rpm/DETAILS
@@ -1,18 +1,25 @@
SPELL=rpm
- VERSION=4.4.9
- SOURCE_HASH=sha512:
+ VERSION=5.0.2
+
SOURCE_HASH=sha512:da7403b52acb08629a1aa084508070cef03c3e974d63e02bad5a3eced97058bec72d62a6f95202379260b391997ef6ec095b6d6fb69df37d418ea5281caa4c92
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.asc
+# SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://rpm5.org/files/rpm/rpm-4.4/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=rpm.gpg:$SOURCE.asc:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
+ SOURCE_URL[0]=http://rpm5.org/files/rpm/rpm-5.0/$SOURCE
+# SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+# SOURCE_GPG=rpm.gpg:$SOURCE.asc:UPSTREAM_KEY
+# SOURCE2_IGNORE=signature
WEB_SITE=http://rpm5.org/
ENTERED=20030123
LICENSE[0]=GPL
KEYWORDS="archive"
SHORT="The RPM Package Manager (RPM)"
cat << EOF
-The RPM Package Manager (RPM) is a powerful command line driven package
management system capable of installing, uninstalling, verifying, querying,
and updating computer software packages. Each software package consists of an
archive of files along with information about the package like its version, a
description, and the like. There is also a related API ("Application Program
Interface"), permitting advanced developers to bypass 'shelling out' to a
command line, and to manage such transactions from within a native coding
language.
+The RPM Package Manager (RPM) is a powerful command line driven package
+management system capable of installing, uninstalling, verifying, querying,
+and updating computer software packages. Each software package consists of an
+archive of files along with information about the package like its version, a
+description, and the like. There is also a related API ("Application Program
+Interface"), permitting advanced developers to bypass 'shelling out' to a
+command line, and to manage such transactions from within a native coding
+language.
EOF
diff --git a/archive/rpm/HISTORY b/archive/rpm/HISTORY
index 24a8581..c7e11d6 100644
--- a/archive/rpm/HISTORY
+++ b/archive/rpm/HISTORY
@@ -1,3 +1,7 @@
+2008-03-02 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 5.0.2. Updated SOURCE_URL
+ Fixed long description wrap
+
2007-06-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.4.9
new url and website



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (795b0f66a71c4c305ed71e26fe655929c3c299b5), George Sherwood, 03/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page