Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (ef7dffaa23152afb4c835947d8e97b9390c0f8b9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (ef7dffaa23152afb4c835947d8e97b9390c0f8b9)
  • Date: Thu, 4 Jan 2007 11:13:29 -0600

GIT changes to master z-rejected grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

z-http/opera/DETAILS | 2 +-
z-http/opera/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit ef7dffaa23152afb4c835947d8e97b9390c0f8b9
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

opera: don't use a regex search token

diff --git a/z-http/opera/DETAILS b/z-http/opera/DETAILS
index 13cd1b7..6856899 100755
--- a/z-http/opera/DETAILS
+++ b/z-http/opera/DETAILS
@@ -35,7 +35,7 @@ fi
#
# Currently only v9 is signed, v8 uses sha512
#
-if list_find "$OPERA_RELEASE" "9.*"; then
+if [[ ${OPERA_RELEASE:0:1} == 9 ]]; then
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi

SOURCE_URL[0]=ftp://ftp.olnevhost.net/pub/opera/linux/${VERPATH}/${VERSION5}/en/i386/${VERSION3}/${SOURCE}
diff --git a/z-http/opera/HISTORY b/z-http/opera/HISTORY
index 6239cb4..ce4e49e 100644
--- a/z-http/opera/HISTORY
+++ b/z-http/opera/HISTORY
@@ -1,3 +1,6 @@
+2007-01-04 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: made the list_find not use a regex - preparation for #13356
+
2007-01-03 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 9.10 final. Bug #13375.




  • [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (ef7dffaa23152afb4c835947d8e97b9390c0f8b9), Jaka Kranjc, 01/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page