diff --git a/enki.spec b/enki.spec index 04605d8..1a0e6fd 100644 --- a/enki.spec +++ b/enki.spec @@ -1,12 +1,14 @@ Name: enki Version: 16.04.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Text editor for programmers License: GPLv2+ URL: http://%{name}-editor.org/ Source0: https://github.com/hlamer/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +# patch needed for python3-qt5 v5.6, https://github.com/hlamer/enki/pull/412 +Patch0: enki-%{version}-signal-document-none.patch BuildArch: noarch @@ -72,7 +74,7 @@ Summary: Additional documentation for %{name} %prep -%setup0 -qn%{name}-%{version} +%autosetup -p1 -n%{name}-%{version} # ignore useless distribution folders rm -r debian rpm win # skip tests of plugins, too hungry for poor Xvfb @@ -126,6 +128,9 @@ fi %changelog +* Mon May 09 2016 Raphael Groner - 16.04.0-3 +- fix TypeError: decorated slot, rhbz#1332274 + * Sun Apr 24 2016 Raphael Groner - 16.04.0-2 - add R: python3-qt5-webkit, enki does not work without