From 12deb386ef93b53122812345b18ca8228c35e855 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 5 Mar 2016 13:34:34 +0000 Subject: [PATCH] fix tracking --- node-gyp/node-gyp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node-gyp/node-gyp.spec b/node-gyp/node-gyp.spec index c1e75484c9..8fd0fe75fc 100644 --- a/node-gyp/node-gyp.spec +++ b/node-gyp/node-gyp.spec @@ -36,7 +36,7 @@ Class: EVAL Group: Language License: MIT Version: %{V_node_gyp} -Release: 20160304 +Release: 20160305 # list of sources Source0: http://download.openpkg.org/components/versioned/node-gyp/node-gyp-%{V_node_gyp}-%{V_node_gyp_snap}.tar.gz @@ -56,7 +56,7 @@ PreReq: OpenPKG, openpkg >= 20140101, node, python prog node-gyp = { version = %{version} url = https://github.com/TooTallNate/node-gyp/releases - regex = (\d+\.\+d\.\d+) + regex = (\d+\.\d+\.\d+) } %prep