diff --git a/python-line_profiler.spec b/python-line_profiler.spec index 9fb3bd8..6d9f0b7 100644 --- a/python-line_profiler.spec +++ b/python-line_profiler.spec @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Line-by-line profiler for python License: BSD and Python @@ -96,6 +96,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m unittest discover -s %{_bindir}/kernprof-%{python3_version} %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Aug 16 2018 Jackson Isaac - 2.1-1 - Update to 2.1 - Add patch for python 3.7 - Fixes #1605752