Accepting request 834956 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/834956 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qgis?expand=0&rev=16
This commit is contained in:
commit
1823a8cc99
14
_constraints
14
_constraints
@ -7,5 +7,19 @@
|
||||
<memory>
|
||||
<size unit="G">8</size>
|
||||
</memory>
|
||||
<memoryperjob>
|
||||
<size unit="M">1300</size>
|
||||
</memoryperjob>
|
||||
</hardware>
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>ppc64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<memoryperjob>
|
||||
<size unit="M">0</size>
|
||||
</memoryperjob>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
</constraints>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b76c5278def0c447c3d354149a2afe2562ac26cf0bcbe69b9e0528356d407b8
|
||||
size 108823469
|
@ -1 +0,0 @@
|
||||
1b76c5278def0c447c3d354149a2afe2562ac26cf0bcbe69b9e0528356d407b8 qgis-3.14.0.tar.bz2
|
3
qgis-3.14.16.tar.bz2
Normal file
3
qgis-3.14.16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9915c2e577f1812a2b35b678b123c58407e07824d73e5ec0dda13db7ca75c04
|
||||
size 109529159
|
1
qgis-3.14.16.tar.bz2.sha256
Normal file
1
qgis-3.14.16.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
c9915c2e577f1812a2b35b678b123c58407e07824d73e5ec0dda13db7ca75c04 qgis-3.14.16.tar.bz2
|
18
qgis.changes
18
qgis.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 15:37:24 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||
|
||||
- for ppc64le put back limit_build to avoid OOM failure and
|
||||
unset memoryperjob that did not solve the OOM failure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 15 12:12:24 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
- update to 3.14.16, maintenance release, no release notes, full changelog
|
||||
included in the package
|
||||
- fixes build on Tumbleweed, boo#1176554
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 09:04:43 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Use memoryperjob constraint instead of %limit_build macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 16:58:27 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||
|
||||
|
11
qgis.spec
11
qgis.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without grass
|
||||
Name: qgis
|
||||
Version: 3.14.0
|
||||
Version: 3.14.16
|
||||
Release: 0
|
||||
Summary: A Geographic Information System (GIS)
|
||||
License: GPL-2.0-only
|
||||
@ -246,6 +246,12 @@ popd
|
||||
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post plugin-grass -p /sbin/ldconfig
|
||||
%postun plugin-grass -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%{_bindir}/*
|
||||
%{_libdir}/libqgis*so*
|
||||
@ -301,7 +307,4 @@ popd
|
||||
%dir %{_datadir}/qgis
|
||||
%{_datadir}/qgis/%{sampledir}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user