[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, 2.2.9_release_candidate, updated. surfraw_2-2-5_1-272-g6f914c9

Ian Beckwith ianb at erislabs.net
Sat May 4 13:17:41 UTC 2013


The following commit has been merged in the 2.2.9_release_candidate branch:
commit 6f914c9f7569fde8c5c65904592ae23226b00438
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Sat May 4 14:13:30 2013 +0100

    rae: fix URL

diff --git a/ChangeLog b/ChangeLog
index 65265f8..d961763 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-05-04  Ian Beckwith  <ianb at erislabs.net>
+
+	* rae: fixed, at least as far as the test passing.
+	  Could really do with some love from someone who
+	  actually speaks spanish.
+
 2013-04-28  Ian Beckwith  <ianb at erislabs.net>
 
 	* musicbrainz: fixed mbid search.
diff --git a/debian/changelog b/debian/changelog
index 885cd33..ee46b47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
 surfraw (2.2.9-1) unstable; urgency=low
 
   * New upstream version
-    + Fixes bashism in yandex (Closes: #690615).
+    + yandex: Fix bashism (Closes: #690615).
+    + rae: Fix URL (Closes: #680138).
   * Standards-Version: 3.9.4 (no changes).
 
- -- Ian Beckwith <ianb at debian.org>  Sun, 28 Apr 2013 04:26:55 +0100
+ -- Ian Beckwith <ianb at debian.org>  Sat, 04 May 2013 14:12:40 +0100
 
 surfraw (2.2.8-1) unstable; urgency=low
 
diff --git a/elvi/rae b/elvi/rae
index be2ffbf..d6caf2b 100755
--- a/elvi/rae
+++ b/elvi/rae
@@ -42,5 +42,5 @@ if null "$w3_args"; then
     w3_browse_url "http://www.rae.es/drae/"
 else
     escaped_args=`w3_url_of_arg $w3_args`
-    w3_browse_url "http://www.rae.es/drae/srv/search?type=3D${SURFRAW_rae_tipo}=&val=${escaped_args}"
+    w3_browse_url "http://www.rae.es/drae/srv/search?type=${SURFRAW_rae_tipo}=&val=${escaped_args}"
 fi

-- 
surfraw -  a fast unix command line interface to WWW



More information about the Surfraw-commits mailing list