diff --git a/pyrcc5.sh b/pyrcc5.sh index 56437ea..9c88851 100644 --- a/pyrcc5.sh +++ b/pyrcc5.sh @@ -1,5 +1,5 @@ #!/bin/sh -@PYTHON3@ -c "import PyQt5.PyQt5.pyrcc_main" &> /dev/null +@PYTHON3@ -c "import PyQt5.pyrcc_main" &> /dev/null if [ $? -eq 0 ]; then exec @PYTHON3@ -m PyQt5.pyrcc_main ${1+"$@"} else diff --git a/python-qt5.spec b/python-qt5.spec index 6f967a0..0ed370d 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -20,7 +20,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.7.1 -Release: 2%{?dist} +Release: 3%{?dist} # all BSD, except for GPLv2+ dbus bindings and examples License: BSD and GPLv2+ @@ -425,6 +425,9 @@ sed -i \ %changelog +* Mon Jan 30 2017 Rex Dieter - 5.7.1-3 +- fix pyrcc5 wrapper typo + * Fri Jan 27 2017 Rex Dieter - 5.7.1-2 - add wrappers for pyrcc5,pylupdate5 (#141116,#1415812) - update provides filtering