]> git.pld-linux.org Git - packages/qt5-qtbase.git/commitdiff
switch to python3 in script shebang; rel 2 auto/th/qt5-qtbase-5.15.6-2
authorJan Palus <atler@pld-linux.org>
Tue, 13 Sep 2022 15:36:51 +0000 (17:36 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 13 Sep 2022 15:36:51 +0000 (17:36 +0200)
qt5-qtbase.spec

index 9653b5b74a442de5a2a575c4ed4a3aed771e8925..5ee60f6072f04667b308ec2d2a3a80de432a9317 100644 (file)
@@ -71,7 +71,7 @@ Summary:      Qt5 - base components
 Summary(pl.UTF-8):     Biblioteka Qt5 - podstawowe komponenty
 Name:          qt5-%{orgname}
 Version:       5.15.6
-Release:       1
+Release:       2
 License:       LGPL v3 or GPL v2 or GPL v3 or commercial
 Group:         X11/Libraries
 Source0:       https://download.qt.io/official_releases/qt/5.15/%{version}/submodules/%{orgname}-everywhere-opensource-src-%{version}.tar.xz
@@ -1200,7 +1200,7 @@ Generator plików makefile dla aplikacji Qt5.
        ' mkspecs/common/linux.conf
 
 %{__sed} -i -e '1{
-       s,^#!.*bin/python$,#!%{__python},
+       s,^#!.*bin/python$,#!%{__python3},
        s,^#!.*bin/env perl,#!%{__perl},
 }' \
        bin/fixqt4headers.pl \
This page took 1.407592 seconds and 4 git commands to generate.