Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| baa17a0a39 | |||
|
|
e1822523ad | ||
|
|
da50b252a0 | ||
|
|
516e64f39d | ||
| 027e0c58e5 | |||
|
|
927be7fd2c | ||
|
|
80aee8d2db | ||
| 39cc9101b3 | |||
|
|
01c1fd83bc |
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 20 15:14:55 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.1
|
||||
https://www.qt.io/blog/qt-6.10.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 08:53:28 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.0
|
||||
* https://www.qt.io/blog/qt-6.10-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 27 07:15:35 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.2:
|
||||
* https://www.qt.io/blog/qt-6.9.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 07:49:31 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6-remoteobjects
|
||||
#
|
||||
# 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 6.9.1
|
||||
%define short_version 6.9
|
||||
%define real_version 6.10.1
|
||||
%define short_version 6.10
|
||||
%define tar_name qtremoteobjects-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@@ -30,10 +30,10 @@
|
||||
%global __requires_exclude qt6qmlimport\\(TimeExample\\)
|
||||
#
|
||||
Name: qt6-remoteobjects%{?pkg_suffix}
|
||||
Version: 6.9.1
|
||||
Version: 6.10.1
|
||||
Release: 0
|
||||
Summary: Qt6 RemoteObjects Library
|
||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||
License: GPL-2.0-only OR GPL-3.0-or-later OR LGPL-3.0-only
|
||||
URL: https://www.qt.io
|
||||
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||
Source99: qt6-remoteobjects-rpmlintrc
|
||||
@@ -137,10 +137,6 @@ This package contains REPC, a compiler for Qt RemoteObjects API definition files
|
||||
|
||||
%if !%{qt6_docs_flavor}
|
||||
|
||||
# repparser has no private headers
|
||||
rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_repparser_private.pri
|
||||
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6RepParserPrivate
|
||||
|
||||
# CMake files are not needed for plugins
|
||||
rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
|
||||
@@ -158,19 +154,19 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtRemoteObjectsTestsConfig.cmake
|
||||
%{_qt6_cmakedir}/Qt6RemoteObjects/
|
||||
%{_qt6_cmakedir}/Qt6RemoteObjectsTools/
|
||||
%{_qt6_cmakedir}/Qt6RepParser
|
||||
%{_qt6_pkgconfigdir}/Qt6RepParser.pc
|
||||
%{_qt6_cmakedir}/Qt6RepParser/
|
||||
%{_qt6_descriptionsdir}/RemoteObjects.json
|
||||
%{_qt6_descriptionsdir}/RepParser.json
|
||||
%{_qt6_includedir}/QtRemoteObjects/
|
||||
%{_qt6_includedir}/QtRepParser/
|
||||
%{_qt6_libdir}/libQt6RemoteObjects.prl
|
||||
%{_qt6_libdir}/libQt6RemoteObjects.so
|
||||
%{_qt6_metatypesdir}/qt6remoteobjects_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6remoteobjects_metatypes.json
|
||||
%{_qt6_mkspecsdir}/features/*
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_remoteobjects.pri
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_repparser.pri
|
||||
%{_qt6_pkgconfigdir}/Qt6RemoteObjects.pc
|
||||
%{_qt6_pkgconfigdir}/Qt6RepParser.pc
|
||||
%exclude %{_qt6_includedir}/QtRemoteObjects/%{real_version}
|
||||
|
||||
%files private-devel
|
||||
@@ -187,7 +183,7 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
%{_qt6_includedir}/QtRemoteObjectsQml/
|
||||
%{_qt6_libdir}/libQt6RemoteObjectsQml.prl
|
||||
%{_qt6_libdir}/libQt6RemoteObjectsQml.so
|
||||
%{_qt6_metatypesdir}/qt6remoteobjectsqml_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6remoteobjectsqml_metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_remoteobjectsqml.pri
|
||||
%{_qt6_pkgconfigdir}/Qt6RemoteObjectsQml.pc
|
||||
%exclude %{_qt6_includedir}/QtRemoteObjectsQml/%{real_version}
|
||||
|
||||
3
qtremoteobjects-everywhere-src-6.10.1.tar.xz
Normal file
3
qtremoteobjects-everywhere-src-6.10.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c9e56dbe2c400e33d13626a27d822a7c95b7d95f2272b198a788c2b4a9b8a0d
|
||||
size 528992
|
||||
Binary file not shown.
Reference in New Issue
Block a user