Bladeren bron

try to correct flawed vcheck regex

Michael Schloh von Bennewitz 21 jaren geleden
bovenliggende
commit
39a816a709
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      libart/libart.spec

+ 2 - 2
libart/libart.spec

@@ -38,7 +38,7 @@ Class:        PLUS
 Group:        Graphics
 License:      LGPL
 Version:      %{V_major}.%{V_minor}
-Release:      20040207
+Release:      20041109
 
 #   list of sources
 Source0:      ftp://ftp.gnome.org/pub/gnome/sources/libart_lgpl/%{V_major}/libart_lgpl-%{version}.tar.bz2
@@ -64,7 +64,7 @@ AutoReqProv:  no
     prog libart = {
         version   = %{version}
         url       = ftp://ftp.gnome.org/pub/gnome/sources/libart_lgpl/
-        regex     = (\d+.\d+)\b
+        regex     = (\d+.\d+)
         url       = ftp://ftp.gnome.org/pub/gnome/sources/libart_lgpl/__NEWVER__/
         regex     = libart_lgpl-(__VER__)\.tar\.gz
     }