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-07-26 19:43:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt-creator (Old)
 and      /work/SRC/openSUSE:Factory/.qt-creator.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt-creator"

Tue Jul 26 19:43:17 2022 rev:9 rq:990717 version:8.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes    2022-06-03 
14:16:56.877338441 +0200
+++ /work/SRC/openSUSE:Factory/.qt-creator.new.1533/qt-creator.changes  
2022-07-26 19:43:38.339087137 +0200
@@ -1,0 +2,29 @@
+Fri Jul 22 12:24:11 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 8.0.0:
+  * https://www.qt.io/blog/qt-creator-8-released
+  Note that this is the last release that can be built using Qt 5.
+- Add upstream change to fix license issues:
+  * 0001-Fixes-license-header.patch
+
+-------------------------------------------------------------------
+Tue Jul 19 12:25:33 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Remove the qmldesigner data folder when building qt-creator
+  with Qt5. The plugin is only available with the Qt 6 variant.
+
+-------------------------------------------------------------------
+Fri Jul  8 10:07:25 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 8.0.0-rc1:
+  * https://www.qt.io/blog/qt-creator-8-rc-released
+
+-------------------------------------------------------------------
+Wed Jun 29 07:28:44 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 8.0.0-beta2:
+  * https://www.qt.io/blog/qt-creator-8-beta2-released
+- Drop patch, fixed upstream:
+  * 0001-Correctly-include-KSyntaxHighlighting-headers.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Correctly-include-KSyntaxHighlighting-headers.patch
  qt-creator-opensource-src-7.0.2.tar.xz

New:
----
  0001-Fixes-license-header.patch
  qt-creator-opensource-src-8.0.0.tar.xz

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

Other differences:
------------------
++++++ qt-creator.spec ++++++
--- /var/tmp/diff_new_pack.UWMoSD/_old  2022-07-26 19:43:39.386925219 +0200
+++ /var/tmp/diff_new_pack.UWMoSD/_new  2022-07-26 19:43:39.390924601 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 7.0.2
-%define short_version 7.0
+%define real_version 8.0.0
+%define short_version 8.0
 %define tar_name qt-creator-opensource-src
 %define tar_suffix %{nil}
 #
@@ -51,7 +51,7 @@
 %global __requires_exclude_from %{_datadir}/qtcreator/qml/qmlpuppet/
 
 Name:           %{pkgname_prefix}-creator
-Version:        7.0.2
+Version:        8.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,7 +64,7 @@
 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:         0001-Correctly-include-KSyntaxHighlighting-headers.patch
+Patch0:         0001-Fixes-license-header.patch
 # Patches 11-20 are openSUSE changes
 Patch11:        fix-application-output.patch
 Patch12:        0001-Disable-some-plugins.patch
@@ -171,8 +171,6 @@
 Conflicts:      qt5-qtcreator
 %endif
 Requires:       hicolor-icon-theme
-# clangcodemodel hardcodes clang include paths: QTCREATORBUG-21972
-%requires_eq    libclang%{_llvm_sonum}
 
 %description
 Qt Creator is an integrated development environment (IDE) designed to
@@ -239,6 +237,10 @@
 %install
 %if 0%{?qt5}
 %cmake_install
+
+# The qmldesigner plugin is only available in qt6-creator
+rm -r %{buildroot}%{_datadir}/qtcreator/qmldesigner
+
 %else
 %qt6_install
 %endif
@@ -246,10 +248,6 @@
 # Install files needed to develop qtcreator plugins.
 DESTDIR=%{buildroot} cmake --install build --component Devel
 
-if [ ! -f %{buildroot}%{_libexecdir}/qtcreator/clangbackend ]; then
-  echo 'ERROR: The Clang backend was not built. Check the build requirements' 
; exit 1
-fi
-
 # The upstream scripts should not be needed for plugins development
 rm -r %{buildroot}%{_datadir}/qtcreator/scripts
 
@@ -299,7 +297,9 @@
 %{_datadir}/qtcreator/package-manager/
 %{_datadir}/qtcreator/qml-type-descriptions/
 %{_datadir}/qtcreator/qml/
+%if 0%{?qt6}
 %{_datadir}/qtcreator/qmldesigner/
+%endif
 %{_datadir}/qtcreator/qmlicons/
 %{_datadir}/qtcreator/schemes/
 %{_datadir}/qtcreator/snippets/
@@ -310,14 +310,13 @@
 %{_libdir}/qtcreator/*.so.*
 %{_libdir}/qtcreator/plugins/
 %{_libexecdir}/qtcreator/buildoutputparser
-%{_libexecdir}/qtcreator/clangbackend
 %{_libexecdir}/qtcreator/cpaster
 %{_libexecdir}/qtcreator/perf2text
 %{_libexecdir}/qtcreator/perfparser
 %{_libexecdir}/qtcreator/qml2puppet
 %{_libexecdir}/qtcreator/qtc-askpass
-%{_libexecdir}/qtcreator/qtcreator_processlauncher
 %{_libexecdir}/qtcreator/qtcreator_process_stub
+%{_libexecdir}/qtcreator/qtcreator_processlauncher
 %{_libexecdir}/qtcreator/qtpromaker
 %{_libexecdir}/qtcreator/sdktool
 %{qtc_docdir}/qtcreator.qch

++++++ 0001-Fixes-license-header.patch ++++++
++++ 671 lines (skipped)

++++++ qt-creator-opensource-src-7.0.2.tar.xz -> 
qt-creator-opensource-src-8.0.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/qt-creator/qt-creator-opensource-src-7.0.2.tar.xz 
/work/SRC/openSUSE:Factory/.qt-creator.new.1533/qt-creator-opensource-src-8.0.0.tar.xz
 differ: char 26, line 1

Reply via email to