From 1236ddfd36ef1ece6b73539a75c097002762f221 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Tue, 6 Aug 2019 15:49:05 +0200 Subject: [PATCH] Escape macro in comment --- python-httpretty.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-httpretty.spec b/python-httpretty.spec index 6ba9043..20076ae 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -17,14 +17,14 @@ Name: python-httpretty Version: 0.9.6 # If github_date is defined, assume a post-release snapshot -Release: 1%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} +Release: 2%{?github_date:.%{github_date}git%{shortcommit}}%{?dist} Summary: HTTP request mock tool for Python License: MIT URL: https://github.com/%{github_owner}/%{github_name} Source0: %{pypi_source} # Alternative for building from a github snapshot -#Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{github_name}-%{shortcommit}.tar.gz +#Source0: https://github.com/%%{github_owner}/%%{github_name}/archive/%%{github_commit}/%%{github_name}-%%{shortcommit}.tar.gz # Avoid unnecessary remote access requirement (note: test only actually # does a remote connection after PR #313) @@ -152,6 +152,9 @@ LANG=C.UTF-8 %{__python2} -m nose -v %changelog +* Tue Aug 06 2019 Jiri Popelka - 0.9.6-2 +- Escape macro in comment + * Tue Jul 30 2019 Jiri Popelka - 0.9.6-1 - Update to 0.9.6 - Disable python2 subpackage on F30+