Browse Source

fix tracking

Ralf S. Engelschall 9 years ago
parent
commit
d9bf292fd0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      watchman/watchman.spec

+ 2 - 2
watchman/watchman.spec

@@ -32,7 +32,7 @@ Class:        EVAL
 Group:        Filesystem
 License:      Apache
 Version:      4.5.0
-Release:      20160228
+Release:      20160609
 
 #   list of sources
 Source0:      https://github.com/facebook/watchman/archive/v%{version}.tar.gz
@@ -51,7 +51,7 @@ PreReq:       OpenPKG, openpkg >= 20160101
     prog watchman = {
         version   = %{version}
         url       = https://github.com/facebook/watchman/releases
-        regex     = v(__VER__)\.tar\.gz
+        regex     = v(\d+\.\d+\.\d+)\.tar\.gz
     }
 
 %prep