Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-base for openSUSE:Factory 
checked in at 2023-10-13 23:14:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-base (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-base.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-base"

Fri Oct 13 23:14:07 2023 rev:40 rq:1116927 version:6.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-base/qt6-base.changes        2023-10-03 
20:13:35.410877590 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-base.new.20540/qt6-base.changes     
2023-10-13 23:14:29.106610594 +0200
@@ -1,0 +2,12 @@
+Tue Oct 10 09:39:48 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.6.0
+  * https://www.qt.io/blog/qt-6.6-released
+
+-------------------------------------------------------------------
+Wed Oct  4 07:25:51 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Add patch to fix creation of -debuginfo packages for qmake builds:
+  * 0001-Don-t-strip-binaries-when-building-with-qmake.patch
+
+-------------------------------------------------------------------

Old:
----
  qtbase-everywhere-src-6.5.3.tar.xz

New:
----
  0001-Don-t-strip-binaries-when-building-with-qmake.patch
  qtbase-everywhere-src-6.6.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qt6-base.spec ++++++
--- /var/tmp/diff_new_pack.EjofaK/_old  2023-10-13 23:14:31.146684589 +0200
+++ /var/tmp/diff_new_pack.EjofaK/_new  2023-10-13 23:14:31.146684589 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.5.3
-%define short_version 6.5
+%define real_version 6.6.0
+%define short_version 6.6
 %define tar_name qtbase-everywhere-src
 %define tar_suffix %{nil}
 #
@@ -30,7 +30,7 @@
 %global with_gles 1
 %endif
 Name:           qt6-base%{?pkg_suffix}
-Version:        6.5.3
+Version:        6.6.0
 Release:        0
 Summary:        Qt 6 core components (Core, Gui, Widgets, Network...)
 # Legal: qtpaths is BSD-3-Clause
@@ -46,6 +46,7 @@
 %if 0%{?suse_version} == 1500
 Patch102:       0001-Require-GCC-12.patch
 %endif
+Patch103:       0001-Don-t-strip-binaries-when-building-with-qmake.patch
 ##
 BuildRequires:  cmake >= 3.18.3
 BuildRequires:  cups-devel
@@ -853,6 +854,7 @@
 %{_bindir}/qdbusxml2cpp6
 %{_bindir}/qmake6
 %{_bindir}/qt-cmake6
+%{_bindir}/qt-cmake-create6
 %{_bindir}/qt-configure-module6
 %{_bindir}/qtpaths6
 %{_qt6_bindir}/androiddeployqt
@@ -861,6 +863,7 @@
 %{_qt6_bindir}/qdbusxml2cpp
 %{_qt6_bindir}/qmake
 %{_qt6_bindir}/qt-cmake
+%{_qt6_bindir}/qt-cmake-create
 %{_qt6_bindir}/qt-configure-module
 %{_qt6_bindir}/qtpaths
 %{_qt6_cmakedir}/Qt6/

++++++ 0001-Don-t-strip-binaries-when-building-with-qmake.patch ++++++
>From e43300d226ca98dbda1b1b69c3a1aaf8543f0a16 Mon Sep 17 00:00:00 2001
From: Christophe Marin <christo...@krop.fr>
Date: Wed, 4 Oct 2023 09:24:42 +0200
Subject: [PATCH] Don't strip binaries when building with qmake

Change-Id: I134f83b0a4fb1636d15f527585f8e9c9892f9057
---
 mkspecs/common/gcc-base.conf | 2 ++
 mkspecs/common/linux.conf    | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/mkspecs/common/gcc-base.conf b/mkspecs/common/gcc-base.conf
index ae58326289..3a686cf18c 100644
--- a/mkspecs/common/gcc-base.conf
+++ b/mkspecs/common/gcc-base.conf
@@ -31,6 +31,8 @@
 # you can use the manual test in tests/manual/mkspecs.
 #
 
+CONFIG += nostrip
+
 QMAKE_CFLAGS_OPTIMIZE      = -O2
 QMAKE_CFLAGS_OPTIMIZE_FULL = -O3
 QMAKE_CFLAGS_OPTIMIZE_DEBUG = -Og
diff --git a/mkspecs/common/linux.conf b/mkspecs/common/linux.conf
index 544cc22715..b809cffeeb 100644
--- a/mkspecs/common/linux.conf
+++ b/mkspecs/common/linux.conf
@@ -48,5 +48,5 @@ QMAKE_OBJCOPY           = objcopy
 QMAKE_NM                = nm -P
 QMAKE_RANLIB            =
 
-QMAKE_STRIP             = strip
-QMAKE_STRIPFLAGS_LIB   += --strip-unneeded
+QMAKE_STRIP             =
+QMAKE_STRIPFLAGS_LIB   +=
-- 
2.42.0


++++++ qtbase-everywhere-src-6.5.3.tar.xz -> qtbase-everywhere-src-6.6.0.tar.xz 
++++++
/work/SRC/openSUSE:Factory/qt6-base/qtbase-everywhere-src-6.5.3.tar.xz 
/work/SRC/openSUSE:Factory/.qt6-base.new.20540/qtbase-everywhere-src-6.6.0.tar.xz
 differ: char 26, line 1

Reply via email to