Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qt6-qtpbfimageformat for
openSUSE:Factory checked in at 2025-07-14 10:52:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-qtpbfimageformat (Old)
and /work/SRC/openSUSE:Factory/.qt6-qtpbfimageformat.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-qtpbfimageformat"
Mon Jul 14 10:52:37 2025 rev:5 rq:1292586 version:4.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/qt6-qtpbfimageformat/qt6-qtpbfimageformat.changes
2025-05-13 20:07:36.112211446 +0200
+++
/work/SRC/openSUSE:Factory/.qt6-qtpbfimageformat.new.7373/qt6-qtpbfimageformat.changes
2025-07-14 10:58:22.241217923 +0200
@@ -1,0 +2,6 @@
+Sun Jul 13 15:40:09 CEST 2025 - [email protected]
+
+- Update to version 4.3
+ * Default map style tweaks.
+
+-------------------------------------------------------------------
Old:
----
QtPBFImagePlugin-4.2.tar.gz
New:
----
QtPBFImagePlugin-4.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qt6-qtpbfimageformat.spec ++++++
--- /var/tmp/diff_new_pack.jZAKjK/_old 2025-07-14 10:58:22.953247440 +0200
+++ /var/tmp/diff_new_pack.jZAKjK/_new 2025-07-14 10:58:22.957247606 +0200
@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: qt6-qtpbfimageformat
-Version: 4.2
+Version: 4.3
Release: 1
Summary: Qt6 PBF Image Format Plugin
License: LGPL-3.0-only
++++++ QtPBFImagePlugin-4.2.tar.gz -> QtPBFImagePlugin-4.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/QtPBFImagePlugin-4.2/.appveyor.yml
new/QtPBFImagePlugin-4.3/.appveyor.yml
--- old/QtPBFImagePlugin-4.2/.appveyor.yml 2025-05-11 11:55:54.000000000
+0200
+++ new/QtPBFImagePlugin-4.3/.appveyor.yml 2025-07-07 17:05:28.000000000
+0200
@@ -1,4 +1,4 @@
-version: 4.2.{build}
+version: 4.3.{build}
configuration:
- Release
@@ -9,8 +9,10 @@
environment:
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows-static-md-release
matrix:
- - QTDIR: C:\Qt\5.15\msvc2019_64
- - QTDIR: C:\Qt\6.8\msvc2022_64
+ - job_name: Qt5
+ QTDIR: C:\Qt\5.15\msvc2019_64
+ - job_name: Qt6
+ QTDIR: C:\Qt\6.8\msvc2022_64
install:
- cmd: |-
@@ -26,6 +28,7 @@
artifacts:
- path: release\pbf4.dll
+ name: pbf4.dll
cache:
- C:\tools\vcpkg\installed\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/QtPBFImagePlugin-4.2/.github/workflows/osx.yml
new/QtPBFImagePlugin-4.3/.github/workflows/osx.yml
--- old/QtPBFImagePlugin-4.2/.github/workflows/osx.yml 2025-05-11
11:55:54.000000000 +0200
+++ new/QtPBFImagePlugin-4.3/.github/workflows/osx.yml 2025-07-07
17:05:28.000000000 +0200
@@ -15,7 +15,7 @@
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
- version: '6.8.2'
+ version: '6.9.1'
- name: Configure build
run: qmake pbfplugin.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64h arm64"
- name: Build project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/QtPBFImagePlugin-4.2/pbfplugin.pro
new/QtPBFImagePlugin-4.3/pbfplugin.pro
--- old/QtPBFImagePlugin-4.2/pbfplugin.pro 2025-05-11 11:55:54.000000000
+0200
+++ new/QtPBFImagePlugin-4.3/pbfplugin.pro 2025-07-07 17:05:28.000000000
+0200
@@ -2,7 +2,7 @@
TEMPLATE = lib
CONFIG += plugin
QT += gui
-VERSION = 4.2
+VERSION = 4.3
HEADERS += src/pbfhandler.h \
src/data.h \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/QtPBFImagePlugin-4.2/style/style.json
new/QtPBFImagePlugin-4.3/style/style.json
--- old/QtPBFImagePlugin-4.2/style/style.json 2025-05-11 11:55:54.000000000
+0200
+++ new/QtPBFImagePlugin-4.3/style/style.json 2025-07-07 17:05:28.000000000
+0200
@@ -3610,6 +3610,18 @@
"<=",
"ref_length",
6
+ ],
+ [
+ "!=",
+ "subclass",
+ "junction"
+ ],
+ [
+ "in",
+ "class",
+ "motorway",
+ "primary",
+ "secondary"
]
],
"layout": {
++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.jZAKjK/_old 2025-07-14 10:58:23.097253410 +0200
+++ /var/tmp/diff_new_pack.jZAKjK/_new 2025-07-14 10:58:23.101253576 +0200
@@ -1,3 +1,9 @@
+qt5-pbf-image-plugin (4.3) stable; urgency=low
+
+ * Default map style tweaks.
+
+ -- Martin Tuma <[email protected]> Sun, 13 Jul 2025 15:43:28 +0200
+
qt5-pbf-image-plugin (4.2) stable; urgency=low
* Qt5 builds now require Qt 5.15.
++++++ qtpbfplugin.dsc ++++++
--- /var/tmp/diff_new_pack.jZAKjK/_old 2025-07-14 10:58:23.181256893 +0200
+++ /var/tmp/diff_new_pack.jZAKjK/_new 2025-07-14 10:58:23.185257058 +0200
@@ -1,10 +1,10 @@
Format: 1.0
Source: qt5-pbf-image-plugin
-Version: 4.2-1
+Version: 4.3-1
Binary: qt5-pbf-image-plugin
Maintainer: Martin Tuma <[email protected]>
Architecture: any
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake,
zlib1g-dev
Files:
- 00000000000000000000000000000000 0 QtPBFImagePlugin-4.2.tar.gz
+ 00000000000000000000000000000000 0 QtPBFImagePlugin-4.3.tar.gz