From 06983e671af48da1fb7af64008d00fdbd4b5052c Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 6 Mar 2016 20:03:44 +0000 Subject: [PATCH] fix tracking --- libxmlpatch/libxmlpatch.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libxmlpatch/libxmlpatch.spec b/libxmlpatch/libxmlpatch.spec index b671e26811..b99a097624 100644 --- a/libxmlpatch/libxmlpatch.spec +++ b/libxmlpatch/libxmlpatch.spec @@ -32,7 +32,7 @@ Class: EVAL Group: XML License: LGPL Version: 0.4.0 -Release: 20150905 +Release: 20160306 # list of sources Source0: http://downloads.sourceforge.net/xmlpatch/libxmlpatch_%{version}.tar.gz @@ -57,7 +57,7 @@ PreReq: libxml, glib, check prog libxmlpatch = { version = %{version} url = http://sourceforge.net/projects/xmlpatch/files/ - regex = libxmlpatch-(__VER__)\.tar\.gz + regex = libxmlpatch_(__VER__)\.tar\.gz } %prep