diff --git a/python-Flask-HTMLmin.changes b/python-Flask-HTMLmin.changes
index f8cb524..fec6292 100644
--- a/python-Flask-HTMLmin.changes
+++ b/python-Flask-HTMLmin.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Sat Oct 20 15:54:52 UTC 2018 - Arun Persaud
+
+- specfile:
+ * be more specific in %files section
+
+- update to version 1.5.0:
+ * Add stale bot configuration
+ * Implement Route (or URL rule) exemption with test
+ * Update setup config
+ * Setup python 3.7 in travis CI
+ * Update license date
+ * Update Readme
+
-------------------------------------------------------------------
Wed Oct 10 14:58:12 UTC 2018 - Antonio Larrosa - 1.4.0
diff --git a/python-Flask-HTMLmin.spec b/python-Flask-HTMLmin.spec
index d1cd957..51df85f 100644
--- a/python-Flask-HTMLmin.spec
+++ b/python-Flask-HTMLmin.spec
@@ -12,31 +12,31 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Flask-HTMLmin
-Version: 1.4.0
+Version: 1.5.0
Release: 0
-License: BSD-3-Clause
Summary: Minimize render templates html
-Url: https://github.com/hamidfzm/Flask-HTMLmin
+License: BSD-3-Clause
Group: Development/Languages/Python
+URL: https://github.com/hamidfzm/Flask-HTMLmin
Source: https://github.com/hamidfzm/Flask-HTMLmin/archive/v%{version}.tar.gz
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module pytest-runner}
-BuildRequires: fdupes
-# Test requirements
-BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module Flask}
BuildRequires: %{python_module htmlmin}
+# Test requirements
+BuildRequires: %{python_module pytest-cov}
+BuildRequires: %{python_module pytest-runner}
+BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
# End of test requirements
Requires: python-Flask
Requires: python-htmlmin
BuildArch: noarch
-
%python_subpackages
%description
@@ -58,6 +58,8 @@ Flask-HTMLmin allows to minimize your flask rendered html
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitelib}/*
+%dir %{python_sitelib}/flask_htmlmin
+%{python_sitelib}/flask_htmlmin/*
+%{python_sitelib}/Flask_HTMLmin-%{version}-*.egg-info
%changelog
diff --git a/v1.4.0.tar.gz b/v1.4.0.tar.gz
deleted file mode 100644
index 58d693a..0000000
--- a/v1.4.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:02994c7515d89984cb6497e4106a4f811570746e1c1e6dac497bc96ec30e9d83
-size 3289
diff --git a/v1.5.0.tar.gz b/v1.5.0.tar.gz
new file mode 100644
index 0000000..12547a4
--- /dev/null
+++ b/v1.5.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3c4bd8a3d12f66e1ff59a7b72df8e6e6b81c562ea8dbb34577e577ea66bfffa2
+size 5285