Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1e0ec01ebdc075e14d2548ace9b633c0d30cd1d2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1e0ec01ebdc075e14d2548ace9b633c0d30cd1d2)
  • Date: Sun, 6 Apr 2008 10:57:20 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/popt/DETAILS | 8 ++++----
libs/popt/HISTORY | 3 +++
libs/popt/PRE_BUILD | 4 ++--
3 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 1e0ec01ebdc075e14d2548ace9b633c0d30cd1d2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

popt: => 1.14

diff --git a/libs/popt/DETAILS b/libs/popt/DETAILS
index d1f5a45..4806003 100755
--- a/libs/popt/DETAILS
+++ b/libs/popt/DETAILS
@@ -1,17 +1,17 @@
SPELL=popt
- VERSION=1.12
+ VERSION=1.14
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://rpm5.org/files/popt/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_URL[0]=$SOURCE_URL.asc
SOURCE_GPG=popt.gpg:$SOURCE.asc:UPSTREAM_KEY
SOURCE2_IGNORE=signature
LICENSE[0]=XCL
- WEB_SITE=http://rpm5.org
+ WEB_SITE=http://rpm5.org/
ENTERED=20010922
KEYWORDS="libs"
- SHORT="Library for parsing command line options."
+ SHORT="Library for parsing command line options"
cat << EOF
The popt library exists essentially for parsing command line options.
Some specific advantages of popt are no global variables (allowing
diff --git a/libs/popt/HISTORY b/libs/popt/HISTORY
index 4c1c7fd..19918a7 100644
--- a/libs/popt/HISTORY
+++ b/libs/popt/HISTORY
@@ -1,3 +1,6 @@
+2008-04-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.14
+
2007-12-04 Thomas Orgis <sobukus AT sourcemage.org>
* PRE_BUILD: no lib64 dir... we use lib, just lib

diff --git a/libs/popt/PRE_BUILD b/libs/popt/PRE_BUILD
index ee8b49d..0a2f2ed 100755
--- a/libs/popt/PRE_BUILD
+++ b/libs/popt/PRE_BUILD
@@ -1,4 +1,4 @@
default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
+cd $SOURCE_DIRECTORY &&
# simple hack of configure to prevent lib64
-sedit 's/MARK64=64/MARK64=/' configure
+sed -i "s:MARK64=64:MARK64=:" configure



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1e0ec01ebdc075e14d2548ace9b633c0d30cd1d2), Vlad Glagolev, 04/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page