8 Commits

Author SHA256 Message Date
cd938a9642 Accepting request 1288356 from Application:Geo
- Update to 3.44.0
  * See https://changelog.qgis.org/en/qgis/version/3.44/ and
    https://github.com/qgis/QGIS/compare/final-3_42_3...final-3_44_0
    for changes

OBS-URL: https://build.opensuse.org/request/show/1288356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qgis?expand=0&rev=66
2025-06-24 18:53:35 +00:00
381ce86e05 update to 3.44.0
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=423
2025-06-24 15:03:37 +00:00
6f0383433c Accepting request 1281844 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1281844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qgis?expand=0&rev=65
2025-06-02 20:00:44 +00:00
c25304d563 - Update to 3.42.3
* See https://github.com/qgis/QGIS/compare/final-3_42_2%5E...final-3_42_3
    for commits between 3.42.2 and 3.42.3

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=421
2025-06-02 09:28:53 +00:00
a474181c0b Accepting request 1273217 from Application:Geo
- Update to 3.42.2
  * See https://github.com/qgis/QGIS/compare/final-3_42_1%5E...final-3_42_2
    for commits between 3.42.1 and 3.42.2
  * Drop qgis-import-gl_h.patch; The issue has been fixed upstream with
    commit 7a8d98c ("Fix QGIS 3.42 build on arm64")
- Update to 3.42.1
  * See https://github.com/qgis/QGIS/compare/final-3_42_0%5E...final-3_42_1
    for commits between 3.42.0 and 4.32.1
  * Replace qgis-check-if-maxcliplanes-is-defined.patch with
    qgis-import-gl_h.patch to fix building with aarch64 (less
    invasive patch, which also restores the intended behaviour)
  * Add Mesa-libGL-devel as a dependency for aarch64, since it does
    not get picked up automatically for some reason

OBS-URL: https://build.opensuse.org/request/show/1273217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qgis?expand=0&rev=64
2025-04-29 14:40:17 +00:00
e1bcadecfa OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=419 2025-04-28 16:45:00 +00:00
2428561fc6 - Update to 3.42.2
* See https://github.com/qgis/QGIS/compare/final-3_42_1%5E...final-3_42_2
    for commits between 3.42.1 and 3.42.2
  * Drop qgis-import-gl_h.patch; The issue has been fixed upstream with
    commit 7a8d98c ("Fix QGIS 3.42 build on arm64")

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=418
2025-04-28 14:59:27 +00:00
22067b9c3c - Update to 3.42.1
* See https://github.com/qgis/QGIS/compare/final-3_42_0%5E...final-3_42_1
    for commits between 3.42.0 and 4.32.1
  * Replace qgis-check-if-maxclipplanes-is-defined.patch with
    qgis-import-gl_h.patch to fix building with aarch64 (less
    invasive patch, which also restores the intended behaviour)
  * Add Mesa-libGL-devel as a dependency for aarch64, since it does
    not get picked up automatically for some reason

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=417
2025-04-04 08:29:01 +00:00
7 changed files with 51 additions and 33 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04b743397ee2375a1a0521578131fc514752f84db2f86225a9551d1f87e704e8
size 185525665

View File

@@ -1 +0,0 @@
04b743397ee2375a1a0521578131fc514752f84db2f86225a9551d1f87e704e8 qgis-3.42.0.tar.bz2

3
qgis-3.44.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81e5088060f38ab4e9835b05e5eec1ba7cc2eb903105830808b60215ae2cd320
size 190272372

View File

@@ -0,0 +1 @@
81e5088060f38ab4e9835b05e5eec1ba7cc2eb903105830808b60215ae2cd320 qgis-3.44.0.tar.bz2

View File

