Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fritzing for openSUSE:Factory checked in at 2026-06-02 21:02:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fritzing (Old) and /work/SRC/openSUSE:Factory/.fritzing.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fritzing" Tue Jun 2 21:02:53 2026 rev:8 rq:1356723 version:1.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/fritzing/fritzing.changes 2026-05-27 16:18:31.284748788 +0200 +++ /work/SRC/openSUSE:Factory/.fritzing.new.1937/fritzing.changes 2026-06-02 21:02:55.829110525 +0200 @@ -1,0 +2,6 @@ +Mon Jun 1 20:07:37 UTC 2026 - Glen Masgai <[email protected]> + +- Fix build with quazip >= 1.7.0 (adding Qt6 core5compat manually, + because it is missing in the quazip .pc file) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fritzing.spec ++++++ --- /var/tmp/diff_new_pack.dIpF1E/_old 2026-06-02 21:02:57.005159210 +0200 +++ /var/tmp/diff_new_pack.dIpF1E/_new 2026-06-02 21:02:57.005159210 +0200 @@ -51,6 +51,7 @@ BuildRequires: qt6-network-devel BuildRequires: qt6-openglwidgets-devel BuildRequires: qt6-printsupport-devel +BuildRequires: qt6-qt5compat-devel BuildRequires: qt6-serialport-devel BuildRequires: qt6-sql-devel BuildRequires: qt6-svg-devel @@ -101,6 +102,10 @@ pri/quazipdetect.pri \ pri/spicedetect.pri \ pri/svgppdetect.pri +# Add core5compat as a dependency for quazip >= 1.7.0, +# because it is missing from the upstream quazip .pc file. +sed -i '/QT +=/s/$/ core5compat/' phoenix.pro + rm -r .github parts/.github parts/.gitignore find parts \( -iname placeholder.txt -o -iname "*~" -o -iname "*.swp" -o -iname "*.bak" \) -delete sed -i '1{/^#!/d}' parts/scripts/batch_obsolete_modified.py
