From d1b35c01fadb664afb5582df19d8d4981a34852f Mon Sep 17 00:00:00 2001 From: Stefano Cotta Ramusino Date: Mon, 9 Jul 2012 03:21:47 +0200 Subject: [PATCH] conf/03-apse.conf: fix fsf and launchpad scraping values Signed-off-by: Stefano Cotta Ramusino --- AUTHORS | 2 +- NEWS | 3 +++ conf/03-apse.conf | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 00c91d7..0066749 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,7 +3,7 @@ Davide Madrisan frontend, plugins, libraries, documentation porting to the libspec.lib architecture -Stefano Cotta Ramusino aka "whitone" +Stefano Cotta Ramusino aka "whitone" patch to check for OSI approved licenses list of OSI approved licenses autospec package search engine (APSE) diff --git a/NEWS b/NEWS index d22e6d7..c3c0132 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,9 @@ List of user visible changes in the release 1.12.2 * italian manpage - Davide Madrisan: Improve the examples for 'autospec -u'. + * libapse.lib, conf/03-apse.conf - Stefano Cotta Ramusino + Fix scraping values and add new sites + ------------------------------------------------------------------------------- List of user visible changes in the release 1.12.1 diff --git a/conf/03-apse.conf b/conf/03-apse.conf index 91eb9bb..32bd077 100644 --- a/conf/03-apse.conf +++ b/conf/03-apse.conf @@ -60,7 +60,7 @@ apse_uri[8]="http://directory.fsf.org/wiki/" apse_put_fields[8]="" apse_error_msg[8]="is currently no text" apse_grep[8]="" -apse_sed[8]="s,^version \(.*\),\1,pi" +apse_sed[8]="s,^version \([^ ]*\),\1,pi" apse_enabled[9]=1 apse_site_name[9]="http://launchpad.net" @@ -68,4 +68,4 @@ apse_uri[9]="http://launchpad.net/" apse_put_fields[9]="" apse_error_msg[9]="page does not exist" apse_grep[9]="" -apse_sed[9]="s,.*Latest version is \(.*\),\1,pi" +apse_sed[9]="s,.*Latest version is \([^ ]*\),\1,pi"