From 327ea577e3f7cda7e096678218dc2c5adb8eebba Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Dec 09 2018 10:11:36 +0000 Subject: Require python3-PyQt4 instead of (python2-)PyQt4 --- diff --git a/flatcam.spec b/flatcam.spec index 9eb2b56..8b0c8ce 100644 --- a/flatcam.spec +++ b/flatcam.spec @@ -10,7 +10,7 @@ Name: flatcam Version: 8.5 -Release: 11.%{date}git%{shortcommit0}%{?dist} +Release: 12.%{date}git%{shortcommit0}%{?dist} Summary: 2D Computer-Aided PCB Manufacturing License: MIT Url: http://flatcam.org/ @@ -29,7 +29,7 @@ BuildRequires: desktop-file-utils BuildRequires: libappstream-glib Requires: %{py3_dist simplejson} -Requires: PyQt4 +Requires: python3-PyQt4 Requires: %{py3_dist numpy} Requires: %{py3_dist scipy} Requires: python3-svg-path @@ -88,6 +88,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata %changelog +* Sun Dec 09 2018 Miro Hrončok - 8.5-12.20180606git46454c293a9b +- Require python3-PyQt4 instead of (python2-)PyQt4 + * Sat Sep 08 2018 Damian Wrobel - 8.5-11.20180606git46454c293a9b - Update to the latest version - Switch to python3