diff --git a/python-qutepart.spec b/python-qutepart.spec index 04f1479..7238921 100644 --- a/python-qutepart.spec +++ b/python-qutepart.spec @@ -11,7 +11,7 @@ Name: python-%{srcname} Version: 2.2.2 -Release: 4%{?dist} +Release: 6%{?dist} Summary: %{sum} License: LGPLv2+ @@ -80,7 +80,7 @@ Qutepart is a code editor widget for PyQt. Features: %if 0%{with python3} %package -n python3-%{srcname} -Release: 4.%{py3_date}git%(c=%{py3_commit0}; echo ${c:0:7})%{?dist} +Release: 6.%{py3_date}git%(c=%{py3_commit0}; echo ${c:0:7})%{?dist} Summary: %{sum} %{?python_provide:%python_provide python3-%{srcname}} @@ -181,9 +181,15 @@ xvfb-run -a %{__python3} run_all.py %changelog -* Sat Feb 27 2016 Raphael Groner - 2.2.2-4 +* Sat Feb 27 2016 Raphael Groner - 2.2.2-6 - rebuild to validate dependencies (bug with librsvg-2.so.2) +* Thu Feb 04 2016 Fedora Release Engineering - 2.2.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Nov 12 2015 Kalev Lember - 2.2.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + * Fri Nov 06 2015 Raphael Groner - 2.2.2-3 - add subpackages for python versioning - experimental python3 support