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"