From 252719b216d67dd553298f322f33d10f62caa366 Mon Sep 17 00:00:00 2001 From: Luis Bazan Date: Dec 19 2018 16:52:24 +0000 Subject: enable xnat --- diff --git a/python-wxnatpy.spec b/python-wxnatpy.spec index 37c063e..6cb90c5 100644 --- a/python-wxnatpy.spec +++ b/python-wxnatpy.spec @@ -13,7 +13,7 @@ It is built on top of wxPython and xnatpy.} Name: python-%{pypi_name} Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: wxnatpy is a wxPython widget which allows users to browse the contents of a XNAT repository. License: ASL 2.0 URL: https://github.com/pauldmccarthy/wxnatpy @@ -59,5 +59,8 @@ find . -type f -name "*.py" -exec sed -i '/^#![ ]*\/usr\/bin\/env.*$/ d' {} 2>/ %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Wed Dec 19 2018 Luis Bazan - 0.3.11-2 +- enable xnat + * Mon Nov 19 2018 Luis Bazan - 0.3.11-1 - New upstream