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] rawhide: Update to 20.0.0-rc1
Date: Thu, 04 Jun 2026 14:58:48 GMT [thread overview]
Message-ID: <178058512852.1.2124080167508580036.rpms-qt-creator-2f935e38cbc6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/qt-creator
Branch : rawhide
Commit : 2f935e38cbc6eba50f5acff1a15f4b5f79aeaba8
Author : Sandro Mani <manisandro@gmail.com>
Date : 2026-06-04T16:58:40+02:00
Stats : +16/-12 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/qt-creator/c/2f935e38cbc6eba50f5acff1a15f4b5f79aeaba8?branch=rawhide
Log:
Update to 20.0.0-rc1
---
diff --git a/.gitignore b/.gitignore
index 34237a2..7928dee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -189,3 +189,4 @@
/qt-creator-opensource-src-19.0.1.tar.xz
/qt-creator-opensource-src-20.0.0-beta1.tar.xz
/qt-creator-opensource-src-20.0.0-beta2.tar.xz
+/qt-creator-opensource-src-20.0.0-rc1.tar.xz
diff --git a/qt-creator-debuginfod.patch b/qt-creator-debuginfod.patch
index 073d5ff..9686f00 100644
--- a/qt-creator-debuginfod.patch
+++ b/qt-creator-debuginfod.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference qt-creator-opensource-src-20.0.0-beta2/cmake/Findelfutils.cmake qt-creator-opensource-src-20.0.0-beta2-new/cmake/Findelfutils.cmake
---- qt-creator-opensource-src-20.0.0-beta2/cmake/Findelfutils.cmake 2026-05-19 13:43:56.000000000 +0200
-+++ qt-creator-opensource-src-20.0.0-beta2-new/cmake/Findelfutils.cmake 2026-05-21 23:42:47.685984234 +0200
+diff -rupN --no-dereference qt-creator-opensource-src-20.0.0-rc1/cmake/Findelfutils.cmake qt-creator-opensource-src-20.0.0-rc1-new/cmake/Findelfutils.cmake
+--- qt-creator-opensource-src-20.0.0-rc1/cmake/Findelfutils.cmake 2026-06-02 05:05:33.000000000 +0200
++++ qt-creator-opensource-src-20.0.0-rc1-new/cmake/Findelfutils.cmake 2026-06-04 16:36:15.776807271 +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 b68193b..6f33e0f 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -1,4 +1,4 @@
-%define prerelease beta2
+%define prerelease rc1
# We need avoid oython byte compiler to not crash over template .py file which
# is not a valid python file, only for the IDE
@@ -6,7 +6,7 @@
Name: qt-creator
Version: 20.0.0
-Release: 0.4%{?prerelease:.%prerelease}%{?dist}
+Release: 0.5%{?prerelease:.%prerelease}%{?dist}
Summary: Cross-platform IDE for Qt
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
@@ -220,6 +220,9 @@ diff -u %{SOURCE1} $outfile
%changelog
+* Thu Jun 04 2026 Sandro Mani <manisandro@gmail.com> - 20.0.0-0.5.rc1
+- Update to 20.0.0-rc1
+
* Thu May 21 2026 Sandro Mani <manisandro@gmail.com> - 20.0.0-0.4.beta2
- Update to 20.0.0-beta2
diff --git a/qt-creator_desktop.patch b/qt-creator_desktop.patch
index 6c4bcae..3e4f0cd 100644
--- a/qt-creator_desktop.patch
+++ b/qt-creator_desktop.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference qt-creator-opensource-src-20.0.0-beta2/share/applications/org.qt-project.qtcreator.desktop qt-creator-opensource-src-20.0.0-beta2-new/share/applications/org.qt-project.qtcreator.desktop
---- qt-creator-opensource-src-20.0.0-beta2/share/applications/org.qt-project.qtcreator.desktop 2026-05-19 13:44:01.000000000 +0200
-+++ qt-creator-opensource-src-20.0.0-beta2-new/share/applications/org.qt-project.qtcreator.desktop 2026-05-21 23:42:45.811613253 +0200
+diff -rupN --no-dereference qt-creator-opensource-src-20.0.0-rc1/share/applications/org.qt-project.qtcreator.desktop qt-creator-opensource-src-20.0.0-rc1-new/share/applications/org.qt-project.qtcreator.desktop
+--- qt-creator-opensource-src-20.0.0-rc1/share/applications/org.qt-project.qtcreator.desktop 2026-06-02 05:05:37.000000000 +0200
++++ qt-creator-opensource-src-20.0.0-rc1-new/share/applications/org.qt-project.qtcreator.desktop 2026-06-04 16:36:13.762335896 +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 8f015d9..061f98d 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-20.0.0-beta2/src/libs/utils/buildablehelperlibrary.cpp qt-creator-opensource-src-20.0.0-beta2-new/src/libs/utils/buildablehelperlibrary.cpp
---- qt-creator-opensource-src-20.0.0-beta2/src/libs/utils/buildablehelperlibrary.cpp 2026-05-19 13:43:57.000000000 +0200
-+++ qt-creator-opensource-src-20.0.0-beta2-new/src/libs/utils/buildablehelperlibrary.cpp 2026-05-21 23:42:46.790466232 +0200
+diff -rupN --no-dereference qt-creator-opensource-src-20.0.0-rc1/src/libs/utils/buildablehelperlibrary.cpp qt-creator-opensource-src-20.0.0-rc1-new/src/libs/utils/buildablehelperlibrary.cpp
+--- qt-creator-opensource-src-20.0.0-rc1/src/libs/utils/buildablehelperlibrary.cpp 2026-06-02 05:05:34.000000000 +0200
++++ qt-creator-opensource-src-20.0.0-rc1-new/src/libs/utils/buildablehelperlibrary.cpp 2026-06-04 16:36:14.789559109 +0200
@@ -179,7 +179,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 b6915cb..afeb929 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qt-creator-opensource-src-20.0.0-beta2.tar.xz) = 49d97b1b5d398244b24e7ca0b61d350a5669afdc15b67887e5dd9bf6375dd3fe86e9305949fe5610493a572ea4b6d707e6ce6af4a5cdf2744e47f630a1d4f32e
+SHA512 (qt-creator-opensource-src-20.0.0-rc1.tar.xz) = a753ec9b6fe3d863cd65ad05c061763f748cbd17518edc40dfcec6f96b95935a43e4ba8f54de192dc49be4965e8c0f5abe8944f9daeb12e7401a6ed3b88ef113
reply other threads:[~2026-06-04 14:58 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=178058512852.1.2124080167508580036.rpms-qt-creator-2f935e38cbc6@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