Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 611eee8829 | |||
|
|
a1ab5a21b8 | ||
| 62681fc266 | |||
|
|
b32e13d53d | ||
|
|
b2729b8a9b | ||
| 8f5ab2d146 | |||
|
|
7f0d9c183e | ||
| f975df634f | |||
|
|
c329e92c44 | ||
| 00ad5600a6 | |||
|
|
0bdee0b146 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:616dfea43a6162bc1a8ccf440e1df6a74b977fcb028d76b7c779a1fb8de39e8c
|
||||
size 55713368
|
||||
3
qt-creator-opensource-src-18.0.1.tar.xz
Normal file
3
qt-creator-opensource-src-18.0.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6904369467de7cbe2cc0093f2bc2d37d9e8db4d2aa5d329b972ada5eb173cb51
|
||||
size 56192968
|
||||
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 12 18:44:03 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 18.0.1
|
||||
https://www.qt.io/blog/qt-creator-18.0.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 20:13:51 UTC 2025 - Mateus Machado <martusguy@proton.me>
|
||||
|
||||
- Update to 18.0.0
|
||||
https://www.qt.io/blog/qt-creator-18-released
|
||||
- Drop patch:
|
||||
* 0001-QmlDesigner-Compile-fixes-for-Qt-6.10-private-API-ch.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 20:52:46 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Add upstream change:
|
||||
* 0001-QmlDesigner-Compile-fixes-for-Qt-6.10-private-API-ch.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 14:53:48 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 17.0.2
|
||||
https://www.qt.io/blog/qt-creator-17.0.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 12:09:49 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 17.0.1
|
||||
https://www.qt.io/blog/qt-creator-17.0.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 08:05:46 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt-creator
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 17.0.0
|
||||
%define short_version 17.0
|
||||
%define real_version 18.0.1
|
||||
%define short_version 18.0
|
||||
%define tar_name qt-creator-opensource-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@@ -47,7 +47,7 @@ ExclusiveArch: do_not_build
|
||||
%bcond_without docs
|
||||
|
||||
Name: %{pkgname_prefix}-creator
|
||||
Version: 17.0.0
|
||||
Version: 18.0.1
|
||||
Release: 0
|
||||
Summary: Integrated Development Environment targeting Qt apps
|
||||
# src/plugins/cmakeprojectmanager/configmodelitemdelegate.* -> LGPL-2.1-only OR LGPL-3.0-only
|
||||
@@ -59,7 +59,6 @@ License: BSD-3-Clause AND GPL-3.0-only AND GPL-3.0-with-Qt-Company-Qt-exc
|
||||
URL: https://www.qt.io/product/development-tools
|
||||
Source: https://download.qt.io/official_releases/qtcreator/%{short_version}/%{real_version}%{tar_suffix}/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||
Source1: qt-creator-rpmlintrc
|
||||
# Patches 0-10 are upstream changes
|
||||
# Patches 11-20 are openSUSE changes
|
||||
Patch11: fix-application-output.patch
|
||||
Patch12: 0001-Disable-some-plugins.patch
|
||||
@@ -185,7 +184,8 @@ rm -r src/shared/qbs
|
||||
-DBUILD_TESTING:BOOL=FALSE \
|
||||
-DQTC_SEPARATE_DEBUG_INFO:BOOL=FALSE \
|
||||
-DBUILD_LIBRARY_QLITEHTML:BOOL=TRUE \
|
||||
-DBUILD_HELPVIEWERBACKEND_QTWEBENGINE:BOOL=FALSE
|
||||
-DBUILD_HELPVIEWERBACKEND_QTWEBENGINE:BOOL=FALSE \
|
||||
-DBUILD_EXECUTABLE_CMDBRIDGE:BOOL=FALSE
|
||||
|
||||
%if 0%{?qt6}
|
||||
%{qt6_build}
|
||||
|
||||
Reference in New Issue
Block a user