[packages/rpm-build-tools] - use perl link extraction by default; works better

arekm arekm at pld-linux.org
Sun May 17 13:51:04 CEST 2015


commit d59ec7ed04292948f58b4b531ff236258f695eea
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun May 17 13:50:58 2015 +0200

    - use perl link extraction by default; works better

 pldnotify.awk | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/pldnotify.awk b/pldnotify.awk
index 92d4a26..e0121d5 100755
--- a/pldnotify.awk
+++ b/pldnotify.awk
@@ -784,6 +784,9 @@ function process_data(name, ver, rel,     src, nver, i) {
 }
 
 BEGIN {
+	# use perl links extraction by default
+	USE_PERL = 1
+
 	# if you want to use DEBUG, run script with "-v DEBUG=1"
 	# or uncomment the line below
 	# DEBUG = 1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/d59ec7ed04292948f58b4b531ff236258f695eea



More information about the pld-cvs-commit mailing list