From fd459aea70777eb729890faabb1e4737721b81b9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 30 Jan 2017 12:17:12 -0600 Subject: [PATCH] fix pyrcc5 wrapper typo --- pyrcc5.sh | 2 +- python-qt5.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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