summaryrefslogtreecommitdiffstats
path: root/mycroft/python-msk/python-msk.spec
diff options
context:
space:
mode:
Diffstat (limited to 'mycroft/python-msk/python-msk.spec')
-rw-r--r--mycroft/python-msk/python-msk.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/mycroft/python-msk/python-msk.spec b/mycroft/python-msk/python-msk.spec
index b4239b0..110bd65 100644
--- a/mycroft/python-msk/python-msk.spec
+++ b/mycroft/python-msk/python-msk.spec
@@ -1,15 +1,13 @@
%global pypi_name msk
Name: python-%{pypi_name}
-Version: 0.3.15
+Version: 0.3.16
Release: 1%{?dist}
Summary: Mycroft Skills Kit
License: ASL 2.0
URL: https://github.com/MycroftAI/mycroft-skills-kit
Source0: %{pypi_source}
-# License is not distributed with pypi tarball. See #4.
-Source1: https://raw.githubusercontent.com/MycroftAI/mycroft-skills-kit/master/LICENSE
BuildArch: noarch
BuildRequires: python3-devel
@@ -57,13 +55,16 @@ cp %{SOURCE1} .
#%%check
#%%{__python3} setup.py test
-%files -n python3-%{pypi_name}
+%files -n python3-%{pypi_name}
%doc README.md
%license LICENSE
%{_bindir}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
-%changelog
+%changelog
+* Sun Aug 15 2020 Lyes Saadi <fedora@lyes.eu> - 0.3.16-1
+- Updating to 0.3.16
+
* Sat Jun 06 2020 Lyes Saadi <fedora@lyes.eu> - 0.3.15-1
- Initial Package