From a32890cfb104282f963882304ca8cd52200be27d8c32b036b5ce5726c61bfb6f Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 17 May 2018 14:41:11 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gprof2dot?expand=0&rev=2 --- python-gprof2dot.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-gprof2dot.spec b/python-gprof2dot.spec index 876cd58..e4e171b 100644 --- a/python-gprof2dot.spec +++ b/python-gprof2dot.spec @@ -18,13 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gprof2dot Version: 2017.9.19 +%define gitver 2017.09.19 Release: 0 License: LGPL-3.0-or-later Summary: Generate a dot graph from the output of several profilers Url: https://github.com/jrfonseca/gprof2dot Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/g/gprof2dot/gprof2dot-%{version}.tar.gz -Source10: https://raw.githubusercontent.com/jrfonseca/gprof2dot/%{version}/LICENSE.txt +Source10: https://raw.githubusercontent.com/jrfonseca/gprof2dot/%{gitver}/LICENSE.txt BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes