Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b1126823e | ||
|
|
8328c3632e | ||
|
|
65f2cc31f0 | ||
|
|
4f5eccf163 | ||
|
|
a53af8c5f8 | ||
|
|
84ed1d3343 | ||
|
|
26cbb06cd6 | ||
|
|
f0419f578e | ||
|
|
9e7b95a623 |
3 changed files with 34 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -43,3 +43,5 @@ qgis_1.5.0.tar.gz
|
|||
/qgis-2.18.20.tar.bz2
|
||||
/qgis-2.18.25.tar.bz2
|
||||
/qgis-3.4.4.tar.bz2
|
||||
/qgis-3.4.6.tar.bz2
|
||||
/qgis-3.4.9.tar.bz2
|
||||
|
|
|
|||
34
qgis.spec
34
qgis.spec
|
|
@ -23,7 +23,7 @@
|
|||
#TODO: Run test suite (see debian/rules)
|
||||
|
||||
Name: qgis
|
||||
Version: 3.4.4
|
||||
Version: 3.4.9
|
||||
Release: 3%{?dist}
|
||||
Summary: A user friendly Open Source Geographic Information System
|
||||
|
||||
|
|
@ -102,6 +102,7 @@ BuildRequires: qtkeychain-qt5-devel
|
|||
|
||||
BuildRequires: qscintilla-qt5-devel
|
||||
BuildRequires: qt5-devel
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
#TODO: Something doesn't work here -- no idea what I meant by that.
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: qt-mobility-devel
|
||||
|
|
@ -165,7 +166,6 @@ Obsoletes: %{name}-python < %{version}-%{release}
|
|||
Summary: Python integration and plug-ins for QGIS
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: gdal-python3
|
||||
Requires: PyQt5-webkit
|
||||
Requires: python3-httplib2
|
||||
Requires: python3-jinja2
|
||||
Requires: python3-matplotlib
|
||||
|
|
@ -174,7 +174,9 @@ Requires: python3-psycopg2
|
|||
Requires: python3-pygments
|
||||
Requires: python3-PyYAML
|
||||
Requires: python3-qscintilla
|
||||
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
||||
Requires: python3-qscintilla-qt5
|
||||
Requires: python3-qt5-webkit
|
||||
%{?_sip_api:Requires: python3-sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
||||
|
||||
%description -n python3-qgis
|
||||
Python integration and plug-ins for QGIS.
|
||||
|
|
@ -379,6 +381,32 @@ rm -f %{buildroot}%{_datadir}/%{name}/doc/INSTALL*
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 26 2019 Jan Grulich <jgrulich@redhat.com> - 3.4.9-3
|
||||
- rebuild (qt5)
|
||||
|
||||
* Wed Jun 26 2019 Rex Dieter <rdieter@fedoraproject.org> - 3.4.9-2
|
||||
- rebuild (qt5)
|
||||
|
||||
* Tue Jun 25 2019 Volker Fröhlich <volker27@gmx.at> - 3.4.9-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Jun 21 2019 Volker Fröhlich <volker27@gmx.at> - 3.4.6-5
|
||||
- Require python3-qscintilla-qt5 in python3 sub-package, BZ#1722653
|
||||
|
||||
* Fri Jun 07 2019 Volker Fröhlich <volker27@gmx.at> - 3.4.6-4
|
||||
- Add BR python3-qt5-webkit, BZ#1712275
|
||||
|
||||
* Wed Jun 05 2019 Volker Fröhlich <volker27@gmx.at> - 3.4.6-3
|
||||
- Require python3-sip-api instead of sip-api, BZ#1714490
|
||||
|
||||
* Wed May 22 2019 Volker Fröhlich <volker27@gmx.at> - 3.4.6-2
|
||||
- Remove the dependency on PyQt5-webkit, BZ#1712275
|
||||
- Add qt5-qtbase-private-devel for QtSql/private/qsqlcachedresult_p.h
|
||||
|
||||
* Fri Apr 19 2019 Volker Fröhlich <volker27@gmx.at> - 3.4.6-1
|
||||
- New upstream release
|
||||
- Rebuild for BZ#1701420
|
||||
|
||||
* Sat Feb 16 2019 Björn Esser <besser82@fedoraproject.org> - 3.4.4-3
|
||||
- rebuilt (qscintilla)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (qgis-3.4.4.tar.bz2) = 6f38f189f40081fa90128e0c8be8a64c522f84ba22929178d498e855b50de0047539de5ec2968736cfe9a0dfdd8dc856726f4ff51e4c3b6f629aca7151c1ea66
|
||||
SHA512 (qgis-3.4.9.tar.bz2) = ac4d2213af993db03414d64cca8b98665d75d4535002d750f3466d21ee5fdf26293ad99a35bdb410b616fe875c1711d1918adee81922720927aadccc9c85508d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue