summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElisamuel Resto2007-08-02 15:46:45 -0400
committerEric Sandall2007-08-02 13:04:32 -0700
commit85f9933a730fbeda588322d2b790737a29b9c901 (patch)
tree100254b94402297181fc17a0e99a2d6b909168a4
parentb27b4764a1486ce5d7e4cb2a2eeae1ec2db14410 (diff)
libs/elfutils: fixed a typo in SOURCE2_URL[1]
(cherry picked from commit 68f129d59181eb8cd3e5548f661f2071cdc9a792)
-rwxr-xr-xlibs/elfutils/DETAILS2
-rw-r--r--libs/elfutils/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/libs/elfutils/DETAILS b/libs/elfutils/DETAILS
index 42e0928946..5c3a4f058e 100755
--- a/libs/elfutils/DETAILS
+++ b/libs/elfutils/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://sources.redhat.com/pub/systemtap/elfutils/$SOURCE
SOURCE_URL[1]=http://mirrors.kernel.org/sources.redhat.com/systemtap/elfutils/$SOURCE
SOURCE2_URL[0]=ftp://sources.redhat.com/pub/systemtap/elfutils/$SOURCE2
- SOURCE2_URL[1]=http://mirrors,kernel.org/sources.redhat.com/systemtap/elfutils/$SOURCE2
+ SOURCE2_URL[1]=http://mirrors.kernel.org/sources.redhat.com/systemtap/elfutils/$SOURCE2
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE2_GPG="gurus.gpg:${SOURCE2}.sig"
FORCE_DOWNLOAD[2]="ON"
diff --git a/libs/elfutils/HISTORY b/libs/elfutils/HISTORY
index e277ad0f18..e37fbc081f 100644
--- a/libs/elfutils/HISTORY
+++ b/libs/elfutils/HISTORY
@@ -1,3 +1,6 @@
+2007-08-02 Elisamuel Resto <ryuji@mages.ath.cx>
+ * DETAILS: fixed a typo in SOURCE2_URL[1]
+
2007-07-30 Elisamuel Resto <ryuji@mages.ath.cx>
* DETAILS: updated spell to 0.128, replaced mirror
* BUILD: Added disable_pic (Bug #13767)