From bf0652cff72f5e01f8b3373422c5bf713696ac71 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 5 Mar 2016 13:37:47 +0000 Subject: [PATCH] fix tracking --- xto6/xto6.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xto6/xto6.spec b/xto6/xto6.spec index 52cf4a5980..ae79fb4cf2 100644 --- a/xto6/xto6.spec +++ b/xto6/xto6.spec @@ -37,7 +37,7 @@ Class: EVAL Group: Language License: MIT Version: %{V_xto6} -Release: 20160304 +Release: 20160305 # list of sources Source0: http://download.openpkg.org/components/versioned/xto6/xto6-%{V_xto6_dist}-%{V_xto6_snap}.tar.gz @@ -53,7 +53,7 @@ PreReq: OpenPKG, openpkg >= 20140101, node prog xto6 = { version = %{version} url = https://github.com/mohebifar/xto6/releases - regex = v(\d+\.\d+\.d+) + regex = v(\d+\.\d+\.\d+) } %prep