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] f44: Update to 20.0.0-beta2
Date: Wed, 05 Aug 2026 09:36:17 GMT [thread overview]
Message-ID: <178592257739.1.5252521457047015525.rpms-qt-creator-84d793c8f3c7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/qt-creator
Branch : f44
Commit : 84d793c8f3c7e0cce370189b857b5c82bd71a2f5
Author : Sandro Mani <manisandro@gmail.com>
Date : 2026-05-22T08:07:59+02:00
Stats : +16/-12 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/qt-creator/c/84d793c8f3c7e0cce370189b857b5c82bd71a2f5?branch=f44
Log:
Update to 20.0.0-beta2
---
diff --git a/.gitignore b/.gitignore
index 495a95d..34237a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -188,3 +188,4 @@
/qt-creator-opensource-src-19.0.0-beta1.tar.xz
/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
diff --git a/qt-creator-debuginfod.patch b/qt-creator-debuginfod.patch
index 524576d..073d5ff 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-beta1/cmake/Findelfutils.cmake qt-creator-opensource-src-20.0.0-beta1-new/cmake/Findelfutils.cmake
---- qt-creator-opensource-src-20.0.0-beta1/cmake/Findelfutils.cmake 2026-05-07 12:58:43.000000000 +0200
-+++ qt-creator-opensource-src-20.0.0-beta1-new/cmake/Findelfutils.cmake 2026-05-12 14:30:14.575403349 +0200
+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
@@ -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 146836a..b68193b 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -1,4 +1,4 @@
-%define prerelease beta1
+%define prerelease beta2
# 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.3%{?prerelease:.%prerelease}%{?dist}
+Release: 0.4%{?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 May 21 2026 Sandro Mani <manisandro@gmail.com> - 20.0.0-0.4.beta2
+- Update to 20.0.0-beta2
+
* Thu May 14 2026 Jan Grulich <jgrulich@redhat.com>
- Rebuild (qt6)
diff --git a/qt-creator_desktop.patch b/qt-creator_desktop.patch
index 9e5993e..6c4bcae 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-beta1/share/applications/org.qt-project.qtcreator.desktop qt-creator-opensource-src-20.0.0-beta1-new/share/applications/org.qt-project.qtcreator.desktop
---- qt-creator-opensource-src-20.0.0-beta1/share/applications/org.qt-project.qtcreator.desktop 2026-05-07 12:58:49.000000000 +0200
-+++ qt-creator-opensource-src-20.0.0-beta1-new/share/applications/org.qt-project.qtcreator.desktop 2026-05-12 14:30:12.620821101 +0200
+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
@@ -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 7d5a797..8f015d9 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-beta1/src/libs/utils/buildablehelperlibrary.cpp qt-creator-opensource-src-20.0.0-beta1-new/src/libs/utils/buildablehelperlibrary.cpp
---- qt-creator-opensource-src-20.0.0-beta1/src/libs/utils/buildablehelperlibrary.cpp 2026-05-07 12:58:45.000000000 +0200
-+++ qt-creator-opensource-src-20.0.0-beta1-new/src/libs/utils/buildablehelperlibrary.cpp 2026-05-12 14:30:13.620131878 +0200
+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
@@ -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 32a34e6..b6915cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qt-creator-opensource-src-20.0.0-beta1.tar.xz) = 4ec8336d9c675683b218b92088d162699258580354019bbf5fa5e9095e6ef09827ad3c653719e7e5aa2bae03e131ec74af3b10492edf4741b424da93acf01470
+SHA512 (qt-creator-opensource-src-20.0.0-beta2.tar.xz) = 49d97b1b5d398244b24e7ca0b61d350a5669afdc15b67887e5dd9bf6375dd3fe86e9305949fe5610493a572ea4b6d707e6ce6af4a5cdf2744e47f630a1d4f32e
reply other threads:[~2026-08-05 9:36 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=178592257739.1.5252521457047015525.rpms-qt-creator-84d793c8f3c7@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