Browse Source

fix tracking

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

+ 2 - 2
traildb/traildb.spec

@@ -32,7 +32,7 @@ Class:        EVAL
 Group:        Database
 License:      MIT
 Version:      0.5
-Release:      20160524
+Release:      20160525
 
 #   list of sources
 Source0:      https://github.com/traildb/traildb/archive/%{version}.tar.gz
@@ -52,7 +52,7 @@ PreReq:       libjudy, libarchive
     prog traildb = {
         version   = %{version}
         url       = https://github.com/traildb/traildb/releases
-        regex     = (__VER__)\.tar\.gz
+        regex     = /(__VER__)\.tar\.gz
     }
 
 %prep