| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: qgis-lang | Distribution: openSUSE Tumbleweed |
| Version: 4.2.1 | Vendor: openSUSE |
| Release: 1.2 | Build date: Sun Aug 2 20:21:36 2026 |
| Group: System/Localization | Build host: reproducible |
| Size: 138861748 | Source RPM: qgis-4.2.1-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://qgis.org/ | |
| Summary: Translations for package qgis | |
Provides translations for the "qgis" package.
GPL-2.0-or-later
* Sun Aug 02 2026 Martin Pluskal <mpluskal@suse.com>
- Update to 4.2.1:
* QGIS 4 is the current upstream series and is Qt 6 only, so this
replaces the Qt 5 based 3.44 LTR line that was packaged before
* No LTR release of the 4.x series exists yet
- Port the packaging from Qt 5 to Qt 6:
* switch every Qt 5 build dependency to its Qt 6 counterpart, including
the SQL drivers, QScintilla, Qwt, QCA and qtkeychain
* add the modules that QGIS 4 newly requires: Core5Compat, SvgWidgets,
DBus, Multimedia, MultimediaWidgets, UiTools, LinguistTools and the
Qml, Quick and QuickControls2 stack, which WITH_DESKTOP now pulls in
unconditionally
* drop Qt5Script and the Qt53DQuick modules, which Qt 6 no longer ships
* replace WITH_QTWEBKIT with WITH_QTWEBENGINE=FALSE
* build against the system nlohmann-json instead of the bundled copy
- Keep installing the server FastCGI binary into the bindir: QGIS 4
defaults QGIS_CGIBIN_SUBDIR to www/cgi-bin here, which is not a path
openSUSE uses, and relocating the binary would break existing web
server configuration
- Limit the number of parallel build jobs on every architecture instead
of only ppc64le: each of the SIP generated binding sources needs
several gigabytes of memory to compile, so an unrestricted job count
runs the builders out of memory
- Drop the rpmlintrc filter for the Qt 5 SQL driver dependencies, which
no longer matches anything
* Sun Aug 02 2026 Martin Pluskal <mpluskal@suse.com>
- Update to 3.44.13:
* Bug fix releases 3.44.12 and 3.44.13 in the 3.44 LTR series, no
new features and no API changes
- Add compatlibopenblas_serial0 to BuildRequires to fix the build:
crssync, which %build runs, loads libgdal and through it, via
libarmadillo and libarpack, libopenblas.so.0; that path is an
update-alternatives ghost owned by compatlibopenblas_serial0, which
openblas advertises only via Supplements, and OBS does not honour
Supplements when it assembles a build root
- Drop the SLE 15 / Leap 15 conditionals along with the forced gcc 13
and the hardcoded GRASS prefixes: Application:Geo builds only
Tumbleweed, Slowroll and 16.0
- Correct the license tag to GPL-2.0-or-later, which is what the source
headers grant
- Drop the four rpmlintrc filters for admin.sld and wms_metadata.xml,
which upstream no longer ships, so rpmlint flagged them as unused
- Modernise the spec file:
* use pkgconfig() build dependencies where a module exists
* use %cmake_build and %ldconfig_scriptlets
* drop the Group tags and the CFLAGS export already done by %cmake
* move each %description next to the %package it documents
* retag the FindPDAL patch as PATCH-FIX-OPENSUSE, which is what it is
* Mon Jun 08 2026 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.44.11
* https://github.com/qgis/QGIS/compare/final-3_44_10...final-3_44_11
- Changes from 3.44.10
* https://github.com/qgis/QGIS/compare/final-3_44_9...final-3_44_10
- Changes from 3.44.9
* https://github.com/qgis/QGIS/compare/final-3_44_8...final-3_44_9
- Changes from 3.44.8
* https://github.com/qgis/QGIS/compare/final-3_44_7...final-3_44_8
* Sat Jan 31 2026 Enno Tensing <tenno+suse@suij.in>
- Update to 3.44.7
* Improves the readability of locator filter tiles and group
names (commit a692774)
* Prefer 32 bit integers for Postgres connections (commit 80ee600)
* Prefer doubles over reals for Postgres connections (commit e28eac6)
* The string_to_array expression is renamed to array_to_string
(commit 9548958)
* WFS error messages will now add the server response if available
(commit f02c762)
* Other changes and fixes
- Changes from 3.44.6
* Fixes 3D Point orientation (commit 9bcd777)
* Fixes a crash in the DB manager when listing layers without
a data source (commit 65fdf79)
* Fixes a crash in the DB manager caused by invalid layers
(commit b5f6da7)
* Fixes a 3D rendering crash (commit 744c6b8)
* Fixes a crash when working with invalid WMS layers (commit 4f7e625)
* Fixes a crash that occured when closing the elvation
profile with the identify tool active (commit 2ef4d55)
* 3D renderer setup will now be disabled when a vector layer
has no geometry type (commit 840a51f)
* Fixes a crash when a layer from an elevation profile is removed
(commit c607234)
* Empty geometries will no longer be written to MVT tiles (commit 1fa7588)
* QGIS will now be initalised before the QgsNetworkAccessManager
(commit 76e4ef2)
* Fixes a crash that occured in data defined assistants when the
minimum value was larger than the maximum value (commit 947e5dc)
* Fixes various other issues
* Wed Nov 26 2025 Enno Tensing <tenno+suse@suij.in>
- Update to 3.44.5
* Optionally check for duplicate unique IDs when checking geometry
(commit 5c35d43)
* Adds cancellation support to geometry checks (commit b6f1d6b)
* Adds cancellation support to more processing algorithms
(commit 2877605)
* Geometry checks will no longer create a new Project instance
(commit 38a8123 and bbaa14e)
* Fixes compilation with GCC 15 (commit d1abda6)
* Fixes a use after free warning in the GRASS provider
(commit 9c99b48)
* Fixes a possible overflow in the raster bands statistics
calculations (b44163e)
* Fixes a possible divide by zero in QgsLayoutItemMap (commit 46a66eb)
* Fixes a crash in the postgres browser menu (commit 4a56dd8)
* Fixes dereference after free in the raster layerr (commit 002c820)
* Fixes a memory leak in PyQGIS (commit 2588ebf)
* Fixes a memory leak in QgsUserProfileManager (commit 9342545)
* Fixes a memory leak in QgsPointCloudExpressionNode (commit df5604d)
* Fixes a possible nullptr dereference in QgsPalLabelling
(commit 486e921)
* Catches exceptions when closing HANA iterators (commit f701239)
* Fixes a memory leak in QgsCircularString::transform()
(commit fb0c18b)
* Precompiled headers can now be disabled (commit 96ffced)
* Fixes various other issues
* Sat Nov 22 2025 Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
* Mon Nov 03 2025 Enno Tensing <tenno+suse@suij.in>
- Update to 3.44.4
* Layers without attributes will now be correctly sorted by
geopdf (commit a4b9733)
* Geometryless layers can now be an input for Execute SQL (commit 5de4001)
* PostGIS raster will no longer ignore the Transparency NoData
setting (commit 5b3f5b9)
* Prevents infinite loops in async pointcloud functions if given
empty nodes (commit 373160b)
* TIFFs will now only be opened to resolve layer descriptions if
the OpenLayersToResolveDescriptions setting is set (commit 47ec35a)
* Disables editing for read-only layers in the field calculator (commit cb7a745)
* Fixes a crash in QgsPointLocator::rebuildIndex() caused by
an unhandled exception (commit 84b3ff4)
* Uses gdal_merge, instead of gdal_merge.py, for GDAL 3.9+ (commit 5b3f5b9)
* Fixes various other issues
- Changes from 3.44.3
* Fixes ui elements not matching the set theme with dark themes (PR #62979)
* Fixes an issue where UInt, ULong and ULongLong where converted to strings
when writing to Mapbox Vector Tiles (MVT) (PR #62985)
* Increases the default terrain bounding box, allowing tiles with higher
resolutions to be rendered (PR #62864)
* Fixes a memory leak in the vertextool (commit 4ac2337)
* Fixes a crash, that occured in 'points layer from table' when a required
field does not exist (commit d3a1694)
* Updates pre-Qt5 signal connection code and fixes a signal connection
bug in the oauth2 code (commit fc34d1e)
* @layout_page and @layout_numpages will now correctly reflect the
page index and count when exporting (commit c0120a6)
* Fixes various other issues
* Tue Sep 30 2025 Dominique Leuenberger <dimstar@opensuse.org>
- Require python3-packaging to eliminate error during startup
(boo#1250676).
* Fri Aug 15 2025 Enno Tensing <tenno+suse@suij.in>
- Update to 3.44.2
* Fixes 2d => 3d sync (commits de157ab..946132f)
* qgis-server will now read PATCH data in addition to PUT and POST (commit 8f254e3)
* Fixes various other bugs or warnings
* Sun Jul 27 2025 Enno Tensing <tenno+suse@suij.in>
- Update to 3.44.1
* Upstream does not really provide changelogs for point releases, so the
bullet points below highlight potentially interesting fixes or
improvments as mentioned in the commits between 3.44.0 and 3.44.1
* Fixes a crash when exiting QGIS, caused by calling an already destroyed
object (commit 7ccba1e)
* Fixes a segmentation fault when exporting a distance/elevation table
caused by a function called in a way that it always returned false
(commit 1ba412b, qgis issue #60772)
* Fixes a crash that occured when the first point, when undoing digitized
points, is empty (commit 1241f0e)
* Fixes an overflow in the vectortile code, that occured due to casting
to a wrong integer type (commit 812de4e)
* When reading remote pointcloud data, store the new URL if the request
has been redirected (commit d3c25b6)
* Various other fixes and improvments
* Full range of commits can be viewed at
github.com/qgis/QGIS/compare/final-3_44_0...final-3_44_1
* Tue Jun 24 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 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 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 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 05 2025 Enno Tensing <tenno+suse@suij.in>
- Update to 3.42.0
* See https://changelog.qgis.org/en/qgis/version/3.42/ and
https://github.com/qgis/QGIS/compare/final-3_40_3...final-3_42_0
for changes
* Add new qgis-check-if-maxcliplanes-is-defined.patch to fix
building with aarch64
* Fri Jan 17 2025 Enno Tensing <tenno+suse@suij.in>
- Update to 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 2024 Enno Tensing <tenno+suse@suij.in>
- Update to 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 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...final-3_40_1
for commits between 3.40.0 and 3.40.1
* Sat Oct 26 2024 Enno Tensing <tenno+suse@suij.in>
- Update to 3.40.0
See https://changelog.qgis.org/en/qgis/version/3.40/ and
https://github.com/qgis/QGIS/compare/final-3_38_3...final-3_40_0
for changes
* Sat Sep 28 2024 Ben Greiner <code@bnavigator.de>
- Fix SLE/Leap 15.6 build
* Move to SLE/Leap python311 module: Old Python 3.6 is no longer
supported
* Use gcc13-c++ (gcc7 does not provide <filesystem> from c++17)
* Sun Sep 15 2024 Enno Tensing <tenno+suse@suij.in>
- Update to 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 2024 Enno Tensing <tenno+suse@suij.in>
- update to 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 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...final-3_38_1
for commits between 3.38.0 and 3.38.1
* Fri Jul 12 2024 Enno Tensing <tenno+suse@suij.in>
- update to 3.38.0
https://changelog.qgis.org/en/qgis/version/3.38/
* Mon Apr 22 2024 Dirk Stoecker <opensuse@dstoecker.de>
- update to 3.36.2 (bugfix release)
* Tue Apr 09 2024 Dirk Stoecker <opensuse@dstoecker.de>
- Add separate translations package
* Tue Mar 12 2024 Libor Pechacek <lpechacek@gmx.com>
- Update to 3.36.0:
https://changelog.qgis.org/en/qgis/version/3.36
* Mon Dec 25 2023 Dirk Stoecker <opensuse@dstoecker.de>
- update to 3.34.1:
https://changelog.qgis.org/en/qgis/version/3.34/
Drop exiv2-0.28.patch (included upstream)
* Thu Oct 05 2023 Dirk Stoecker <opensuse@dstoecker.de>
- update to bugfix release 3.32.3
* Tue Sep 12 2023 Steve Kowalik <steven.kowalik@suse.com>
- Remove unneeded {Build,}Requires on python3-future.
* Tue Jul 25 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.32.0:
https://changelog.qgis.org/en/qgis/version/3.32/
- Drop upstream patch:
* qgis-3.30.0_include_fix.patch
* Fri Jul 07 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add patch to build with exiv2 0.28+ - boo#1212936
* exiv2-0.28.patch
* Wed Jun 14 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.30.3 (monthly bugfix)
* Fri May 12 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.30.2 (monthly bugfix)
* Tue May 02 2023 Dominique Leuenberger <dimstar@opensuse.org>
- Adjust BuildRequires for Qwt6 Qt5/Qt6 compatibility rename
(boo#1210976).
* Mon Apr 17 2023 pgajdos@suse.com
- python-six is not required, see b15f6fa
https://trello.com/c/MO53MocR/143-remove-python3-six
* Wed Apr 05 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.30.1 (monthly bugfix)
- Refresh qgis-3.30.0_include_fix.patch as partially upstreamed
* Tue Apr 04 2023 Dirk Stoecker <opensuse@dstoecker.de>
- add qgis-3.30.0_include_fix.patch to fix missing include files
* Thu Mar 09 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.30.0:
https://changelog.qgis.org/en/qgis/version/3.30/
* Fri Mar 03 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add support for grass 8.x
* Sat Jan 28 2023 Dirk Müller <dmueller@suse.com>
- update to 3.28.3:
* bugfix release
* Wed Jan 04 2023 Dirk Stoecker <opensuse@dstoecker.de>
- Update to bugfix-release 3.28.2
/usr/share/qgis/i18n/qgis_ar.qm /usr/share/qgis/i18n/qgis_az.qm /usr/share/qgis/i18n/qgis_bg.qm /usr/share/qgis/i18n/qgis_ca.qm /usr/share/qgis/i18n/qgis_cs.qm /usr/share/qgis/i18n/qgis_da.qm /usr/share/qgis/i18n/qgis_de.qm /usr/share/qgis/i18n/qgis_en_US.qm /usr/share/qgis/i18n/qgis_es.qm /usr/share/qgis/i18n/qgis_eu.qm /usr/share/qgis/i18n/qgis_fi.qm /usr/share/qgis/i18n/qgis_fr.qm /usr/share/qgis/i18n/qgis_gl.qm /usr/share/qgis/i18n/qgis_hu.qm /usr/share/qgis/i18n/qgis_is.qm /usr/share/qgis/i18n/qgis_it.qm /usr/share/qgis/i18n/qgis_ja.qm /usr/share/qgis/i18n/qgis_ko.qm /usr/share/qgis/i18n/qgis_lt.qm /usr/share/qgis/i18n/qgis_nb.qm /usr/share/qgis/i18n/qgis_nl.qm /usr/share/qgis/i18n/qgis_pl.qm /usr/share/qgis/i18n/qgis_pt_BR.qm /usr/share/qgis/i18n/qgis_pt_PT.qm /usr/share/qgis/i18n/qgis_ro.qm /usr/share/qgis/i18n/qgis_ru.qm /usr/share/qgis/i18n/qgis_sc.qm /usr/share/qgis/i18n/qgis_sk.qm /usr/share/qgis/i18n/qgis_sv.qm /usr/share/qgis/i18n/qgis_ta.qm /usr/share/qgis/i18n/qgis_tr.qm /usr/share/qgis/i18n/qgis_uk.qm /usr/share/qgis/i18n/qgis_vi.qm /usr/share/qgis/i18n/qgis_zh_TW.qm
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Aug 14 01:44:22 2026