[Lunar-commits] <moonbase> popt: version bump to 1.14.
Florin Braescu
florin at lunar-linux.org
Mon Apr 7 19:27:32 CEST 2008
commit 98af3df3cb985a7c6c78ad8b7ef609b83587bc34
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Apr 7 20:27:32 2008 +0300
popt: version bump to 1.14.
This release adds POPT_ARG_ARGV to accumulate multiple
occurrences of an option string argument into an argv array,
and POPT_ARG_LONGLONG to save 64-bit integer option arguments.
---
libs/popt/DETAILS | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/libs/popt/DETAILS b/libs/popt/DETAILS
index aed3773..81c159a 100644
--- a/libs/popt/DETAILS
+++ b/libs/popt/DETAILS
@@ -1,12 +1,13 @@
MODULE=popt
- VERSION=1.13
+ VERSION=1.14
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://rpm5.org/files/popt/
- SOURCE_VFY=sha1:658bf2d2ec25e97816f5920bb24048cf252d053a
- WEB_SITE=http://rpm5.org/
+ SOURCE_URL[0]=http://rpm5.org/files/popt
+ SOURCE_VFY=sha1:af0a7e2b187d600d624515a53d88374c15104e15
+ WEB_SITE=http://rpm5.org
ENTERED=20010922
- UPDATED=20080127
- SHORT="The popt library exists essentially for parsing command line options."
+ UPDATED=20080407
+ SHORT="The popt library exists essentially 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
More information about the Lunar-commits
mailing list