From ba28726865db8a6526c47d7e178b733ccb52c37e Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 6 Mar 2016 20:07:14 +0000 Subject: [PATCH] fix tracking --- nghttp2/nghttp2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nghttp2/nghttp2.spec b/nghttp2/nghttp2.spec index 02d3c43181..9a1206a69a 100644 --- a/nghttp2/nghttp2.spec +++ b/nghttp2/nghttp2.spec @@ -32,7 +32,7 @@ Class: EVAL Group: Networking License: MIT Version: 1.8.0 -Release: 20160227 +Release: 20160306 # list of sources Source0: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz @@ -55,7 +55,7 @@ PreReq: libxml, boost prog nghttp2 = { version = %{version} url = https://github.com/tatsuhiro-t/nghttp2/releases - regex = v(__VER__)\.tar\.xz + regex = nghttp2-(__VER__)\.tar\.xz } %prep