Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt-creator for openSUSE:Factory 
checked in at 2022-03-24 22:58:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt-creator (Old)
 and      /work/SRC/openSUSE:Factory/.qt-creator.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt-creator"

Thu Mar 24 22:58:41 2022 rev:5 rq:964701 version:7.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes    2022-02-05 
23:23:44.183697673 +0100
+++ /work/SRC/openSUSE:Factory/.qt-creator.new.1900/qt-creator.changes  
2022-03-24 23:01:06.756430795 +0100
@@ -1,0 +2,14 @@
+Thu Mar 24 11:22:13 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 7.0.0
+  * https://www.qt.io/blog/qt-creator-7-released
+
+-------------------------------------------------------------------
+Fri Mar 11 11:12:46 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 7.0.0~rc1:
+  * https://www.qt.io/blog/qt-creator-7-rc-released
+- Drop c7deacf.diff. Merged upstream
+- Rebase fix-application-output.patch
+
+-------------------------------------------------------------------

Old:
----
  c7deacf.diff
  qt-creator-opensource-src-6.0.2.tar.xz

New:
----
  qt-creator-opensource-src-7.0.0.tar.xz

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

Other differences:
------------------
++++++ qt-creator.spec ++++++
--- /var/tmp/diff_new_pack.AIDrMu/_old  2022-03-24 23:01:07.524431537 +0100
+++ /var/tmp/diff_new_pack.AIDrMu/_new  2022-03-24 23:01:07.532431544 +0100
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.0.2
-%define short_version 6.0
+%define real_version 7.0.0
+%define short_version 7.0
 %define tar_name qt-creator-opensource-src
 %define tar_suffix %{nil}
 #
@@ -56,7 +56,7 @@
 %global __requires_exclude_from %{_datadir}/qtcreator/qml/qmlpuppet/
 
 Name:           %{pkgname_prefix}-creator
-Version:        6.0.2
+Version:        7.0.0
 Release:        0
 Summary:        Integrated Development Environment targeting Qt apps
 # src/plugins/cmakeprojectmanager/configmodelitemdelegate.* -> LGPL-2.1-only 
OR LGPL-3.0-only
@@ -64,12 +64,11 @@
 # src/plugins/imageviewer/imageview.cpp, 
src/plugins/vcsbase/wizard/vcsconfigurationpage.cpp -> BSD-3-Clause
 # src/plugins/emacskeys/* -> GPL-3.0-only
 # many files are dual licensed 'LGPL-3.0-only or (GPL-2.0-or-later OR 
GPL-3.0-or-later + KDE Free Qt Foundation option)', we'll use LGPL-3.0-only for 
these files
-License:        BSD-3-Clause AND GPL-3.0-only AND 
GPL-3.0-with-Qt-Company-Qt-exception-1.1 AND (LGPL-2.1-only OR LGPL-3.0-only) 
AND LGPL-3.0-only
+License:        GPL-3.0-with-Qt-Company-Qt-exception-1.1 AND (LGPL-2.1-only OR 
LGPL-3.0-only) AND GPL-3.0-only AND LGPL-3.0-only AND BSD-3-Clause
 URL:            https://www.qt.io/product/development-tools
 Source:         
https://download.qt.io/official_releases/qtcreator/%{short_version}/%{real_version}%{tar_suffix}/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
 Source1:        qt-creator-rpmlintrc
 # Patches 0-10 are upstream changes
-Patch0:         c7deacf.diff
 # Patches 11-20 are openSUSE changes
 Patch11:        fix-application-output.patch
 Patch12:        0001-Disable-some-plugins.patch

++++++ fix-application-output.patch ++++++
--- /var/tmp/diff_new_pack.AIDrMu/_old  2022-03-24 23:01:07.612431622 +0100
+++ /var/tmp/diff_new_pack.AIDrMu/_new  2022-03-24 23:01:07.624431634 +0100
@@ -10,17 +10,17 @@
  1 file changed, 3 insertions(+)
 
 diff --git a/src/app/main.cpp b/src/app/main.cpp
-index b078786e..1f12fa97 100644
+index e17ef27..fce0595 100644
 --- a/src/app/main.cpp
 +++ b/src/app/main.cpp
-@@ -499,6 +499,9 @@ int main(int argc, char **argv)
+@@ -508,6 +508,9 @@ int main(int argc, char **argv)
          qputenv("QT_ENABLE_REGEXP_JIT", "0");
      }
  
 +    // Force Qt to log to stderr
 +    qputenv("QT_FORCE_STDERR_LOGGING", "1");
 +
-     Utils::TemporaryDirectory::setMasterTemporaryDirectory(QDir::tempPath() + 
"/" + Core::Constants::IDE_CASED_ID + "-XXXXXX");
- 
- #ifdef Q_OS_MACOS
+ #if defined(QTC_FORCE_XCB)
+     if (Utils::HostOsInfo::isLinuxHost() && 
!qEnvironmentVariableIsSet("QT_QPA_PLATFORM")) {
+         // Enforce XCB on Linux/Gnome, if the user didn't override via 
QT_QPA_PLATFORM
 

++++++ qt-creator-opensource-src-6.0.2.tar.xz -> 
qt-creator-opensource-src-7.0.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/qt-creator/qt-creator-opensource-src-6.0.2.tar.xz 
/work/SRC/openSUSE:Factory/.qt-creator.new.1900/qt-creator-opensource-src-7.0.0.tar.xz
 differ: char 26, line 1

Reply via email to