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