commit df1a5496bd188ca8a0cd4a0702cd3515edbe241d
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Sat Oct 28 22:59:08 2017 +0200

    Fallback to old source parsing method if other methods didn't find new 
version (for example right now release-monitoring.org doesn't see new wget 
which exists on wget ftp site).

 pldnotify.awk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/pldnotify.awk b/pldnotify.awk
index a5a42a0..d650768 100755
--- a/pldnotify.awk
+++ b/pldnotify.awk
@@ -766,10 +766,8 @@ function process_data(name, ver, rel,     src, nver, i) {
        if (nver) {
                if (compare_ver(ver, nver)) {
                        print name " [OLD] " ver " [NEW] " nver
-               } else {
-                       print name " seems ok: " ver
+                       return
                }
-               return;
        }
 
        if (name == "xulrunner") {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pldnotify.git/commitdiff/df1a5496bd188ca8a0cd4a0702cd3515edbe241d

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to