Browse Source

track only releases

Ralf S. Engelschall 21 years ago
parent
commit
4b4d281176
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dmalloc/dmalloc.spec

+ 2 - 2
dmalloc/dmalloc.spec

@@ -34,7 +34,7 @@ Class:        BASE
 Group:        Development
 License:      GPL
 Version:      5.3.0
-Release:      20040219
+Release:      20040813
 
 #   list of sources
 Source0:      http://dmalloc.com/releases/dmalloc-%{version}.tgz
@@ -60,7 +60,7 @@ AutoReqProv:  no
     prog dmalloc = {
         version   = %{version}
         url       = http://dmalloc.com/releases/
-        regex     = dmalloc-(__VER__)\.tgz
+        regex     = dmalloc-(\d+\.\d+(\.\d+)*)\.tgz
     }
 
 %prep