public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/qt-creator] epel10: Update to 18.0.0-beta1
Date: Tue, 04 Aug 2026 17:31:07 GMT	[thread overview]
Message-ID: <178586466722.1.12719599552352192409.rpms-qt-creator-1cbc8528d67c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/qt-creator
Branch : epel10
Commit : 1cbc8528d67cceb3e98134f5824c8d90914b34a4
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2025-09-23T14:23:43+02:00
Stats  : +22/-15 in 7 file(s)
URL    : https://src.fedoraproject.org/rpms/qt-creator/c/1cbc8528d67cceb3e98134f5824c8d90914b34a4?branch=epel10

Log:
Update to 18.0.0-beta1

---
diff --git a/.gitignore b/.gitignore
index 06662ee..07db726 100644
--- a/.gitignore
+++ b/.gitignore
@@ -182,3 +182,4 @@
 /qt-creator-opensource-src-17.0.0-beta1.tar.xz
 /qt-creator-opensource-src-17.0.0.tar.xz
 /qt-creator-opensource-src-17.0.1.tar.xz
+/qt-creator-opensource-src-18.0.0-beta1.tar.xz

diff --git a/qt-creator-Fedora-privlibs b/qt-creator-Fedora-privlibs
index 3f655ef..7f35822 100644
--- a/qt-creator-Fedora-privlibs
+++ b/qt-creator-Fedora-privlibs
@@ -31,6 +31,8 @@
 %global privlibs %{privlibs}|libCtfVisualizer
 %global privlibs %{privlibs}|libDebugger
 %global privlibs %{privlibs}|libDesigner
+%global privlibs %{privlibs}|libDevContainer
+%global privlibs %{privlibs}|libDevContainerPlugin
 %global privlibs %{privlibs}|libDiffEditor
 %global privlibs %{privlibs}|libDocker
 %global privlibs %{privlibs}|libEffectComposer
@@ -99,6 +101,7 @@
 %global privlibs %{privlibs}|libSquish
 %global privlibs %{privlibs}|libStudioWelcome
 %global privlibs %{privlibs}|libSubversion
+%global privlibs %{privlibs}|libTasking
 %global privlibs %{privlibs}|libTerminal
 %global privlibs %{privlibs}|libTerminalLib
 %global privlibs %{privlibs}|libTextEditor

diff --git a/qt-creator-debuginfod.patch b/qt-creator-debuginfod.patch
index 54f9d5e..b9170a3 100644
--- a/qt-creator-debuginfod.patch
+++ b/qt-creator-debuginfod.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference qt-creator-opensource-src-17.0.1/cmake/Findelfutils.cmake qt-creator-opensource-src-17.0.1-new/cmake/Findelfutils.cmake
---- qt-creator-opensource-src-17.0.1/cmake/Findelfutils.cmake	2025-08-26 03:28:18.000000000 +0200
-+++ qt-creator-opensource-src-17.0.1-new/cmake/Findelfutils.cmake	2025-08-28 14:20:45.565417040 +0200
+diff -rupN --no-dereference qt-creator-opensource-src-18.0.0-beta1/cmake/Findelfutils.cmake qt-creator-opensource-src-18.0.0-beta1-new/cmake/Findelfutils.cmake
+--- qt-creator-opensource-src-18.0.0-beta1/cmake/Findelfutils.cmake	2025-09-19 10:29:05.000000000 +0200
++++ qt-creator-opensource-src-18.0.0-beta1-new/cmake/Findelfutils.cmake	2025-09-23 11:46:30.869100862 +0200
 @@ -32,7 +32,7 @@ find_path(ELFUTILS_INCLUDE_DIR
      "${ELFUTILS_INSTALL_DIR}" ENV ELFUTILS_INSTALL_DIR "${CMAKE_PREFIX_PATH}"
  )

diff --git a/qt-creator.spec b/qt-creator.spec
index af75e71..e6a8ee2 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -1,17 +1,17 @@
-#define prerelease beta1
+%define prerelease beta1
 
 # We need avoid oython byte compiler to not crash over template .py file which
 # is not a valid python file, only for the IDE
 %global _python_bytecompile_errors_terminate_build 0
 
 Name:           qt-creator
-Version:        17.0.1
-Release:        2%{?dist}
+Version:        18.0.0
+Release:        0.1%{?dist}
 Summary:        Cross-platform IDE for Qt
 
 License:        GPL-3.0-only WITH Qt-GPL-exception-1.0
 URL:            https://www.qt.io/ide/
-Source0:        https://download.qt.io/%{?prerelease:development}%{?!prerelease:official}_releases/qtcreator/17.0/%{version}%{?prerelease:-%prerelease}/qt-creator-opensource-src-%{version}%{?prerelease:-%prerelease}.tar.xz
+Source0:        https://download.qt.io/%{?prerelease:development}%{?!prerelease:official}_releases/qtcreator/18.0/%{version}%{?prerelease:-%prerelease}/qt-creator-opensource-src-%{version}%{?prerelease:-%prerelease}.tar.xz
 Source1:        qt-creator-Fedora-privlibs
 
 # Fix leading whitespace in desktop file
@@ -211,6 +211,9 @@ diff -u %{SOURCE1} $outfile
 
 
 %changelog
+* Tue Sep 23 2025 Sandro Mani <manisandro@gmail.com> - 18.0.0-0.1.beta1
+- Update to 18.0.0-beta1
+
 * Mon Sep 01 2025 Jan Grulich <jgrulich@redhat.com>
 - Rebuild (qt6)
 

diff --git a/qt-creator_desktop.patch b/qt-creator_desktop.patch
index 537b8d7..000bd75 100644
--- a/qt-creator_desktop.patch
+++ b/qt-creator_desktop.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference qt-creator-opensource-src-17.0.1/share/applications/org.qt-project.qtcreator.desktop qt-creator-opensource-src-17.0.1-new/share/applications/org.qt-project.qtcreator.desktop
---- qt-creator-opensource-src-17.0.1/share/applications/org.qt-project.qtcreator.desktop	2025-08-26 03:28:23.000000000 +0200
-+++ qt-creator-opensource-src-17.0.1-new/share/applications/org.qt-project.qtcreator.desktop	2025-08-28 14:20:43.522047576 +0200
+diff -rupN --no-dereference qt-creator-opensource-src-18.0.0-beta1/share/applications/org.qt-project.qtcreator.desktop qt-creator-opensource-src-18.0.0-beta1-new/share/applications/org.qt-project.qtcreator.desktop
+--- qt-creator-opensource-src-18.0.0-beta1/share/applications/org.qt-project.qtcreator.desktop	2025-09-19 10:29:11.000000000 +0200
++++ qt-creator-opensource-src-18.0.0-beta1-new/share/applications/org.qt-project.qtcreator.desktop	2025-09-23 11:46:29.009979525 +0200
 @@ -8,5 +8,5 @@ Icon=QtProject-qtcreator
  StartupWMClass=qtcreator
  Terminal=false

diff --git a/qt-creator_qmake-names.patch b/qt-creator_qmake-names.patch
index ac4f707..8b3c423 100644
--- a/qt-creator_qmake-names.patch
+++ b/qt-creator_qmake-names.patch
@@ -1,7 +1,7 @@
-diff -rupN --no-dereference qt-creator-opensource-src-17.0.1/src/libs/utils/buildablehelperlibrary.cpp qt-creator-opensource-src-17.0.1-new/src/libs/utils/buildablehelperlibrary.cpp
---- qt-creator-opensource-src-17.0.1/src/libs/utils/buildablehelperlibrary.cpp	2025-08-26 03:28:19.000000000 +0200
-+++ qt-creator-opensource-src-17.0.1-new/src/libs/utils/buildablehelperlibrary.cpp	2025-08-28 14:20:44.597983466 +0200
-@@ -162,7 +162,10 @@ QStringList BuildableHelperLibrary::poss
+diff -rupN --no-dereference qt-creator-opensource-src-18.0.0-beta1/src/libs/utils/buildablehelperlibrary.cpp qt-creator-opensource-src-18.0.0-beta1-new/src/libs/utils/buildablehelperlibrary.cpp
+--- qt-creator-opensource-src-18.0.0-beta1/src/libs/utils/buildablehelperlibrary.cpp	2025-09-19 10:29:06.000000000 +0200
++++ qt-creator-opensource-src-18.0.0-beta1-new/src/libs/utils/buildablehelperlibrary.cpp	2025-09-23 11:46:29.965526654 +0200
+@@ -169,7 +169,10 @@ QStringList BuildableHelperLibrary::poss
      // Qt 6 CMake built targets, such as Android, are dependent on the host installation
      // and use a script wrapper around the host qmake executable
      // Remote build configurations (e.g. Windows host + Linux target) must be taken into account too

diff --git a/sources b/sources
index 41808d9..3a70912 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qt-creator-opensource-src-17.0.1.tar.xz) = 5cba005d239c0ae109a6e5a28d0ea31bf6005734f2d0f72b36470d9eb82c999c4fcbbc7bb9c29e9e228203fde30948465cc07a841a074362f18ea09c739f40d5
+SHA512 (qt-creator-opensource-src-18.0.0-beta1.tar.xz) = becd852fa360451104cdae31efd15a059747db1da0847f9c151790bacfbd1faed79f44de64d29f42416df5625a06edc12cbe2e2f5e2ccfeee8177af2e0d101da

                 reply	other threads:[~2026-08-04 17:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178586466722.1.12719599552352192409.rpms-qt-creator-1cbc8528d67c@fedoraproject.org \
    --to=manisandro@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox