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
Date: Thu, 18 Jun 2026 14:31:44 GMT [thread overview]
Message-ID: <178179310468.1.50321285984200423.rpms-qt-creator-b36e9beb452d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/qt-creator
Branch : rawhide
Commit : b36e9beb452d2f007f0ce8d919598d602e0e488b
Author : Sandro Mani <manisandro@gmail.com>
Date : 2026-06-18T16:31:27+02:00
Stats : +20/-16 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/qt-creator/c/b36e9beb452d2f007f0ce8d919598d602e0e488b?branch=rawhide
Log:
Update to 20.0.0
---
diff --git a/.gitignore b/.gitignore
index 7928dee..10495a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -190,3 +190,4 @@
/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
+/qt-creator-opensource-src-20.0.0.tar.xz
diff --git a/qt-creator-debuginfod.patch b/qt-creator-debuginfod.patch
index 9686f00..1b42cf0 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-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
+diff -rupN --no-dereference qt-creator-opensource-src-20.0.0/cmake/Findelfutils.cmake qt-creator-opensource-src-20.0.0-new/cmake/Findelfutils.cmake
+--- qt-creator-opensource-src-20.0.0/cmake/Findelfutils.cmake 2026-06-15 13:50:45.000000000 +0200
++++ qt-creator-opensource-src-20.0.0-new/cmake/Findelfutils.cmake 2026-06-17 19:33:13.039141015 +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 d94f8a7..2a0f0a2 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -1,4 +1,4 @@
-%define prerelease rc1
+#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.6%{?prerelease:.%prerelease}%{?dist}
+Release: 1%{?prerelease:.%prerelease}%{?dist}
Summary: Cross-platform IDE for Qt
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
@@ -58,7 +58,7 @@ BuildRequires: cmake(Qt6WebEngineWidgets)
# The imported target "Qt6::QmlDomPrivate" references the file
# "/usr/lib64/libQt6QmlDom.a"
# but this file does not exist.
-BuildRequires: qt6-qtdeclarative-static
+# BuildRequires: qt6-qtdeclarative-static
BuildRequires: desktop-file-utils
BuildRequires: diffutils
BuildRequires: elfutils-devel
@@ -73,7 +73,7 @@ BuildRequires: libffi-devel
BuildRequires: libxkbcommon-devel
BuildRequires: clang-devel
BuildRequires: llvm-devel
-BuildRequires: litehtml-devel
+# BuildRequires: litehtml-devel
BuildRequires: libsecret-devel
BuildRequires: ninja-build
BuildRequires: python3
@@ -146,8 +146,8 @@ User documentation for %{name}.
# Remove some bundled libraries to be sure
rm -rf src/shared/qbs
-rm -rf src/plugins/help/qlitehtml/litehtml
-#rm -rf src/libs/3rdparty/syntax-highlighting/src
+# rm -rf src/libs/qlitehtml/src/3rdparty/litehtml
+# rm -rf src/libs/3rdparty/syntax-highlighting/src
# rm -rf src/libs/3rdparty/yaml-cpp
@@ -220,6 +220,9 @@ diff -u %{SOURCE1} $outfile
%changelog
+* Wed Jun 17 2026 Sandro Mani <manisandro@gmail.com> - 20.0.0-1
+- Update to 20.0.0
+
* Mon Jun 15 2026 Sandro Mani <manisandro@gmail.com> - 20.0.0-0.6.rc1
- Rebuild (litehtml)
diff --git a/qt-creator_desktop.patch b/qt-creator_desktop.patch
index 3e4f0cd..41cfd90 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-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
+diff -rupN --no-dereference qt-creator-opensource-src-20.0.0/share/applications/org.qt-project.qtcreator.desktop qt-creator-opensource-src-20.0.0-new/share/applications/org.qt-project.qtcreator.desktop
+--- qt-creator-opensource-src-20.0.0/share/applications/org.qt-project.qtcreator.desktop 2026-06-15 13:50:51.000000000 +0200
++++ qt-creator-opensource-src-20.0.0-new/share/applications/org.qt-project.qtcreator.desktop 2026-06-17 19:33:11.009330884 +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 061f98d..2dcb15e 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-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
+diff -rupN --no-dereference qt-creator-opensource-src-20.0.0/src/libs/utils/buildablehelperlibrary.cpp qt-creator-opensource-src-20.0.0-new/src/libs/utils/buildablehelperlibrary.cpp
+--- qt-creator-opensource-src-20.0.0/src/libs/utils/buildablehelperlibrary.cpp 2026-06-15 13:50:46.000000000 +0200
++++ qt-creator-opensource-src-20.0.0-new/src/libs/utils/buildablehelperlibrary.cpp 2026-06-17 19:33:12.035878234 +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 afeb929..ae87968 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qt-creator-opensource-src-20.0.0-rc1.tar.xz) = a753ec9b6fe3d863cd65ad05c061763f748cbd17518edc40dfcec6f96b95935a43e4ba8f54de192dc49be4965e8c0f5abe8944f9daeb12e7401a6ed3b88ef113
+SHA512 (qt-creator-opensource-src-20.0.0.tar.xz) = 16d5435f47c7ab79641a9020f293a3577aa2468d7c46ceaad48880cdcbfa64aa2a393e93c54391f694e1af28714e927ce562f7f5b750f0df3f02ef65e19985bf
reply other threads:[~2026-06-18 14: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=178179310468.1.50321285984200423.rpms-qt-creator-b36e9beb452d@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