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.1
Date: Tue, 04 Aug 2026 17:31:08 GMT	[thread overview]
Message-ID: <178586466862.1.6131446679196737690.rpms-qt-creator-114735b5bd0b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/qt-creator
Branch : epel10
Commit : 114735b5bd0b60252d89eab727c0da709b13a364
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2025-12-13T10:41:50+01:00
Stats  : +17/-13 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/qt-creator/c/114735b5bd0b60252d89eab727c0da709b13a364?branch=epel10

Log:
Update to 18.0.1

---
diff --git a/.gitignore b/.gitignore
index 07db726..71b4c60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -183,3 +183,4 @@
 /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
+/qt-creator-opensource-src-18.0.1.tar.xz

diff --git a/qt-creator-debuginfod.patch b/qt-creator-debuginfod.patch
index b9170a3..fdaa2b2 100644
--- a/qt-creator-debuginfod.patch
+++ b/qt-creator-debuginfod.patch
@@ -1,6 +1,6 @@
-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
+diff -rupN --no-dereference qt-creator-opensource-src-18.0.1/cmake/Findelfutils.cmake qt-creator-opensource-src-18.0.1-new/cmake/Findelfutils.cmake
+--- qt-creator-opensource-src-18.0.1/cmake/Findelfutils.cmake	2025-12-09 15:09:07.000000000 +0100
++++ qt-creator-opensource-src-18.0.1-new/cmake/Findelfutils.cmake	2025-12-13 10:36:43.158879258 +0100
 @@ -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 d3931a2..fff8f79 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -1,12 +1,12 @@
-%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:        18.0.0
-Release:        0.3%{?dist}
+Version:        18.0.1
+Release:        1%{?dist}
 Summary:        Cross-platform IDE for Qt
 
 License:        GPL-3.0-only WITH Qt-GPL-exception-1.0
@@ -211,6 +211,9 @@ diff -u %{SOURCE1} $outfile
 
 
 %changelog
+* Sat Dec 13 2025 Sandro Mani <manisandro@gmail.com> - 18.0.1-1
+- Update to 18.0.1
+
 * Fri Nov 21 2025 Jan Grulich <jgrulich@redhat.com>
 - Rebuild (qt6)
 

diff --git a/qt-creator_desktop.patch b/qt-creator_desktop.patch
index 000bd75..efc78af 100644
--- a/qt-creator_desktop.patch
+++ b/qt-creator_desktop.patch
@@ -1,6 +1,6 @@
-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
+diff -rupN --no-dereference qt-creator-opensource-src-18.0.1/share/applications/org.qt-project.qtcreator.desktop qt-creator-opensource-src-18.0.1-new/share/applications/org.qt-project.qtcreator.desktop
+--- qt-creator-opensource-src-18.0.1/share/applications/org.qt-project.qtcreator.desktop	2025-12-09 15:09:14.000000000 +0100
++++ qt-creator-opensource-src-18.0.1-new/share/applications/org.qt-project.qtcreator.desktop	2025-12-13 10:36:41.246835947 +0100
 @@ -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 8b3c423..f72c1b7 100644
--- a/qt-creator_qmake-names.patch
+++ b/qt-creator_qmake-names.patch
@@ -1,6 +1,6 @@
-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
+diff -rupN --no-dereference qt-creator-opensource-src-18.0.1/src/libs/utils/buildablehelperlibrary.cpp qt-creator-opensource-src-18.0.1-new/src/libs/utils/buildablehelperlibrary.cpp
+--- qt-creator-opensource-src-18.0.1/src/libs/utils/buildablehelperlibrary.cpp	2025-12-09 15:09:09.000000000 +0100
++++ qt-creator-opensource-src-18.0.1-new/src/libs/utils/buildablehelperlibrary.cpp	2025-12-13 10:36:42.207354187 +0100
 @@ -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

diff --git a/sources b/sources
index 3a70912..b16e4d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qt-creator-opensource-src-18.0.0-beta1.tar.xz) = becd852fa360451104cdae31efd15a059747db1da0847f9c151790bacfbd1faed79f44de64d29f42416df5625a06edc12cbe2e2f5e2ccfeee8177af2e0d101da
+SHA512 (qt-creator-opensource-src-18.0.1.tar.xz) = 0f293afe2464fd71b49a8dbd0c8e9e020ff403a55509db43d75ac71a367fac43d86d1655541d28dcda7ab999d54df35668a1092a2b71e3e7f96aec7c81a11ee2

                 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=178586466862.1.6131446679196737690.rpms-qt-creator-114735b5bd0b@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