public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/qt-creator] epel10: Update to 18.0.1
@ 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 : 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

^ 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.1 Sandro Mani

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