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 2024-01-23 22:56:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt-creator (Old)
 and      /work/SRC/openSUSE:Factory/.qt-creator.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt-creator"

Tue Jan 23 22:56:25 2024 rev:30 rq:1140783 version:12.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes    2023-12-14 
22:03:42.473295103 +0100
+++ /work/SRC/openSUSE:Factory/.qt-creator.new.16006/qt-creator.changes 
2024-01-23 22:56:35.713404519 +0100
@@ -1,0 +2,6 @@
+Mon Jan 22 13:04:30 UTC 2024 - Fabian Vogt <fv...@suse.com>
+
+- Add patch to fix opening Makefile projects:
+  * 0001-Register-AutotoolsProject-as-handler-for-Makefiles-a.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Register-AutotoolsProject-as-handler-for-Makefiles-a.patch

BETA DEBUG BEGIN:
  New:- Add patch to fix opening Makefile projects:
  * 0001-Register-AutotoolsProject-as-handler-for-Makefiles-a.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ qt-creator.spec ++++++
--- /var/tmp/diff_new_pack.4CpuSq/_old  2024-01-23 22:56:36.685440060 +0100
+++ /var/tmp/diff_new_pack.4CpuSq/_new  2024-01-23 22:56:36.685440060 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -63,6 +63,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-Register-AutotoolsProject-as-handler-for-Makefiles-a.patch
 # Patches 11-20 are openSUSE changes
 Patch11:        fix-application-output.patch
 Patch12:        0001-Disable-some-plugins.patch

++++++ 0001-Register-AutotoolsProject-as-handler-for-Makefiles-a.patch ++++++
>From 47e25983af5cd50a92b6e482e9f1c5bb66f41337 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fv...@suse.de>
Date: Mon, 22 Jan 2024 14:00:28 +0100
Subject: [PATCH] Register AutotoolsProject as handler for Makefiles again

95a3087a7b3 dropped the mime type registration by accident. Add it back to
make the plugin functional again.

Signed-off-by: Fabian Vogt <fv...@suse.de>
---
 src/plugins/autotoolsprojectmanager/autotoolsprojectplugin.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/autotoolsprojectmanager/autotoolsprojectplugin.cpp 
b/src/plugins/autotoolsprojectmanager/autotoolsprojectplugin.cpp
index 7dd531265066..6a93f4b08d12 100644
--- a/src/plugins/autotoolsprojectmanager/autotoolsprojectplugin.cpp
+++ b/src/plugins/autotoolsprojectmanager/autotoolsprojectplugin.cpp
@@ -91,6 +91,7 @@ class AutotoolsProjectPlugin final : public 
ExtensionSystem::IPlugin
 
     void initialize() final
     {
+        
ProjectManager::registerProjectType<AutotoolsProject>(Constants::MAKEFILE_MIMETYPE);
         d = std::make_unique<AutotoolsProjectPluginPrivate>();
     }
 
-- 
2.43.0

Reply via email to