public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/qt-creator] epel10: Update to 18.0.2
@ 2026-08-04 17:31 Sandro Mani
  0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-08-04 17:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/qt-creator
Branch : epel10
Commit : 8925b3fe465cccb75c21bbcad66cd1bd7492c6af
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-01-27T16:32:46+01:00
Stats  : +16/-12 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/qt-creator/c/8925b3fe465cccb75c21bbcad66cd1bd7492c6af?branch=epel10

Log:
Update to 18.0.2

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

diff --git a/qt-creator-debuginfod.patch b/qt-creator-debuginfod.patch
index fdaa2b2..5ed30ec 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.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
+diff -rupN --no-dereference qt-creator-opensource-src-18.0.2/cmake/Findelfutils.cmake qt-creator-opensource-src-18.0.2-new/cmake/Findelfutils.cmake
+--- qt-creator-opensource-src-18.0.2/cmake/Findelfutils.cmake	2026-01-23 03:07:25.000000000 +0100
++++ qt-creator-opensource-src-18.0.2-new/cmake/Findelfutils.cmake	2026-01-27 15:26:17.721540976 +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 dda190e..d29752d 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -5,8 +5,8 @@
 %global _python_bytecompile_errors_terminate_build 0
 
 Name:           qt-creator
-Version:        18.0.1
-Release:        2%{?dist}
+Version:        18.0.2
+Release:        1%{?dist}
 Summary:        Cross-platform IDE for Qt
 
 License:        GPL-3.0-only WITH Qt-GPL-exception-1.0
@@ -217,6 +217,9 @@ diff -u %{SOURCE1} $outfile
 
 
 %changelog
+* Tue Jan 27 2026 Sandro Mani <manisandro@gmail.com>
+- Update to 18.0.2
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/qt-creator_desktop.patch b/qt-creator_desktop.patch
index efc78af..24ba2e4 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.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
+diff -rupN --no-dereference qt-creator-opensource-src-18.0.2/share/applications/org.qt-project.qtcreator.desktop qt-creator-opensource-src-18.0.2-new/share/applications/org.qt-project.qtcreator.desktop
+--- qt-creator-opensource-src-18.0.2/share/applications/org.qt-project.qtcreator.desktop	2026-01-23 03:07:30.000000000 +0100
++++ qt-creator-opensource-src-18.0.2-new/share/applications/org.qt-project.qtcreator.desktop	2026-01-27 15:26:15.809773301 +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 f72c1b7..678bf34 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.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
+diff -rupN --no-dereference qt-creator-opensource-src-18.0.2/src/libs/utils/buildablehelperlibrary.cpp qt-creator-opensource-src-18.0.2-new/src/libs/utils/buildablehelperlibrary.cpp
+--- qt-creator-opensource-src-18.0.2/src/libs/utils/buildablehelperlibrary.cpp	2026-01-23 03:07:26.000000000 +0100
++++ qt-creator-opensource-src-18.0.2-new/src/libs/utils/buildablehelperlibrary.cpp	2026-01-27 15:26:16.780883080 +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 b16e4d3..696dd6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qt-creator-opensource-src-18.0.1.tar.xz) = 0f293afe2464fd71b49a8dbd0c8e9e020ff403a55509db43d75ac71a367fac43d86d1655541d28dcda7ab999d54df35668a1092a2b71e3e7f96aec7c81a11ee2
+SHA512 (qt-creator-opensource-src-18.0.2.tar.xz) = 6fa9f64ecccbb19a8c8504d4cfa4a46691e347c1f2fe7e6fa0683e248a6a7a454b9a31649a41c049854092ef09568ba049a4cd4d7df8dcebb8f3805bdd2fb78b

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-04 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 17:31 [rpms/qt-creator] epel10: Update to 18.0.2 Sandro Mani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox