#5 Revert back to building with sip 4 due to no sip 6 support
Merged 2 years ago by rdieter. Opened 2 years ago by swt2c.
rpms/ swt2c/qgis revert_sip4  into  rawhide

file modified
+6 -2
@@ -8,7 +8,7 @@ 

  

  Name:           qgis

  Version:        3.18.3

- Release:        4%{?dist}

+ Release:        5%{?dist}

  Summary:        A user friendly Open Source Geographic Information System

  

  # http://issues.qgis.org/issues/3789
@@ -59,7 +59,7 @@ 

  BuildRequires:  python3-qscintilla-qt5

  BuildRequires:  python3-qscintilla-qt5-devel

  BuildRequires:  python3-qt5-devel

- BuildRequires:  %{py3_dist sip}

+ BuildRequires:  python3-sip-devel

  BuildRequires:  qca-qt5-devel

  BuildRequires:  qscintilla-qt5-devel

  BuildRequires:  qt5-qt3d-devel
@@ -128,6 +128,7 @@ 

  Requires:       python3-PyYAML

  Requires:       python3-qscintilla-qt5

  Requires:       python3-qt5-webkit

+ %{?_sip_api:Requires: python3-pyqt5-sip-api(%{_sip_api_major}) >= %{_sip_api}}

  

  %description -n python3-qgis

  Python integration and plug-ins for QGIS.
@@ -295,6 +296,9 @@ 

  

  

  %changelog

+ * Sat Jul 10 2021 Scott Talbert <swt@techie.net> - 3.18.3-5

+ - Revert back to building with sip 4 due to no sip 6 support

+ 

  * Tue Jun 08 2021 Scott Talbert <swt@techie.net> - 3.18.3-4

  - Update to build with sip5+

  

qgis can stay with sip 4 for now until it has support for building with sip 6.

Ping? Need this so I can work on getting sip6 into rawhide.

Pull-Request has been merged by rdieter

2 years ago
Metadata