@@ -1,20 +0,0 @@
diff --git i/src/3d/qgs3dutils.cpp w/src/3d/qgs3dutils.cpp
index 053c9458611..78ab57b9915 100644
--- i/src/3d/qgs3dutils.cpp
+++ w/src/3d/qgs3dutils.cpp
@@ -972,6 +972,7 @@ int Qgs3DUtils::openGlMaxClipPlanes( QSurface *surface )
{
int numPlanes = 6;
+#ifdef GL_MAX_CLIP_PLANES
QOpenGLContext context;
context.setFormat( QSurfaceFormat::defaultFormat() );
if ( context.create() )
@@ -982,6 +983,7 @@ int Qgs3DUtils::openGlMaxClipPlanes( QSurface *surface )
funcs->glGetIntegerv( GL_MAX_CLIP_PLANES, &numPlanes );
}
}
+#endif
return numPlanes;
}

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Jun 24 13:38:05 UTC 2025 - Dirk Stoecker <opensuse@dstoecker.de>
- Update to 3.44.0
* See https://changelog.qgis.org/en/qgis/version/3.44/ and
https://github.com/qgis/QGIS/compare/final-3_42_3...final-3_44_0
for changes
-------------------------------------------------------------------
Wed May 28 14:10:49 UTC 2025 - Enno Tensing <tenno+suse@suij.in>
- Update to 3.42.3
* See https://github.com/qgis/QGIS/compare/final-3_42_2...final-3_42_3
for commits between 3.42.2 and 3.42.3
-------------------------------------------------------------------
Wed Apr 23 18:11:28 UTC 2025 - Enno Tensing <tenno+suse@suij.in>
- Update to 3.42.2
* See https://github.com/qgis/QGIS/compare/final-3_42_1...final-3_42_2
for commits between 3.42.1 and 3.42.2
* Drop qgis-import-gl_h.patch; The issue has been fixed upstream with
commit 7a8d98c ("Fix QGIS 3.42 build on arm64")
-------------------------------------------------------------------
Sat Mar 22 08:04:27 UTC 2025 - Enno Tensing <tenno+suse@suij.in>
- Update to 3.42.1
* See https://github.com/qgis/QGIS/compare/final-3_42_0...final-3_42_1
for commits between 3.42.0 and 4.32.1
* Replace qgis-check-if-maxcliplanes-is-defined.patch with
qgis-import-gl_h.patch to fix building with aarch64 (less
invasive patch, which also restores the intended behaviour)
* Add Mesa-libGL-devel as a dependency for aarch64, since it does
not get picked up automatically for some reason
-------------------------------------------------------------------
Wed Mar 5 12:05:50 UTC 2025 - Enno Tensing <tenno+suse@suij.in>
@@ -12,21 +48,21 @@ Wed Mar 5 12:05:50 UTC 2025 - Enno Tensing <tenno+suse@suij.in>
Fri Jan 17 20:17:41 UTC 2025 - Enno Tensing <tenno+suse@suij.in>
- Update to 3.40.3
See https://github.com/qgis/QGIS/compare/final-3_40_2%5E...final-3_40_3
See https://github.com/qgis/QGIS/compare/final-3_40_2...final-3_40_3
for commits between 3.40.2 and 3.40.3
-------------------------------------------------------------------
Fri Dec 27 21:25:29 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
- Update to 3.40.2
See https://github.com/qgis/QGIS/compare/final-3_40_1%5E...final-3_40_2
See https://github.com/qgis/QGIS/compare/final-3_40_1...final-3_40_2
for commits between 3.40.1 and 3.40.2
-------------------------------------------------------------------
Sat Nov 23 13:33:45 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
- Update to 3.40.1, update QGIS sample data and its spec-file entry
See https://github.com/qgis/QGIS/compare/final-3_40_0%5E...final-3_40_1
See https://github.com/qgis/QGIS/compare/final-3_40_0...final-3_40_1
for commits between 3.40.0 and 3.40.1
-------------------------------------------------------------------
@@ -49,21 +85,21 @@ Sat Sep 28 12:06:37 UTC 2024 - Ben Greiner <code@bnavigator.de>
Sun Sep 15 15:56:24 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
- Update to 3.38.3
See https://github.com/qgis/QGIS/compare/final-3_38_2%5E...final-3_38_3
See https://github.com/qgis/QGIS/compare/final-3_38_2...final-3_38_3
for commits between 3.38.2 and 3.38.3
-------------------------------------------------------------------
Tue Aug 20 11:56:05 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
- update to 3.38.2
See https://github.com/qgis/QGIS/compare/final-3_38_1%5E...final-3_38_2
See https://github.com/qgis/QGIS/compare/final-3_38_1...final-3_38_2
for commits between 3.38.1 and 3.38.2
-------------------------------------------------------------------
Tue Jul 30 12:50:56 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
- update to 3.38.1; Upstream does not provide a detailed changelog
See https://github.com/qgis/QGIS/compare/final-3_38_0%5E...final-3_38_1
See https://github.com/qgis/QGIS/compare/final-3_38_0...final-3_38_1
for commits between 3.38.0 and 3.38.1
-------------------------------------------------------------------

View File

@@ -34,7 +34,7 @@ Name: qgis
%define mypython %pythons
%define __mypython %{expand:%%__%{mypython}}
Version: 3.42.0
Version: 3.44.0
Release: 0
Summary: A Geographic Information System (GIS)
License: GPL-2.0-only
@@ -48,8 +48,6 @@ Source3: https://download.qgis.org/downloads/data/qgis_sample_data.zip
Patch1: fix-fastcgi-include.patch
# PATCH-FIX-UPSTREAM - scan for pdal-config instead of pdal in cmake
Patch2: qgis-fix-cmake-findpdal.patch
# PATCH-FIX-UPSTREAM - only determine GL_MAX_CLIP_PLANES if it is defined
Patch3: qgis-check-if-maxcliplanes-is-defined.patch
BuildRequires: FastCGI-devel
BuildRequires: PDAL-devel
BuildRequires: bison >= 2.4
@@ -168,6 +166,10 @@ BuildRequires: grass-devel >= 7.2
%ifarch ppc64le
BuildRequires: memory-constraints
%endif
%ifarch aarch64
# Picked up by x86_64 and ppc64le, but not aarch64
BuildRequires: Mesa-libGL-devel
%endif
%package devel
Summary: Development Libraries for QGIS