]> git.pld-linux.org Git - packages/elinks.git/commitdiff
remove typeahead-beginning and js187 patches dropped from spec in 612abce
authorJan Palus <atler@pld-linux.org>
Sun, 27 Feb 2022 12:37:34 +0000 (13:37 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 27 Feb 2022 12:37:34 +0000 (13:37 +0100)
elinks-0.10.0-0.9.3-typeahead-beginning.patch [deleted file]
js187.patch [deleted file]

diff --git a/elinks-0.10.0-0.9.3-typeahead-beginning.patch b/elinks-0.10.0-0.9.3-typeahead-beginning.patch
deleted file mode 100644 (file)
index b35d76e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urp elinks-0.10.0/src/viewer/text/search.c elinks-0.10.0a/src/viewer/text/search.c
---- elinks-0.10.0/src/viewer/text/search.c     2004-12-17 17:19:08.000000000 +0100
-+++ elinks-0.10.0a/src/viewer/text/search.c    2011-06-06 00:42:15.000000000 +0200
-@@ -1107,7 +1107,7 @@ search_link_text(struct document *docume
-               int match_offset = match_link_text(link, text, textlen,
-                                                  case_sensitive);
--              if (match_offset >= 0) {
-+              if (match_offset == 0) {
-                       *offset = match_offset;
-                       return i;
-               }
diff --git a/js187.patch b/js187.patch
deleted file mode 100644 (file)
index 20c31c9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- elinks-0.13-20180901/configure.in~ 2017-07-23 19:50:15.000000000 +0200
-+++ elinks-0.13-20180901/configure.in  2018-10-25 07:28:57.966732829 +0200
-@@ -612,7 +612,7 @@
- # and therefore is less likely to be a newer incompatible version.
- # (This configure script rejects older incompatible versions
- # but can let newer ones through.)
--for package in mozjs185 mozilla-js; do
-+for package in mozjs187 mozilla-js; do
-       if test -n "$CONFIG_SPIDERMONKEY"; then
-               break
-       else
This page took 0.156541 seconds and 4 git commands to generate.