Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
Arch-excludes
October 2021
----- 2025 -----
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
arch-excludes@lists.fedoraproject.org
2 participants
225 discussions
Start a n
N
ew thread
Architecture specific change in rpms/qt6-qtconnectivity.git
by githook-noreply@fedoraproject.org
04 Oct '21
04 Oct '21
The package rpms/qt6-qtconnectivity.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/qt6-qtconnectivity.git/commit/?id=b…
. Change: +ExcludeArch: s390x Thanks. Full change: ============ commit 9065af985a791f7d2c95520bc4b8f93c3c1203f8 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Thu Sep 30 13:38:45 2021 +0200 6.2.0 diff --git a/.gitignore b/.gitignore index 33a59bc..3e62b80 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /qtconnectivity-everywhere-src-6.2.0-rc.tar.xz /qtconnectivity-everywhere-src-6.2.0-rc2.tar.xz +/qtconnectivity-everywhere-src-6.2.0.tar.xz diff --git a/qt6-qtconnectivity.spec b/qt6-qtconnectivity.spec index 7991745..d074f74 100644 --- a/qt6-qtconnectivity.spec +++ b/qt6-qtconnectivity.spec @@ -4,8 +4,8 @@ ExcludeArch: s390x %global qt_module qtconnectivity -%global unstable 1 -%if 0%{unstable} +#global unstable 1 +%if 0%{?unstable} %global prerelease rc2 %endif @@ -20,7 +20,7 @@ Url:
http://qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) %global qt_version %(echo %{version} | cut -d~ -f1) -%if 0%{unstable} +%if 0%{?unstable} Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
@@ -119,6 +119,9 @@ popd %changelog +* Thu Sep 30 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0-1 +- 6.2.0 + * Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 - 6.2.0 - rc2 diff --git a/sources b/sources index bf5c69f..04d70c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtconnectivity-everywhere-src-6.2.0-rc2.tar.xz) = 971ef5b6c4e5e9325fd05fa848cbef121e0392d01712aeab65e31964c21599ddfecf35df8dd832947825cbb48dc3ba88137bdb09908acdc3ba1d6c7bc2615f43 +SHA512 (qtconnectivity-everywhere-src-6.2.0.tar.xz) = 402c1cc052f5dc2234d9b7804c04071e8c7b5fa2c4727b33cb625b33ddf8aba3beeaf9857ddf1b19f0508cd550420c10f7bb9b738836b5b7c76ea7788ea3e799 commit 07fb81013f7eaa720badb03932c4286674dd84a4 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 27 14:14:34 2021 +0200 6.2.0 - rc2 diff --git a/.gitignore b/.gitignore index 6366d5b..33a59bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qtconnectivity-everywhere-src-6.2.0-rc.tar.xz +/qtconnectivity-everywhere-src-6.2.0-rc2.tar.xz diff --git a/qt6-qtconnectivity.spec b/qt6-qtconnectivity.spec index 5a11aed..7991745 100644 --- a/qt6-qtconnectivity.spec +++ b/qt6-qtconnectivity.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease rc +%global prerelease rc2 %endif Summary: Qt6 - Connectivity components @@ -119,5 +119,8 @@ popd %changelog +* Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 +- 6.2.0 - rc2 + * Thu Sep 16 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 - 6.2.0 - rc diff --git a/sources b/sources index 2ffbb9e..bf5c69f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtconnectivity-everywhere-src-6.2.0-rc.tar.xz) = 6e09f93ec75329b003e44b0f91f127ec28d63b861456bf5976b0eaf0740e4d8b3ab13e160ed366ef2db70584d80917d3968e089195eac23dcc6bf4a77924398a +SHA512 (qtconnectivity-everywhere-src-6.2.0-rc2.tar.xz) = 971ef5b6c4e5e9325fd05fa848cbef121e0392d01712aeab65e31964c21599ddfecf35df8dd832947825cbb48dc3ba88137bdb09908acdc3ba1d6c7bc2615f43 commit 98580d3da6ef9bb898e02f49fc24d9a4e1bddbaf Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 20 13:09:02 2021 +0200 Add missing patch diff --git a/qt6-qtconnectivity-gcc11.patch b/qt6-qtconnectivity-gcc11.patch new file mode 100644 index 0000000..d6175a2 --- /dev/null +++ b/qt6-qtconnectivity-gcc11.patch @@ -0,0 +1,13 @@ +diff --git a/src/bluetooth/lecmaccalculator.cpp b/src/bluetooth/lecmaccalculator.cpp +index b150466..507603c 100644 +--- a/src/bluetooth/lecmaccalculator.cpp ++++ b/src/bluetooth/lecmaccalculator.cpp +@@ -38,6 +38,8 @@ + ****************************************************************************/ + #include "lecmaccalculator_p.h" + ++#include <limits> ++ + #include "bluez/bluez_data_p.h" + + #include <QtCore/qbytearray.h> commit b7d65b6c4ccd038f41f4aa16def776e11ee77591 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 20 13:04:22 2021 +0200 6.2.0 - rc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6366d5b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/qtconnectivity-everywhere-src-6.2.0-rc.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index c965bdf..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# qt6-qtconnectivity - -The qt6-qtconnectivity package diff --git a/qt6-qtconnectivity.spec b/qt6-qtconnectivity.spec new file mode 100644 index 0000000..5a11aed --- /dev/null +++ b/qt6-qtconnectivity.spec @@ -0,0 +1,123 @@ +# FIXME: qt6-qtdeclarative doesn't build on S390x +# BUG:
https://bugreports.qt.io/browse/QTBUG-93101
+ExcludeArch: s390x + +%global qt_module qtconnectivity + +%global unstable 1 +%if 0%{unstable} +%global prerelease rc +%endif + +Summary: Qt6 - Connectivity components +Name: qt6-%{qt_module} +Version: 6.2.0%{?unstable:~%{prerelease}} +Release: 1%{?dist} + +# See LICENSE.GPL3, respectively, for exception details +License: LGPLv2 with exceptions or GPLv3 with exceptions +Url:
http://qt.io
+%global majmin %(echo %{version} | cut -d. -f1-2) +%global qt_version %(echo %{version} | cut -d~ -f1) + +%if 0%{unstable} +Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
+%else +Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
+%endif + +Patch0: %{name}-gcc11.patch + +# filter qml provides +%global __provides_exclude_from ^%{_qt6_archdatadir}/qml/.*\\.so$ + +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: ninja-build +BuildRequires: qt6-rpm-macros +BuildRequires: qt6-qtbase-devel >= %{version} +BuildRequires: qt6-qtbase-private-devel >= %{version} +%{?_qt6:Requires: %{_qt6}%{?_isa} = %{_qt6_version}} +BuildRequires: qt6-qtdeclarative-devel >= %{version} +BuildRequires: pkgconfig(bluez) +BuildRequires: pkgconfig(xkbcommon) >= 0.4.1 +BuildRequires: openssl-devel + +%description +%{summary}. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: qt6-qtbase-devel%{?_isa} +%description devel +%{summary}. + +%package examples +Summary: Programming examples for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +%description examples +%{summary}. + + +%prep +%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 + + +%build +%cmake_qt6 + +%cmake_build + + +%install +%cmake_install + +## .prl/.la file love +# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs +pushd %{buildroot}%{_qt6_libdir} +for prl_file in libQt6*.prl ; do + sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file} + if [ -f "$(basename ${prl_file} .prl).so" ]; then + rm -fv "$(basename ${prl_file} .prl).la" + sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file} + fi +done +popd + + +%ldconfig_scriptlets + +%files +%license LICENSE.GPL* LICENSE.LGPL* +%{_qt6_libexecdir}/sdpscanner +%{_qt6_libdir}/libQt6Bluetooth.so.6* +%{_qt6_libdir}/libQt6Nfc.so.6* + +%files devel +%{_qt6_headerdir}/QtBluetooth/ +%{_qt6_libdir}/libQt6Bluetooth.so +%{_qt6_libdir}/libQt6Bluetooth.prl +%{_qt6_headerdir}/QtNfc/ +%{_qt6_libdir}/libQt6Nfc.so +%{_qt6_libdir}/libQt6Nfc.prl +%dir %{_qt6_libdir}/cmake/Qt6Bluetooth/ +%dir %{_qt6_libdir}/cmake/Qt6BluetoothTools/ +%dir %{_qt6_libdir}/cmake/Qt6Nfc/ +%{_qt6_libdir}/cmake/Qt6/FindBlueZ.cmake +%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/*.cmake +%{_qt6_libdir}/cmake/Qt6Bluetooth/*.cmake +%{_qt6_libdir}/cmake/Qt6BluetoothTools/*.cmake +%{_qt6_libdir}/cmake/Qt6Nfc/*.cmake +%{_qt6_archdatadir}/mkspecs/modules/qt_lib_bluetooth*.pri +%{_qt6_archdatadir}/mkspecs/modules/qt_lib_nfc*.pri +%{_qt6_datadir}/modules/*.json +%{_qt6_libdir}/metatypes/qt6*_metatypes.json + +%files examples +%{_qt6_examplesdir}/ + + +%changelog +* Thu Sep 16 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 +- 6.2.0 - rc diff --git a/sources b/sources new file mode 100644 index 0000000..2ffbb9e --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (qtconnectivity-everywhere-src-6.2.0-rc.tar.xz) = 6e09f93ec75329b003e44b0f91f127ec28d63b861456bf5976b0eaf0740e4d8b3ab13e160ed366ef2db70584d80917d3968e089195eac23dcc6bf4a77924398a
1
0
0
0
Architecture specific change in rpms/qt6-qtwayland.git
by githook-noreply@fedoraproject.org
04 Oct '21
04 Oct '21
The package rpms/qt6-qtwayland.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/qt6-qtwayland.git/commit/?id=b847cf…
. Change: +ExcludeArch: s390x Thanks. Full change: ============ commit de07c794507571a1a0f9e44527d4281dd2ae0acb Author: Jan Grulich <jgrulich(a)redhat.com> Date: Thu Sep 30 13:38:45 2021 +0200 6.2.0 diff --git a/.gitignore b/.gitignore index 3fee2fc..e1640f0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /qtwayland-everywhere-src-6.2.0-beta4.tar.xz /qtwayland-everywhere-src-6.2.0-rc.tar.xz /qtwayland-everywhere-src-6.2.0-rc2.tar.xz +/qtwayland-everywhere-src-6.2.0.tar.xz diff --git a/qt6-qtwayland.spec b/qt6-qtwayland.spec index 6df387e..aea2dab 100644 --- a/qt6-qtwayland.spec +++ b/qt6-qtwayland.spec @@ -4,8 +4,8 @@ ExcludeArch: s390x %global qt_module qtwayland -%global unstable 1 -%if 0%{unstable} +#global unstable 1 +%if 0%{?unstable} %global prerelease rc2 %endif @@ -19,7 +19,7 @@ Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) %global qt_version %(echo %{version} | cut -d~ -f1) -%if 0%{unstable} +%if 0%{?unstable} Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
@@ -169,6 +169,9 @@ popd %changelog +* Thu Sep 30 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0-1 +- 6.2.0 + * Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 - 6.2.0 - rc2 diff --git a/sources b/sources index 9629e8d..a5c6a96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtwayland-everywhere-src-6.2.0-rc2.tar.xz) = db135a799be1d1c583701ddc2723ff217ad01b2c94e047bed74f04e54e95d8a2ff8ba7083dbb1be96dd53e740307ce6e056f09860bc876ed0dd87f281f5c0dc1 +SHA512 (qtwayland-everywhere-src-6.2.0.tar.xz) = 56b4ac8c54c0d950939c44bcc2a51a0bebe84a8c17d8b7f7d2cff37ffec4fa6425e28a23b2566dc76d2fa67474d735197f47bea30d2ed7f11d9ccba3930abeca commit 34c871bc0c844d1b75f8680957457a0b6c8954d4 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 27 14:14:34 2021 +0200 6.2.0 - rc2 diff --git a/.gitignore b/.gitignore index 3471b19..3fee2fc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /qtwayland-everywhere-src-6.1.2.tar.xz /qtwayland-everywhere-src-6.2.0-beta4.tar.xz /qtwayland-everywhere-src-6.2.0-rc.tar.xz +/qtwayland-everywhere-src-6.2.0-rc2.tar.xz diff --git a/qt6-qtwayland.spec b/qt6-qtwayland.spec index 7e41648..6df387e 100644 --- a/qt6-qtwayland.spec +++ b/qt6-qtwayland.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease rc +%global prerelease rc2 %endif Summary: Qt6 - Wayland platform support and QtCompositor module @@ -169,6 +169,9 @@ popd %changelog +* Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 +- 6.2.0 - rc2 + * Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 - 6.2.0 - rc diff --git a/sources b/sources index 0a8d6b3..9629e8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtwayland-everywhere-src-6.2.0-rc.tar.xz) = c7336b95d436c4a2be32d8852d967e1a526929210a0758dd133a98f1339f260fb003443357bf5e2e738f3e64e86d4b0b00700aa10ebdb7bf9024ab351fa08b7d +SHA512 (qtwayland-everywhere-src-6.2.0-rc2.tar.xz) = db135a799be1d1c583701ddc2723ff217ad01b2c94e047bed74f04e54e95d8a2ff8ba7083dbb1be96dd53e740307ce6e056f09860bc876ed0dd87f281f5c0dc1 commit ab93ebbc5c0e6787b66fcddaf7870aa8118cae4d Author: Jan Grulich <jgrulich(a)redhat.com> Date: Sun Sep 19 13:29:21 2021 +0200 6.2.0 - rc diff --git a/.gitignore b/.gitignore index b89405a..3471b19 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /qtwayland-everywhere-src-6.1.1.tar.xz /qtwayland-everywhere-src-6.1.2.tar.xz /qtwayland-everywhere-src-6.2.0-beta4.tar.xz +/qtwayland-everywhere-src-6.2.0-rc.tar.xz diff --git a/qt6-qtwayland.spec b/qt6-qtwayland.spec index 00c415c..7e41648 100644 --- a/qt6-qtwayland.spec +++ b/qt6-qtwayland.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease beta4 +%global prerelease rc %endif Summary: Qt6 - Wayland platform support and QtCompositor module @@ -169,6 +169,9 @@ popd %changelog +* Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 +- 6.2.0 - rc + * Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 - 6.2.0 - beta4 diff --git a/sources b/sources index 90caa19..0a8d6b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtwayland-everywhere-src-6.2.0-beta4.tar.xz) = 3e0f04b5fd2479f2efe0784f4e961096e846515fce692c6a6b6ef19c2d781316e196bb3272ab780bb692ba2dddf3af7cee4dcd61ecc2688d9e0f717ad6c9c298 +SHA512 (qtwayland-everywhere-src-6.2.0-rc.tar.xz) = c7336b95d436c4a2be32d8852d967e1a526929210a0758dd133a98f1339f260fb003443357bf5e2e738f3e64e86d4b0b00700aa10ebdb7bf9024ab351fa08b7d commit b847cfc7483ae8b02a78d22e5233a0f62afb928a Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 13 19:29:11 2021 +0200 6.2.0 - beta4 diff --git a/.gitignore b/.gitignore index 88ef6c5..b89405a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /qtwayland-everywhere-src-6.1.0.tar.xz /qtwayland-everywhere-src-6.1.1.tar.xz /qtwayland-everywhere-src-6.1.2.tar.xz +/qtwayland-everywhere-src-6.2.0-beta4.tar.xz diff --git a/qt6-qtwayland.spec b/qt6-qtwayland.spec index ae21d69..00c415c 100644 --- a/qt6-qtwayland.spec +++ b/qt6-qtwayland.spec @@ -1,14 +1,29 @@ +# FIXME: qt6-qtdeclarative doesn't build on S390x +# BUG:
https://bugreports.qt.io/browse/QTBUG-93101
+ExcludeArch: s390x + %global qt_module qtwayland +%global unstable 1 +%if 0%{unstable} +%global prerelease beta4 +%endif + Summary: Qt6 - Wayland platform support and QtCompositor module Name: qt6-%{qt_module} -Version: 6.1.2 +Version: 6.2.0%{?unstable:~%{prerelease}} Release: 1%{?dist} License: LGPLv3 Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) +%global qt_version %(echo %{version} | cut -d~ -f1) + +%if 0%{unstable} +Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
+%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
+%endif # Upstream patches @@ -62,7 +77,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep -%autosetup -n %{qt_module}-everywhere-src-%{version} -p1 +%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 %build @@ -94,6 +109,11 @@ popd %license LICENSE.* %{_qt6_libdir}/libQt6WaylandCompositor.so.6* %{_qt6_libdir}/libQt6WaylandClient.so.6* +%{_qt6_libdir}/libQt6WaylandCompositor.so.6* +%{_qt6_libdir}/libQt6WaylandClient.so.6* +%{_qt6_libdir}/libQt6WaylandEglClientHwIntegration.so.6* +%{_qt6_libdir}/libQt6WaylandEglCompositorHwIntegration.so.6* +%{_qt6_libdir}/libQt6WlShellIntegration.so.6* %{_qt6_plugindir}/wayland-decoration-client/ %{_qt6_plugindir}/wayland-graphics-integration-server %{_qt6_plugindir}/wayland-graphics-integration-client @@ -105,13 +125,23 @@ popd %{_qt6_qmldir}/QtWayland/ %files devel -%{_qt6_bindir}/qtwaylandscanner +%{_qt6_libexecdir}/qtwaylandscanner %{_qt6_headerdir}/QtWaylandCompositor/ %{_qt6_headerdir}/QtWaylandClient/ +%{_qt6_headerdir}/QtWaylandEglClientHwIntegration/ +%{_qt6_headerdir}/QtWaylandEglCompositorHwIntegration/ +%{_qt6_headerdir}/QtWlShellIntegration/ %{_qt6_libdir}/libQt6WaylandCompositor.so %{_qt6_libdir}/libQt6WaylandClient.so +%{_qt6_libdir}/libQt6WaylandEglClientHwIntegration.so +%{_qt6_libdir}/libQt6WaylandEglCompositorHwIntegration.so +%{_qt6_libdir}/libQt6WlShellIntegration.so %{_qt6_libdir}/libQt6WaylandCompositor.prl %{_qt6_libdir}/libQt6WaylandClient.prl +%{_qt6_libdir}/libQt6WaylandEglClientHwIntegration.prl +%{_qt6_libdir}/libQt6WaylandEglCompositorHwIntegration.prl +%{_qt6_libdir}/libQt6WlShellIntegration.prl + %{_qt6_libdir}/cmake/Qt6WaylandCompositor/Qt6WaylandCompositorConfig*.cmake %{_qt6_archdatadir}/mkspecs/modules/*.pri %{_qt6_datadir}/modules/*.json @@ -125,6 +155,12 @@ popd %{_qt6_libdir}/cmake/Qt6WaylandClient/ %dir %{_qt6_libdir}/cmake/Qt6WaylandScannerTools/ %{_qt6_libdir}/cmake/Qt6WaylandScannerTools/ +%dir %{_qt6_libdir}/cmake/Qt6WaylandEglClientHwIntegrationPrivate/ +%{_qt6_libdir}/cmake/Qt6WaylandEglClientHwIntegrationPrivate/ +%dir %{_qt6_libdir}/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/ +%{_qt6_libdir}/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/ +%dir %{_qt6_libdir}/cmake/Qt6WlShellIntegrationPrivate/ +%{_qt6_libdir}/cmake/Qt6WlShellIntegrationPrivate/ %{_qt6_libdir}/metatypes/qt6*_metatypes.json @@ -133,6 +169,9 @@ popd %changelog +* Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 +- 6.2.0 - beta4 + * Thu Aug 12 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.1.2-1 - 6.1.2 diff --git a/sources b/sources index ed63ce5..90caa19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtwayland-everywhere-src-6.1.2.tar.xz) = 6a9acac05df9b40c2b0370342eef50eb2832538f88f9b38aca40ff261313cc2bcd61d35b6fde3730d1bc6f7c943776dd53a72f3f7ea6347daa371854f8adf4cb +SHA512 (qtwayland-everywhere-src-6.2.0-beta4.tar.xz) = 3e0f04b5fd2479f2efe0784f4e961096e846515fce692c6a6b6ef19c2d781316e196bb3272ab780bb692ba2dddf3af7cee4dcd61ecc2688d9e0f717ad6c9c298
1
0
0
0
Architecture specific change in rpms/qt6-qtvirtualkeyboard.git
by githook-noreply@fedoraproject.org
04 Oct '21
04 Oct '21
The package rpms/qt6-qtvirtualkeyboard.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/qt6-qtvirtualkeyboard.git/commit/?i…
. Change: +ExcludeArch: s390x Thanks. Full change: ============ commit 771af699139ebb393a747d4d0cefa97c4ceb5879 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Thu Sep 30 13:38:45 2021 +0200 6.2.0 diff --git a/.gitignore b/.gitignore index 6fe59b9..878c296 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /qtvirtualkeyboard-everywhere-src-6.2.0-beta4.tar.xz /qtvirtualkeyboard-everywhere-src-6.2.0-rc.tar.xz /qtvirtualkeyboard-everywhere-src-6.2.0-rc2.tar.xz +/qtvirtualkeyboard-everywhere-src-6.2.0.tar.xz diff --git a/qt6-qtvirtualkeyboard.spec b/qt6-qtvirtualkeyboard.spec index 9b9ce6e..60cbe15 100644 --- a/qt6-qtvirtualkeyboard.spec +++ b/qt6-qtvirtualkeyboard.spec @@ -4,8 +4,8 @@ ExcludeArch: s390x %global qt_module qtvirtualkeyboard -%global unstable 1 -%if 0%{unstable} +#global unstable 1 +%if 0%{?unstable} %global prerelease rc2 %endif @@ -20,7 +20,7 @@ Url:
http://qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) %global qt_version %(echo %{version} | cut -d~ -f1) -%if 0%{unstable} +%if 0%{?unstable} Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
@@ -112,6 +112,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %changelog +* Thu Sep 30 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0-1 +- 6.2.0 + * Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 - 6.2.0 - rc2 diff --git a/sources b/sources index 442ca0f..d2e7374 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtvirtualkeyboard-everywhere-src-6.2.0-rc2.tar.xz) = 973d2eaf0a8f004e10345cbfb1ef2a6b469b971a26dd24c75f6ee523fe3c43c2786a9e89e762175484ac6ae4a4d85a7a4df199f2831d78a141a449060cfff78b +SHA512 (qtvirtualkeyboard-everywhere-src-6.2.0.tar.xz) = 60b63b9b2e6f620b7d763cf5ef78d213dc0290f52548f5d0549ed5cbc4d34c2ce2af92d55e3d7d2ead2daa08e2186e68c0aac0ca14cfd51a54fcc4e0318f8e6f commit 300c36e63ce2e11e194f95b5e606510455b15bdb Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 27 14:14:34 2021 +0200 6.2.0 - rc2 diff --git a/.gitignore b/.gitignore index 50732b6..6fe59b9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /qtvirtualkeyboard-everywhere-src-6.1.2.tar.xz /qtvirtualkeyboard-everywhere-src-6.2.0-beta4.tar.xz /qtvirtualkeyboard-everywhere-src-6.2.0-rc.tar.xz +/qtvirtualkeyboard-everywhere-src-6.2.0-rc2.tar.xz diff --git a/qt6-qtvirtualkeyboard.spec b/qt6-qtvirtualkeyboard.spec index 9fb8773..9b9ce6e 100644 --- a/qt6-qtvirtualkeyboard.spec +++ b/qt6-qtvirtualkeyboard.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease rc +%global prerelease rc2 %endif Summary: Qt6 - VirtualKeyboard component @@ -112,6 +112,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %changelog +* Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 +- 6.2.0 - rc2 + * Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 - 6.2.0 - rc diff --git a/sources b/sources index d112eee..442ca0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtvirtualkeyboard-everywhere-src-6.2.0-rc.tar.xz) = a8a97f8e780545a14ec294e6ce14b0d4e6f251c13f6992ac290a1b512e423f12b15cfbac2f82b0b63589d6dd86fbbca13c77c0d5d1c760472a9ff4fe5cb7406e +SHA512 (qtvirtualkeyboard-everywhere-src-6.2.0-rc2.tar.xz) = 973d2eaf0a8f004e10345cbfb1ef2a6b469b971a26dd24c75f6ee523fe3c43c2786a9e89e762175484ac6ae4a4d85a7a4df199f2831d78a141a449060cfff78b commit cb9e2850e78089a56198994f60f2f4e90f67fc24 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Tue Sep 21 14:35:17 2021 +0200 Drop BR: qt6-qtquickcontrols2-devel diff --git a/qt6-qtvirtualkeyboard.spec b/qt6-qtvirtualkeyboard.spec index b68c547..9fb8773 100644 --- a/qt6-qtvirtualkeyboard.spec +++ b/qt6-qtvirtualkeyboard.spec @@ -36,7 +36,6 @@ BuildRequires: qt6-qtbase-private-devel %{?_qt6:Requires: %{_qt6}%{?_isa} = %{_qt6_version}} BuildRequires: qt6-qtdeclarative-devel >= %{version} BuildRequires: qt6-qtsvg-devel >= %{version} -BuildRequires: qt6-qtquickcontrols2-devel >= %{version} BuildRequires: pkgconfig(xkbcommon) BuildRequires: openssl-devel commit 6c14336b7b8f3393b6b2bd93c9e637c3e010f67a Author: Jan Grulich <jgrulich(a)redhat.com> Date: Sun Sep 19 13:29:13 2021 +0200 6.2.0 - rc diff --git a/.gitignore b/.gitignore index c734e43..50732b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /qtvirtualkeyboard-everywhere-src-6.1.1.tar.xz /qtvirtualkeyboard-everywhere-src-6.1.2.tar.xz /qtvirtualkeyboard-everywhere-src-6.2.0-beta4.tar.xz +/qtvirtualkeyboard-everywhere-src-6.2.0-rc.tar.xz diff --git a/qt6-qtvirtualkeyboard.spec b/qt6-qtvirtualkeyboard.spec index 0e3275f..b68c547 100644 --- a/qt6-qtvirtualkeyboard.spec +++ b/qt6-qtvirtualkeyboard.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease beta4 +%global prerelease rc %endif Summary: Qt6 - VirtualKeyboard component @@ -113,6 +113,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %changelog +* Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 +- 6.2.0 - rc + * Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 - 6.2.0 - beta4 diff --git a/sources b/sources index 6ed51d8..d112eee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtvirtualkeyboard-everywhere-src-6.2.0-beta4.tar.xz) = 87c132f6f6428dc0e8f059f78896a04c0d4077ef7cef8c3ffd972ffc0f95e3719247ac41dbacce63d9402cac3f05deec390c7808f4d1569753c2588d86adc11d +SHA512 (qtvirtualkeyboard-everywhere-src-6.2.0-rc.tar.xz) = a8a97f8e780545a14ec294e6ce14b0d4e6f251c13f6992ac290a1b512e423f12b15cfbac2f82b0b63589d6dd86fbbca13c77c0d5d1c760472a9ff4fe5cb7406e commit cff818559dc0d3269f83c372e155497478d37938 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Tue Sep 14 08:19:09 2021 +0200 Upload new sources diff --git a/.gitignore b/.gitignore index 0f320d1..c734e43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /qtvirtualkeyboard-everywhere-src-6.1.1.tar.xz /qtvirtualkeyboard-everywhere-src-6.1.2.tar.xz +/qtvirtualkeyboard-everywhere-src-6.2.0-beta4.tar.xz diff --git a/sources b/sources index 86f45c1..6ed51d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtvirtualkeyboard-everywhere-src-6.1.2.tar.xz) = f652de9f0e0ff97468d172bad2460ebff9d4bc2d435ee65493af54b2949b543a33cd5f6c5054e05434dc4d5a556cbb9cf2ff1dfa60b55294fc68ceaa47c58cca +SHA512 (qtvirtualkeyboard-everywhere-src-6.2.0-beta4.tar.xz) = 87c132f6f6428dc0e8f059f78896a04c0d4077ef7cef8c3ffd972ffc0f95e3719247ac41dbacce63d9402cac3f05deec390c7808f4d1569753c2588d86adc11d commit e78fed8cd075a66b1114c96a8cc13aa99cdfff77 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Tue Sep 14 08:17:10 2021 +0200 Obsoletes: qt6-qtquickcontrols2 diff --git a/qt6-qtvirtualkeyboard.spec b/qt6-qtvirtualkeyboard.spec index 3028063..0e3275f 100644 --- a/qt6-qtvirtualkeyboard.spec +++ b/qt6-qtvirtualkeyboard.spec @@ -1,15 +1,30 @@ +# FIXME: qt6-qtdeclarative doesn't build on S390x +# BUG:
https://bugreports.qt.io/browse/QTBUG-93101
+ExcludeArch: s390x + %global qt_module qtvirtualkeyboard +%global unstable 1 +%if 0%{unstable} +%global prerelease beta4 +%endif + Summary: Qt6 - VirtualKeyboard component Name: qt6-%{qt_module} -Version: 6.1.2 +Version: 6.2.0%{?unstable:~%{prerelease}} Release: 1%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url:
http://qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) +%global qt_version %(echo %{version} | cut -d~ -f1) + +%if 0%{unstable} +Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
+%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
+%endif ## upstreamable patches @@ -58,7 +73,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep -%autosetup -n %{qt_module}-everywhere-src-%{version} -p1 +%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 %build @@ -81,8 +96,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %{_qt6_headerdir}/QtVirtualKeyboard/ %{_qt6_libdir}/libQt6VirtualKeyboard.prl %{_qt6_libdir}/libQt6VirtualKeyboard.so +%{_qt6_libdir}/cmake/Qt6/ %{_qt6_libdir}/cmake/Qt6VirtualKeyboard/ -%{_qt6_libdir}/cmake/Qt6/FindHunspell.cmake %{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtVirtualKeyboardTestsConfig.cmake %{_qt6_libdir}/cmake/Qt6BundledOpenwnn/Qt6BundledOpenwnnDependencies.cmake %{_qt6_libdir}/cmake/Qt6BundledPinyin/Qt6BundledPinyinDependencies.cmake @@ -91,12 +106,16 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/*.cmake %{_qt6_archdatadir}/mkspecs/modules/qt_lib_virtualkeyboard*.pri %{_qt6_datadir}/modules/VirtualKeyboard.json +%{_qt6_libdir}/metatypes/qt6*_metatypes.json %files examples %{_qt6_examplesdir}/ %changelog +* Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 +- 6.2.0 - beta4 + * Thu Aug 12 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.1.2-1 - 6.1.2
1
0
0
0
Architecture specific change in rpms/qt6-qtsvg.git
by githook-noreply@fedoraproject.org
04 Oct '21
04 Oct '21
The package rpms/qt6-qtsvg.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/qt6-qtsvg.git/commit/?id=4eae54231f…
. Change: +ExcludeArch: s390x Thanks. Full change: ============ commit 149c0486c3c494a1a90c374f0f55700b3283f9b6 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Thu Sep 30 13:38:45 2021 +0200 6.2.0 diff --git a/.gitignore b/.gitignore index be8e1b3..8a94043 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /qtsvg-everywhere-src-6.2.0-beta4.tar.xz /qtsvg-everywhere-src-6.2.0-rc.tar.xz /qtsvg-everywhere-src-6.2.0-rc2.tar.xz +/qtsvg-everywhere-src-6.2.0.tar.xz diff --git a/qt6-qtsvg.spec b/qt6-qtsvg.spec index e34688f..ab64d43 100644 --- a/qt6-qtsvg.spec +++ b/qt6-qtsvg.spec @@ -4,8 +4,8 @@ ExcludeArch: s390x %global qt_module qtsvg -%global unstable 1 -%if 0%{unstable} +#global unstable 1 +%if 0%{?unstable} %global prerelease rc2 %endif @@ -19,7 +19,7 @@ Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) %global qt_version %(echo %{version} | cut -d~ -f1) -%if 0%{unstable} +%if 0%{?unstable} Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
@@ -103,6 +103,9 @@ popd %{_qt6_libdir}/metatypes/qt6*_metatypes.json %changelog +* Thu Sep 30 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0-1 +- 6.2.0 + * Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 - 6.2.0 - rc2 diff --git a/sources b/sources index 29c2d3e..826c708 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtsvg-everywhere-src-6.2.0-rc2.tar.xz) = 7595d4510d428cb42853ccce8cf5ffb3b3da917110b9356a26f135230becc44638e1bc18af1f5c58a6f0e40cc0985f652ebb7ecd1f7250bd19f0789dcdd16fcb +SHA512 (qtsvg-everywhere-src-6.2.0.tar.xz) = c63f0b987c4b94d9f2b586df38dbf686c71ca6532dcc1405892e7e077853b4247bccb49285cc4d3440b25f9291c429682df0054297b5d6402d382e062cecc19f commit 620dc88b84d6331c53a96c0af87d12cb2e7032e3 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 27 14:14:34 2021 +0200 6.2.0 - rc2 diff --git a/.gitignore b/.gitignore index 530cd4e..be8e1b3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /qtsvg-everywhere-src-6.1.2.tar.xz /qtsvg-everywhere-src-6.2.0-beta4.tar.xz /qtsvg-everywhere-src-6.2.0-rc.tar.xz +/qtsvg-everywhere-src-6.2.0-rc2.tar.xz diff --git a/qt6-qtsvg.spec b/qt6-qtsvg.spec index dc610cd..e34688f 100644 --- a/qt6-qtsvg.spec +++ b/qt6-qtsvg.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease rc +%global prerelease rc2 %endif Summary: Qt6 - Support for rendering and displaying SVG @@ -103,6 +103,9 @@ popd %{_qt6_libdir}/metatypes/qt6*_metatypes.json %changelog +* Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 +- 6.2.0 - rc2 + * Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 - 6.2.0 - rc diff --git a/sources b/sources index bf87eff..29c2d3e 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (qtsvg-everywhere-src-6.2.0-beta4.tar.xz) = 85b0d126ec6c5ac3eb747ca8bd99eae74efeb2c2f0b15c3ff21fb3802f35c17cb11aa7896c8b154741135bb9feadf1ee06dd95ca838efeafd678b26bc3b83262 -SHA512 (qtsvg-everywhere-src-6.2.0-rc.tar.xz) = 12a07dab289c711ead442928da783527c0586e64e96e795f04b43b1232ad604d36da898ec702a8cb556e77ef1d77426125017aaf8993cabd8c100b2019996b9a +SHA512 (qtsvg-everywhere-src-6.2.0-rc2.tar.xz) = 7595d4510d428cb42853ccce8cf5ffb3b3da917110b9356a26f135230becc44638e1bc18af1f5c58a6f0e40cc0985f652ebb7ecd1f7250bd19f0789dcdd16fcb commit 2c57089150603b15465ba24480a343377a8917ff Author: Jan Grulich <jgrulich(a)redhat.com> Date: Sun Sep 19 13:28:44 2021 +0200 6.2.0 - rc diff --git a/.gitignore b/.gitignore index 3f66d81..530cd4e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /qtsvg-everywhere-src-6.1.1.tar.xz /qtsvg-everywhere-src-6.1.2.tar.xz /qtsvg-everywhere-src-6.2.0-beta4.tar.xz +/qtsvg-everywhere-src-6.2.0-rc.tar.xz diff --git a/qt6-qtsvg.spec b/qt6-qtsvg.spec index 25f0671..dc610cd 100644 --- a/qt6-qtsvg.spec +++ b/qt6-qtsvg.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease beta4 +%global prerelease rc %endif Summary: Qt6 - Support for rendering and displaying SVG @@ -103,6 +103,9 @@ popd %{_qt6_libdir}/metatypes/qt6*_metatypes.json %changelog +* Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 +- 6.2.0 - rc + * Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 - 6.2.0 - beta4 diff --git a/sources b/sources index 20bde0b..bf87eff 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (qtsvg-everywhere-src-6.2.0-beta4.tar.xz) = 85b0d126ec6c5ac3eb747ca8bd99eae74efeb2c2f0b15c3ff21fb3802f35c17cb11aa7896c8b154741135bb9feadf1ee06dd95ca838efeafd678b26bc3b83262 +SHA512 (qtsvg-everywhere-src-6.2.0-rc.tar.xz) = 12a07dab289c711ead442928da783527c0586e64e96e795f04b43b1232ad604d36da898ec702a8cb556e77ef1d77426125017aaf8993cabd8c100b2019996b9a commit 4eae54231f5ed96d5842496329d2f33740878f60 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Tue Sep 14 07:50:13 2021 +0200 6.2.0 - beta4 diff --git a/.gitignore b/.gitignore index 184ad1c..3f66d81 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /qtsvg-everywhere-src-6.1.0.tar.xz /qtsvg-everywhere-src-6.1.1.tar.xz /qtsvg-everywhere-src-6.1.2.tar.xz +/qtsvg-everywhere-src-6.2.0-beta4.tar.xz diff --git a/qt6-qtsvg.spec b/qt6-qtsvg.spec index d1f7d5c..25f0671 100644 --- a/qt6-qtsvg.spec +++ b/qt6-qtsvg.spec @@ -1,14 +1,29 @@ +# FIXME: qt6-qtdeclarative doesn't build on S390x +# BUG:
https://bugreports.qt.io/browse/QTBUG-93101
+ExcludeArch: s390x + %global qt_module qtsvg +%global unstable 1 +%if 0%{unstable} +%global prerelease beta4 +%endif + Summary: Qt6 - Support for rendering and displaying SVG Name: qt6-%{qt_module} -Version: 6.1.2 +Version: 6.2.0%{?unstable:~%{prerelease}} Release: 1%{?dist} License: LGPLv3 or GPLv2+ Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) +%global qt_version %(echo %{version} | cut -d~ -f1) + +%if 0%{unstable} +Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
+%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
+%endif # filter plugin provides %global __provides_exclude_from ^%{_qt6_plugindir}/.*\\.so$ @@ -36,7 +51,7 @@ Requires: qt6-qtbase-devel%{?_isa} %{summary}. %prep -%autosetup -n %{qt_module}-everywhere-src-%{version} -p1 +%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 %build @@ -85,8 +100,12 @@ popd %{_qt6_libdir}/cmake/Qt6SvgWidgets/*.cmake %dir %{_qt6_libdir}/qt6/examples/svg %{_qt6_libdir}/qt6/examples/svg/* +%{_qt6_libdir}/metatypes/qt6*_metatypes.json %changelog +* Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 +- 6.2.0 - beta4 + * Thu Aug 12 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.1.2-1 - 6.1.2 diff --git a/sources b/sources index 5b4b0f5..20bde0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtsvg-everywhere-src-6.1.2.tar.xz) = d5f447a11d5420fb769f95af5e089370176ec7406265d43a8e333deaf82fb57bb8d998aa0e4f89404f97e8355bf22766e753b156e4ea8017566ce6a5098b6716 +SHA512 (qtsvg-everywhere-src-6.2.0-beta4.tar.xz) = 85b0d126ec6c5ac3eb747ca8bd99eae74efeb2c2f0b15c3ff21fb3802f35c17cb11aa7896c8b154741135bb9feadf1ee06dd95ca838efeafd678b26bc3b83262
1
0
0
0
Architecture specific change in rpms/qt6-qtscxml.git
by githook-noreply@fedoraproject.org
04 Oct '21
04 Oct '21
The package rpms/qt6-qtscxml.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/qt6-qtscxml.git/commit/?id=4bdc01af…
. Change: +ExcludeArch: s390x Thanks. Full change: ============ commit 65e9be0bce4c99305562e4b1e1e04c1c0986c826 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Thu Sep 30 13:38:45 2021 +0200 6.2.0 diff --git a/.gitignore b/.gitignore index 7cc3e14..4b87648 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /qtscxml-everywhere-src-6.2.0-beta4.tar.xz /qtscxml-everywhere-src-6.2.0-rc.tar.xz /qtscxml-everywhere-src-6.2.0-rc2.tar.xz +/qtscxml-everywhere-src-6.2.0.tar.xz diff --git a/qt6-qtscxml.spec b/qt6-qtscxml.spec index 7883ddf..3076add 100644 --- a/qt6-qtscxml.spec +++ b/qt6-qtscxml.spec @@ -4,8 +4,8 @@ ExcludeArch: s390x %global qt_module qtscxml -%global unstable 1 -%if 0%{unstable} +#global unstable 1 +%if 0%{?unstable} %global prerelease rc2 %endif @@ -20,7 +20,7 @@ Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) %global qt_version %(echo %{version} | cut -d~ -f1) -%if 0%{unstable} +%if 0%{?unstable} Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
@@ -114,6 +114,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %changelog +* Thu Sep 30 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0-1 +- 6.2.0 + * Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 - 6.2.0 - rc2 diff --git a/sources b/sources index 6ecf19f..3bccb01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtscxml-everywhere-src-6.2.0-rc2.tar.xz) = 08e238e188749ce0c918ca203225dc893c6996a7efe87c29a9f5564e60fb9f12f22b8cfb1e3d262a83a36673231b0d41229cb07987d4bcae5b0d80e4286f1822 +SHA512 (qtscxml-everywhere-src-6.2.0.tar.xz) = 08e92f241d53d61ecceb39989a38547bf15fbff2e3b6d8cad61da7f83940708379bf4a44b0391b0a8a16fb89d9700735dddfba6a143029783de636ff6786277b commit d874b107520692c0edbe35a6542c8b6455674466 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 27 14:14:34 2021 +0200 6.2.0 - rc2 diff --git a/.gitignore b/.gitignore index 586c32b..7cc3e14 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /qtscxml-everywhere-src-6.1.2.tar.xz /qtscxml-everywhere-src-6.2.0-beta4.tar.xz /qtscxml-everywhere-src-6.2.0-rc.tar.xz +/qtscxml-everywhere-src-6.2.0-rc2.tar.xz diff --git a/qt6-qtscxml.spec b/qt6-qtscxml.spec index f53101f..7883ddf 100644 --- a/qt6-qtscxml.spec +++ b/qt6-qtscxml.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease rc +%global prerelease rc2 %endif Summary: Qt6 - ScXml component @@ -114,6 +114,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %changelog +* Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 +- 6.2.0 - rc2 + * Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 - 6.2.0 - rc diff --git a/sources b/sources index 1fbe203..6ecf19f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtscxml-everywhere-src-6.2.0-rc.tar.xz) = edb004f96e29744a57ab40a1dcc03c122c673b0680f185929df7b67868b8ba619824896460bdddcfee3d1e3e5dea3d3947dd63554b9ec82c02f27ac060b5a13b +SHA512 (qtscxml-everywhere-src-6.2.0-rc2.tar.xz) = 08e238e188749ce0c918ca203225dc893c6996a7efe87c29a9f5564e60fb9f12f22b8cfb1e3d262a83a36673231b0d41229cb07987d4bcae5b0d80e4286f1822 commit c25974f82d2f68715d25f22492954e5d1b6eaae1 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Sun Sep 19 13:28:26 2021 +0200 6.2.0 - rc diff --git a/.gitignore b/.gitignore index 7e4160e..586c32b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /qtscxml-everywhere-src-6.1.1.tar.xz /qtscxml-everywhere-src-6.1.2.tar.xz /qtscxml-everywhere-src-6.2.0-beta4.tar.xz +/qtscxml-everywhere-src-6.2.0-rc.tar.xz diff --git a/qt6-qtscxml.spec b/qt6-qtscxml.spec index 665f501..f53101f 100644 --- a/qt6-qtscxml.spec +++ b/qt6-qtscxml.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease beta4 +%global prerelease rc %endif Summary: Qt6 - ScXml component @@ -114,6 +114,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %changelog +* Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 +- 6.2.0 - rc + * Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 - 6.2.0 - beta4 diff --git a/sources b/sources index 783d8c7..1fbe203 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtscxml-everywhere-src-6.2.0-beta4.tar.xz) = 8a46ab326803d2a767532287ab0ecf26bcad7b6c4ab9ba002387c9b45646eab9369698b0a409eb859c073380d4d2325bb9cef112a6cf1f3abd44676d44bbb3ce +SHA512 (qtscxml-everywhere-src-6.2.0-rc.tar.xz) = edb004f96e29744a57ab40a1dcc03c122c673b0680f185929df7b67868b8ba619824896460bdddcfee3d1e3e5dea3d3947dd63554b9ec82c02f27ac060b5a13b commit 4bdc01af6c9bba1befdab55ca90a0c9a1556a9eb Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 13 18:21:20 2021 +0200 6.2.0 - beta4 diff --git a/.gitignore b/.gitignore index 8042a4f..7e4160e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /qtscxml-everywhere-src-6.1.1.tar.xz /qtscxml-everywhere-src-6.1.2.tar.xz +/qtscxml-everywhere-src-6.2.0-beta4.tar.xz diff --git a/qt6-qtscxml.spec b/qt6-qtscxml.spec index d04909c..665f501 100644 --- a/qt6-qtscxml.spec +++ b/qt6-qtscxml.spec @@ -1,15 +1,30 @@ +# FIXME: qt6-qtdeclarative doesn't build on S390x +# BUG:
https://bugreports.qt.io/browse/QTBUG-93101
+ExcludeArch: s390x + %global qt_module qtscxml +%global unstable 1 +%if 0%{unstable} +%global prerelease beta4 +%endif + Summary: Qt6 - ScXml component Name: qt6-%{qt_module} -Version: 6.1.2 +Version: 6.2.0%{?unstable:~%{prerelease}} Release: 1%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) +%global qt_version %(echo %{version} | cut -d~ -f1) + +%if 0%{unstable} +Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
+%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
+%endif BuildRequires: cmake BuildRequires: gcc-c++ @@ -43,7 +58,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep -%autosetup -n %{qt_module}-everywhere-src-%{version} -p1 +%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 %build @@ -99,6 +114,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %changelog +* Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 +- 6.2.0 - beta4 + * Thu Aug 12 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.1.2-1 - 6.1.2 diff --git a/sources b/sources index 9f5646d..783d8c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtscxml-everywhere-src-6.1.2.tar.xz) = 40f17034c6101339c1d2ec84468f4a19a4d51fe3a5d262b3d9259f03b116280fe0e5640c3c09ed09f5b92b80ee2cb82b238931d7ffc37ca2294fbe92215a4b52 +SHA512 (qtscxml-everywhere-src-6.2.0-beta4.tar.xz) = 8a46ab326803d2a767532287ab0ecf26bcad7b6c4ab9ba002387c9b45646eab9369698b0a409eb859c073380d4d2325bb9cef112a6cf1f3abd44676d44bbb3ce
1
0
0
0
Architecture specific change in rpms/qt6-qtquicktimeline.git
by githook-noreply@fedoraproject.org
04 Oct '21
04 Oct '21
The package rpms/qt6-qtquicktimeline.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/qt6-qtquicktimeline.git/commit/?id=…
. Change: +ExcludeArch: s390x Thanks. Full change: ============ commit de6c7d628c8c7d1cc159b2273e2a3e74b0e27c3f Author: Jan Grulich <jgrulich(a)redhat.com> Date: Thu Sep 30 13:38:45 2021 +0200 6.2.0 diff --git a/.gitignore b/.gitignore index 526528b..af527c4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /qtquicktimeline-everywhere-src-6.2.0-beta4.tar.xz /qtquicktimeline-everywhere-src-6.2.0-rc.tar.xz /qtquicktimeline-everywhere-src-6.2.0-rc2.tar.xz +/qtquicktimeline-everywhere-src-6.2.0.tar.xz diff --git a/qt6-qtquicktimeline.spec b/qt6-qtquicktimeline.spec index 70fd019..9ee7a26 100644 --- a/qt6-qtquicktimeline.spec +++ b/qt6-qtquicktimeline.spec @@ -4,8 +4,8 @@ ExcludeArch: s390x %global qt_module qtquicktimeline -%global unstable 1 -%if 0%{unstable} +#global unstable 1 +%if 0%{?unstable} %global prerelease rc2 %endif @@ -21,7 +21,7 @@ Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) %global qt_version %(echo %{version} | cut -d~ -f1) -%if 0%{unstable} +%if 0%{?unstable} Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
@@ -86,6 +86,9 @@ Requires: qt6-qtdeclarative-devel%{?_isa} %{_qt6_datadir}/modules/*.json %changelog +* Thu Sep 30 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0-1 +- 6.2.0 + * Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 - 6.2.0 - rc2 diff --git a/sources b/sources index d16c5fe..886d51e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtquicktimeline-everywhere-src-6.2.0-rc2.tar.xz) = 2dbbb8e6032823b5252e7fec96e20a6a41beda6776860314be63ffae9229320a22379af8e5d8a770cd5a7ac2ace031e2d716e151a23027f1ec5e44cdfc031d7a +SHA512 (qtquicktimeline-everywhere-src-6.2.0.tar.xz) = 728948e85c91cbfc63c430f0c4418ac81e21bb261e1320cb7cad24dab505dbeed7ddda6cfeb2abf8ec1ac86dc8f0e562509e5738a6698c08e179779cbbd77ad7 commit 869d8610450035add90bff61fd7c55974804e635 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 27 14:14:34 2021 +0200 6.2.0 - rc2 diff --git a/.gitignore b/.gitignore index f86049f..526528b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /qtquicktimeline-everywhere-src-6.1.2.tar.xz /qtquicktimeline-everywhere-src-6.2.0-beta4.tar.xz /qtquicktimeline-everywhere-src-6.2.0-rc.tar.xz +/qtquicktimeline-everywhere-src-6.2.0-rc2.tar.xz diff --git a/qt6-qtquicktimeline.spec b/qt6-qtquicktimeline.spec index 3749072..70fd019 100644 --- a/qt6-qtquicktimeline.spec +++ b/qt6-qtquicktimeline.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease rc +%global prerelease rc2 %endif Summary: Qt6 - QuickTimeline plugin @@ -86,6 +86,9 @@ Requires: qt6-qtdeclarative-devel%{?_isa} %{_qt6_datadir}/modules/*.json %changelog +* Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 +- 6.2.0 - rc2 + * Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 - 6.2.0 - rc diff --git a/sources b/sources index fffbf1a..d16c5fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtquicktimeline-everywhere-src-6.2.0-rc.tar.xz) = 7a68c485e41b227c1780748fdcef3e8af19b4c1b3e9ecd7c3b47f12158828a73cb39c922ed2af653cae874c0ae09c4f1e0f9d6cde9ff2c961a0ee0af36f7c35d +SHA512 (qtquicktimeline-everywhere-src-6.2.0-rc2.tar.xz) = 2dbbb8e6032823b5252e7fec96e20a6a41beda6776860314be63ffae9229320a22379af8e5d8a770cd5a7ac2ace031e2d716e151a23027f1ec5e44cdfc031d7a commit 084cd125c5396a87d548e85e74824a52ba459c34 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Sun Sep 19 13:28:15 2021 +0200 6.2.0 - rc diff --git a/.gitignore b/.gitignore index e118084..f86049f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /qtquicktimeline-everywhere-src-6.1.1.tar.xz /qtquicktimeline-everywhere-src-6.1.2.tar.xz /qtquicktimeline-everywhere-src-6.2.0-beta4.tar.xz +/qtquicktimeline-everywhere-src-6.2.0-rc.tar.xz diff --git a/qt6-qtquicktimeline.spec b/qt6-qtquicktimeline.spec index 13b524d..3749072 100644 --- a/qt6-qtquicktimeline.spec +++ b/qt6-qtquicktimeline.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease beta4 +%global prerelease rc %endif Summary: Qt6 - QuickTimeline plugin @@ -86,6 +86,9 @@ Requires: qt6-qtdeclarative-devel%{?_isa} %{_qt6_datadir}/modules/*.json %changelog +* Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 +- 6.2.0 - rc + * Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 - 6.2.0 - beta4 diff --git a/sources b/sources index 8007416..fffbf1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtquicktimeline-everywhere-src-6.2.0-beta4.tar.xz) = 8ff59f4a8b6fe618b45a4391acf7e5458c9820de821bc3a87565849924e0e1e77ce814cc8e5542d2f77224f7be7ba3404ba06bbb055956c1a329d61a7ae5997c +SHA512 (qtquicktimeline-everywhere-src-6.2.0-rc.tar.xz) = 7a68c485e41b227c1780748fdcef3e8af19b4c1b3e9ecd7c3b47f12158828a73cb39c922ed2af653cae874c0ae09c4f1e0f9d6cde9ff2c961a0ee0af36f7c35d commit fe0fcd8e384c588bf53bf1eaa62e72a45254238c Author: Jan Grulich <jgrulich(a)redhat.com> Date: Tue Sep 14 08:00:13 2021 +0200 6.2.0 - beta4 diff --git a/.gitignore b/.gitignore index 118019b..e118084 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /qtquicktimeline-everywhere-src-6.1.0.tar.xz /qtquicktimeline-everywhere-src-6.1.1.tar.xz /qtquicktimeline-everywhere-src-6.1.2.tar.xz +/qtquicktimeline-everywhere-src-6.2.0-beta4.tar.xz diff --git a/qt6-qtquicktimeline.spec b/qt6-qtquicktimeline.spec index 97f3919..13b524d 100644 --- a/qt6-qtquicktimeline.spec +++ b/qt6-qtquicktimeline.spec @@ -1,8 +1,17 @@ +# FIXME: qt6-qtdeclarative doesn't build on S390x +# BUG:
https://bugreports.qt.io/browse/QTBUG-93101
+ExcludeArch: s390x + %global qt_module qtquicktimeline +%global unstable 1 +%if 0%{unstable} +%global prerelease beta4 +%endif + Summary: Qt6 - QuickTimeline plugin Name: qt6-%{qt_module} -Version: 6.1.2 +Version: 6.2.0%{?unstable:~%{prerelease}} Release: 1%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details @@ -10,7 +19,13 @@ Release: 1%{?dist} License: GPLv2 with exceptions and GPLv3 with exceptions Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) +%global qt_version %(echo %{version} | cut -d~ -f1) + +%if 0%{unstable} +Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
+%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
+%endif BuildRequires: cmake BuildRequires: gcc-c++ @@ -35,7 +50,7 @@ Requires: qt6-qtdeclarative-devel%{?_isa} %{summary}. %prep -%autosetup -n %{qt_module}-everywhere-src-%{version} -p1 +%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 %build @@ -52,13 +67,28 @@ Requires: qt6-qtdeclarative-devel%{?_isa} %files %license LICENSE.GPL* %dir %{_qt6_qmldir}/QtQuick +%{_qt6_libdir}/libQt6QuickTimeline.so.6* %{_qt6_qmldir}/QtQuick/Timeline/ %files devel +%{_qt6_includedir}/QtQuickTimeline/ +%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/*.cmake %{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/*.cmake - +%dir %{_qt6_libdir}/cmake/Qt6QuickTimeline/ +%{_qt6_libdir}/cmake/Qt6QuickTimeline/*.cmake +%{_qt6_libdir}/libQt6QuickTimeline.prl +%{_qt6_libdir}/libQt6QuickTimeline.so +%{_qt6_libdir}/metatypes/qt6*_metatypes.json +%{_qt6_libdir}/libQt6QuickTimeline.prl +%{_qt6_libdir}/libQt6QuickTimeline.so +%{_qt6_libdir}/metatypes/qt6*_metatypes.json +%{_qt6_archdatadir}/mkspecs/modules/*.pri +%{_qt6_datadir}/modules/*.json %changelog +* Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 +- 6.2.0 - beta4 + * Thu Aug 12 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.1.2-1 - 6.1.2 diff --git a/sources b/sources index a2bc73c..8007416 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtquicktimeline-everywhere-src-6.1.2.tar.xz) = 2fe8af00cc32cbbde01655cd8a8d0aca98710bd356e062bdad8c7cd3f1f84e56e6cfe196caa4204005176ee0872227daceb4fcea4c3171dc82d04b80e01f8f77 +SHA512 (qtquicktimeline-everywhere-src-6.2.0-beta4.tar.xz) = 8ff59f4a8b6fe618b45a4391acf7e5458c9820de821bc3a87565849924e0e1e77ce814cc8e5542d2f77224f7be7ba3404ba06bbb055956c1a329d61a7ae5997c
1
0
0
0
Architecture specific change in rpms/qt6-qtquick3d.git
by githook-noreply@fedoraproject.org
04 Oct '21
04 Oct '21
The package rpms/qt6-qtquick3d.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/qt6-qtquick3d.git/commit/?id=351c8d…
. Change: -ExcludeArch: s390x Thanks. Full change: ============ commit 91212938c9597573b06bfe21b0af8f7c14cfe540 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Thu Sep 30 13:38:45 2021 +0200 6.2.0 diff --git a/.gitignore b/.gitignore index fc91a46..91eadd1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /qtquick3d-everywhere-src-6.2.0-beta4.tar.xz /qtquick3d-everywhere-src-6.2.0-rc.tar.xz /qtquick3d-everywhere-src-6.2.0-rc2.tar.xz +/qtquick3d-everywhere-src-6.2.0.tar.xz diff --git a/qt6-qtquick3d.spec b/qt6-qtquick3d.spec index c6029dc..91d7d9f 100644 --- a/qt6-qtquick3d.spec +++ b/qt6-qtquick3d.spec @@ -4,8 +4,8 @@ ExcludeArch: s390x %global qt_module qtquick3d -%global unstable 1 -%if 0%{unstable} +#global unstable 1 +%if 0%{?unstable} %global prerelease rc2 %endif @@ -21,7 +21,7 @@ Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) %global qt_version %(echo %{version} | cut -d~ -f1) -%if 0%{unstable} +%if 0%{?unstable} Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
@@ -200,6 +200,9 @@ popd %endif %changelog +* Thu Sep 30 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0-1 +- 6.2.0 + * Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 - 6.2.0 - rc2 diff --git a/sources b/sources index 54a5600..2ec38ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtquick3d-everywhere-src-6.2.0-rc2.tar.xz) = 1b34a040db2ff71f06900bd06be0678b407055f4f865f3749c9f82a975df016bdc697a6361cfd5c31060c44c97e086766b16e3b2d52014563b18f16b064797d7 +SHA512 (qtquick3d-everywhere-src-6.2.0.tar.xz) = d1338e13920ca29292d3d68e8e155b0da5581ebfc03d479eeef3c641387ba0ea63bb0dc99ed8db534c8bc5fb11628391cb5d430cfaeb1d2627800388bf47e97d commit 34bc06e0dc1b3b4056d82c8cf61c4274f54046e2 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 27 14:14:34 2021 +0200 6.2.0 - rc2 diff --git a/.gitignore b/.gitignore index ed09190..fc91a46 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /qtquick3d-everywhere-src-6.1.2.tar.xz /qtquick3d-everywhere-src-6.2.0-beta4.tar.xz /qtquick3d-everywhere-src-6.2.0-rc.tar.xz +/qtquick3d-everywhere-src-6.2.0-rc2.tar.xz diff --git a/qt6-qtquick3d.spec b/qt6-qtquick3d.spec index d555037..c6029dc 100644 --- a/qt6-qtquick3d.spec +++ b/qt6-qtquick3d.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease rc +%global prerelease rc2 %endif Summary: Qt6 - Quick3D Libraries and utilities @@ -200,6 +200,9 @@ popd %endif %changelog +* Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 +- 6.2.0 - rc2 + * Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 - 6.2.0 - rc diff --git a/sources b/sources index 39a8934..54a5600 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtquick3d-everywhere-src-6.2.0-rc.tar.xz) = 3d7b4109135951d0e48ff6c0642acb7732ad4c090a7c8526544e786a53cfd6c9b4263893339640814d7c20b984c79582fea821764124804699545572a20b97c1 +SHA512 (qtquick3d-everywhere-src-6.2.0-rc2.tar.xz) = 1b34a040db2ff71f06900bd06be0678b407055f4f865f3749c9f82a975df016bdc697a6361cfd5c31060c44c97e086766b16e3b2d52014563b18f16b064797d7 commit 63b984e7fd9fdca5e321ec0a2fd542e5066607c9 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Sun Sep 19 13:28:05 2021 +0200 6.2.0 - rc diff --git a/.gitignore b/.gitignore index 4f4bc20..ed09190 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /qtquick3d-everywhere-src-6.1.1.tar.xz /qtquick3d-everywhere-src-6.1.2.tar.xz /qtquick3d-everywhere-src-6.2.0-beta4.tar.xz +/qtquick3d-everywhere-src-6.2.0-rc.tar.xz diff --git a/qt6-qtquick3d.spec b/qt6-qtquick3d.spec index f078eaf..d555037 100644 --- a/qt6-qtquick3d.spec +++ b/qt6-qtquick3d.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease beta4 +%global prerelease rc %endif Summary: Qt6 - Quick3D Libraries and utilities @@ -200,6 +200,9 @@ popd %endif %changelog +* Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 +- 6.2.0 - rc + * Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 - 6.2.0 - beta4 diff --git a/sources b/sources index 0d05ece..39a8934 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtquick3d-everywhere-src-6.2.0-beta4.tar.xz) = 47c8e73c38ec2d10d9c55f4e22f31d62ee6850b08d74aff2dc043cfa882452dbf1d6f91ff3b440d665449de2e23a80e565fcda7db8f210082edcddb1f1784303 +SHA512 (qtquick3d-everywhere-src-6.2.0-rc.tar.xz) = 3d7b4109135951d0e48ff6c0642acb7732ad4c090a7c8526544e786a53cfd6c9b4263893339640814d7c20b984c79582fea821764124804699545572a20b97c1 commit 351c8d8d921ace00dcf9e35683c112cf248605ce Author: Jan Grulich <jgrulich(a)redhat.com> Date: Tue Sep 14 09:24:09 2021 +0200 6.2.0 - beta4 diff --git a/.gitignore b/.gitignore index 4839422..4f4bc20 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /qtquick3d-everywhere-src-6.1.0.tar.xz /qtquick3d-everywhere-src-6.1.1.tar.xz /qtquick3d-everywhere-src-6.1.2.tar.xz +/qtquick3d-everywhere-src-6.2.0-beta4.tar.xz diff --git a/qt6-qtquick3d.spec b/qt6-qtquick3d.spec index 06d6a69..f078eaf 100644 --- a/qt6-qtquick3d.spec +++ b/qt6-qtquick3d.spec @@ -1,11 +1,17 @@ +# FIXME: qt6-qtdeclarative doesn't build on S390x +# BUG:
https://bugreports.qt.io/browse/QTBUG-93101
+ExcludeArch: s390x + %global qt_module qtquick3d -# FIXME: there is a build failure on s390x -ExcludeArch: s390x +%global unstable 1 +%if 0%{unstable} +%global prerelease beta4 +%endif Summary: Qt6 - Quick3D Libraries and utilities Name: qt6-%{qt_module} -Version: 6.1.2 +Version: 6.2.0%{?unstable:~%{prerelease}} Release: 1%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details @@ -13,8 +19,13 @@ Release: 1%{?dist} License: GPLv3 with exceptions Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) -Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
+%global qt_version %(echo %{version} | cut -d~ -f1) +%if 0%{unstable} +Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
+%else +Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
+%endif Patch0: qtquick3d-fix-build-with-gcc11.patch BuildRequires: cmake @@ -50,7 +61,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %endif %prep -%autosetup -n %{qt_module}-everywhere-src-%{version} -p1 +%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 %build @@ -77,7 +88,7 @@ mkdir %{buildroot}%{_bindir} pushd %{buildroot}%{_qt6_bindir} for i in * ; do case "${i}" in - balsam|meshdebug|shadergen) + balsam|meshdebug|shadergen|balsamui|instancer) ln -v ${i} %{buildroot}%{_bindir}/${i}-qt6 ;; *) @@ -110,6 +121,9 @@ popd %{_qt6_libdir}/libQt6Quick3DUtils.so.6* %{_qt6_libdir}/libQt6Quick3DIblBaker.so.6* %{_qt6_libdir}/libQt6Quick3DParticles.so.6* +%{_qt6_libdir}/libQt6Quick3DAssetUtils.so.6* +%{_qt6_libdir}/libQt6Quick3DEffects.so.6* +%{_qt6_libdir}/libQt6Quick3DHelpers.so.6* %dir %{_qt6_qmldir}/QtQuick3D/ %{_qt6_qmldir}/QtQuick3D/ %{_qt6_plugindir}/assetimporters/*.so @@ -118,9 +132,13 @@ popd %{_bindir}/balsam-qt6 %{_bindir}/meshdebug-qt6 %{_bindir}/shadergen-qt6 +%{_bindir}/balsamui-qt6 +%{_bindir}/instancer-qt6 %{_qt6_bindir}/balsam %{_qt6_bindir}/meshdebug %{_qt6_bindir}/shadergen +%{_qt6_bindir}/balsamui +%{_qt6_bindir}/instancer %{_qt6_archdatadir}/mkspecs/modules/*.pri %{_qt6_datadir}/modules/*.json %{_qt6_includedir}/QtQuick3D/ @@ -129,12 +147,14 @@ popd %{_qt6_includedir}/QtQuick3DParticles %{_qt6_includedir}/QtQuick3DRuntimeRender/ %{_qt6_includedir}/QtQuick3DUtils/ +%{_qt6_includedir}/QtQuick3DAssetUtils/ +%{_qt6_includedir}/QtQuick3DHelpers/ %dir %{_qt6_libdir}/cmake/Qt6Quick3DIblBaker %{_qt6_libdir}/cmake/Qt6Quick3DIblBaker/*.cmake %dir %{_qt6_libdir}/cmake/Qt6Quick3DParticles %{_qt6_libdir}/cmake/Qt6Quick3DParticles/*.cmake %{_qt6_libdir}/cmake/Qt6/FindWrapQuick3DAssimp.cmake -%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtQuick3DTestsConfig.cmake +%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/*.cmake %{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/*.cmake %dir %{_qt6_libdir}/cmake/Qt6Quick3D/ %{_qt6_libdir}/cmake/Qt6Quick3D/*.cmake @@ -146,6 +166,12 @@ popd %{_qt6_libdir}/cmake/Qt6Quick3DTools/*.cmake %dir %{_qt6_libdir}/cmake/Qt6Quick3DUtils/ %{_qt6_libdir}/cmake/Qt6Quick3DUtils/*.cmake +%dir %{_qt6_libdir}/cmake/Qt6Quick3DAssetUtils/ +%{_qt6_libdir}/cmake/Qt6Quick3DAssetUtils/*.cmake +%dir %{_qt6_libdir}/cmake/Qt6Quick3DEffects/ +%{_qt6_libdir}/cmake/Qt6Quick3DEffects/*.cmake +%dir %{_qt6_libdir}/cmake/Qt6Quick3DHelpers/ +%{_qt6_libdir}/cmake/Qt6Quick3DHelpers/*.cmake %{_qt6_libdir}/libQt6Quick3D.prl %{_qt6_libdir}/libQt6Quick3D.so %{_qt6_libdir}/libQt6Quick3DAssetImport.prl @@ -158,6 +184,12 @@ popd %{_qt6_libdir}/libQt6Quick3DIblBaker.so %{_qt6_libdir}/libQt6Quick3DParticles.prl %{_qt6_libdir}/libQt6Quick3DParticles.so +%{_qt6_libdir}/libQt6Quick3DAssetUtils.prl +%{_qt6_libdir}/libQt6Quick3DAssetUtils.so +%{_qt6_libdir}/libQt6Quick3DEffects.prl +%{_qt6_libdir}/libQt6Quick3DEffects.so +%{_qt6_libdir}/libQt6Quick3DHelpers.prl +%{_qt6_libdir}/libQt6Quick3DHelpers.so %{_qt6_libdir}/metatypes/qt6*_metatypes.json %ifnarch s390x @@ -168,6 +200,9 @@ popd %endif %changelog +* Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 +- 6.2.0 - beta4 + * Thu Aug 12 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.1.2-1 - 6.1.2 diff --git a/qtquick3d-fix-build-with-gcc11.patch b/qtquick3d-fix-build-with-gcc11.patch index edccf8a..f389f77 100644 --- a/qtquick3d-fix-build-with-gcc11.patch +++ b/qtquick3d-fix-build-with-gcc11.patch @@ -1,5 +1,5 @@ diff --git a/src/3rdparty/assimp/src/code/Common/Importer.cpp b/src/3rdparty/assimp/src/code/Common/Importer.cpp -index 38eb63f..7fed1ae 100644 +index a2ad041..6f2438f 100644 --- a/src/3rdparty/assimp/src/code/Common/Importer.cpp +++ b/src/3rdparty/assimp/src/code/Common/Importer.cpp @@ -46,6 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @@ -7,18 +7,18 @@ index 38eb63f..7fed1ae 100644 #include <assimp/config.h> #include <assimp/importerdesc.h> +#include <exception> - + // ------------------------------------------------------------------------------------------------ /* Uncomment this line to prevent Assimp from catching unknown exceptions. diff --git a/src/3rdparty/assimp/src/include/assimp/Importer.hpp b/src/3rdparty/assimp/src/include/assimp/Importer.hpp -index 9078fbf..45fc455 100644 +index 09b5b68..89eb071 100644 --- a/src/3rdparty/assimp/src/include/assimp/Importer.hpp +++ b/src/3rdparty/assimp/src/include/assimp/Importer.hpp @@ -58,6 +58,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - + // Public ASSIMP data structures #include <assimp/types.h> +#include <exception> - - namespace Assimp { - // ======================================================================= + + #include <exception> + diff --git a/sources b/sources index 29ffe28..0d05ece 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtquick3d-everywhere-src-6.1.2.tar.xz) = 9881feb858af095b7c4b65db059603c03161bdf80368ca241b70f3dd76fa7b1bfdc45720a5b48b6c3e073df47fb3d8e6ddc3fd400fe8c222c41cced9a0d2caac +SHA512 (qtquick3d-everywhere-src-6.2.0-beta4.tar.xz) = 47c8e73c38ec2d10d9c55f4e22f31d62ee6850b08d74aff2dc043cfa882452dbf1d6f91ff3b440d665449de2e23a80e565fcda7db8f210082edcddb1f1784303
1
0
0
0
Architecture specific change in rpms/qt6-qtnetworkauth.git
by githook-noreply@fedoraproject.org
04 Oct '21
04 Oct '21
The package rpms/qt6-qtnetworkauth.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/qt6-qtnetworkauth.git/commit/?id=a0…
. Change: +ExcludeArch: s390x Thanks. Full change: ============ commit e43b4f7f83a50979cf63fe5b4deef5478442f182 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Thu Sep 30 13:38:45 2021 +0200 6.2.0 diff --git a/.gitignore b/.gitignore index cde8afe..10a6713 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /qtnetworkauth-everywhere-src-6.2.0-beta4.tar.xz /qtnetworkauth-everywhere-src-6.2.0-rc.tar.xz /qtnetworkauth-everywhere-src-6.2.0-rc2.tar.xz +/qtnetworkauth-everywhere-src-6.2.0.tar.xz diff --git a/qt6-qtnetworkauth.spec b/qt6-qtnetworkauth.spec index 47e9ec8..0deb941 100644 --- a/qt6-qtnetworkauth.spec +++ b/qt6-qtnetworkauth.spec @@ -4,8 +4,8 @@ ExcludeArch: s390x %global qt_module qtnetworkauth -%global unstable 1 -%if 0%{unstable} +#global unstable 1 +%if 0%{?unstable} %global prerelease rc2 %endif @@ -20,7 +20,7 @@ Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) %global qt_version %(echo %{version} | cut -d~ -f1) -%if 0%{unstable} +%if 0%{?unstable} Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
@@ -102,6 +102,9 @@ popd %changelog +* Thu Sep 30 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0-1 +- 6.2.0 + * Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 - 6.2.0 - rc2 diff --git a/sources b/sources index 8702477..5b52db0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtnetworkauth-everywhere-src-6.2.0-rc2.tar.xz) = a858d14a798221b6c3b62fae352e27a23aa765fd65be145d566df0f26feacc3d82b2e8db149a2afa50075559d7bf7af61fd56138f27fa952de07c93f3d5b28fa +SHA512 (qtnetworkauth-everywhere-src-6.2.0.tar.xz) = 64234f7db0abb9d445099fd7bc2fa1dd9a5f740329c9a593bd8aff5fe6333ae2407506e4b8e657306ac79a3a03990fd940a2a09807837df8baea2d0abdd328e5 commit ec1d5a8376078183e25671210001ce761dd8776e Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 27 14:14:34 2021 +0200 6.2.0 - rc2 diff --git a/.gitignore b/.gitignore index 84454db..cde8afe 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /qtnetworkauth-everywhere-src-6.1.2.tar.xz /qtnetworkauth-everywhere-src-6.2.0-beta4.tar.xz /qtnetworkauth-everywhere-src-6.2.0-rc.tar.xz +/qtnetworkauth-everywhere-src-6.2.0-rc2.tar.xz diff --git a/qt6-qtnetworkauth.spec b/qt6-qtnetworkauth.spec index da18af7..47e9ec8 100644 --- a/qt6-qtnetworkauth.spec +++ b/qt6-qtnetworkauth.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease rc +%global prerelease rc2 %endif Summary: Qt6 - NetworkAuth component @@ -102,6 +102,9 @@ popd %changelog +* Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 +- 6.2.0 - rc2 + * Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 - 6.2.0 - rc diff --git a/sources b/sources index 70e8a82..8702477 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtnetworkauth-everywhere-src-6.2.0-rc.tar.xz) = 93897fee136f27a16c3903af7447a529cb813f6f0965bf51b10405420e21c617774cbfffa6d65df2189277494a83cba107209ddaeda21cfff45c4768aaa998df +SHA512 (qtnetworkauth-everywhere-src-6.2.0-rc2.tar.xz) = a858d14a798221b6c3b62fae352e27a23aa765fd65be145d566df0f26feacc3d82b2e8db149a2afa50075559d7bf7af61fd56138f27fa952de07c93f3d5b28fa commit e067d8acd0482c33eeeabbacdadff74f559ee612 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Sun Sep 19 13:27:55 2021 +0200 6.2.0 - rc diff --git a/.gitignore b/.gitignore index 345efd6..84454db 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /qtnetworkauth-everywhere-src-6.1.1.tar.xz /qtnetworkauth-everywhere-src-6.1.2.tar.xz /qtnetworkauth-everywhere-src-6.2.0-beta4.tar.xz +/qtnetworkauth-everywhere-src-6.2.0-rc.tar.xz diff --git a/qt6-qtnetworkauth.spec b/qt6-qtnetworkauth.spec index d3331e2..da18af7 100644 --- a/qt6-qtnetworkauth.spec +++ b/qt6-qtnetworkauth.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease beta4 +%global prerelease rc %endif Summary: Qt6 - NetworkAuth component @@ -102,6 +102,9 @@ popd %changelog +* Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 +- 6.2.0 - rc + * Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 - 6.2.0 - beta4 diff --git a/sources b/sources index f92bb64..70e8a82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtnetworkauth-everywhere-src-6.2.0-beta4.tar.xz) = 50b0b41ea5458f83f92f149bb998197f7eaaf46a7b5639de00bb7c4ef131d7e4f2f8698a0a87233fd0724808c2a98258f22557614c263cfc4445044269ca1541 +SHA512 (qtnetworkauth-everywhere-src-6.2.0-rc.tar.xz) = 93897fee136f27a16c3903af7447a529cb813f6f0965bf51b10405420e21c617774cbfffa6d65df2189277494a83cba107209ddaeda21cfff45c4768aaa998df commit a038e2ddafd5f290c838b8499b1a8429ced78a15 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 13 18:30:34 2021 +0200 6.2.0 - beta4 diff --git a/.gitignore b/.gitignore index ab83674..345efd6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /qtnetworkauth-everywhere-src-6.1.0.tar.xz /qtnetworkauth-everywhere-src-6.1.1.tar.xz /qtnetworkauth-everywhere-src-6.1.2.tar.xz +/qtnetworkauth-everywhere-src-6.2.0-beta4.tar.xz diff --git a/qt6-qtnetworkauth.spec b/qt6-qtnetworkauth.spec index 6afd90f..d3331e2 100644 --- a/qt6-qtnetworkauth.spec +++ b/qt6-qtnetworkauth.spec @@ -1,15 +1,30 @@ +# FIXME: qt6-qtdeclarative doesn't build on S390x +# BUG:
https://bugreports.qt.io/browse/QTBUG-93101
+ExcludeArch: s390x + %global qt_module qtnetworkauth +%global unstable 1 +%if 0%{unstable} +%global prerelease beta4 +%endif + Summary: Qt6 - NetworkAuth component Name: qt6-%{qt_module} -Version: 6.1.2 +Version: 6.2.0%{?unstable:~%{prerelease}} Release: 1%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) -Source0:
https://download.qt.io/official_releases/additional_libraries/%{qt_module}/…
+%global qt_version %(echo %{version} | cut -d~ -f1) + +%if 0%{unstable} +Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
+%else +Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
+%endif # filter plugin/qml provides %global __provides_exclude_from ^(%{_qt6_archdatadir}/qml/.*\\.so|%{_qt6_plugindir}/.*\\.so)$ @@ -40,7 +55,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep -%autosetup -n %{qt_module}-everywhere-src-%{version} -p1 +%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 %build @@ -80,12 +95,16 @@ popd %{_qt6_libdir}/cmake/Qt6NetworkAuth/*.cmake %{_qt6_archdatadir}/mkspecs/modules/qt_lib_networkauth*.pri %{_qt6_datadir}/modules/*.json +%{_qt6_libdir}/metatypes/qt6*_metatypes.json %files examples %{_qt6_examplesdir}/ %changelog +* Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 +- 6.2.0 - beta4 + * Thu Aug 12 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.1.2-1 - 6.1.2 diff --git a/sources b/sources index 949bcdd..f92bb64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtnetworkauth-everywhere-src-6.1.2.tar.xz) = b437274ea3936e78c9a8695de2bfb07674249c68e28bc21cb1bf2021fe8a5faed1b2c3fadad049cfa7704423ee5f6b45b66aa10c21561631a582f98998276605 +SHA512 (qtnetworkauth-everywhere-src-6.2.0-beta4.tar.xz) = 50b0b41ea5458f83f92f149bb998197f7eaaf46a7b5639de00bb7c4ef131d7e4f2f8698a0a87233fd0724808c2a98258f22557614c263cfc4445044269ca1541
1
0
0
0
Architecture specific change in rpms/qt6-qtlottie.git
by githook-noreply@fedoraproject.org
04 Oct '21
04 Oct '21
The package rpms/qt6-qtlottie.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/qt6-qtlottie.git/commit/?id=b2eb524…
. Change: +ExcludeArch: s390x Thanks. Full change: ============ commit d8c737feaa5c753d254fec9b5c115dba662a17f9 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Thu Sep 30 13:38:45 2021 +0200 6.2.0 diff --git a/.gitignore b/.gitignore index 22fe89b..47abf93 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /qtlottie-everywhere-src-6.2.0-beta4.tar.xz /qtlottie-everywhere-src-6.2.0-rc.tar.xz /qtlottie-everywhere-src-6.2.0-rc2.tar.xz +/qtlottie-everywhere-src-6.2.0.tar.xz diff --git a/qt6-qtlottie.spec b/qt6-qtlottie.spec index 87230c0..86f7d9e 100644 --- a/qt6-qtlottie.spec +++ b/qt6-qtlottie.spec @@ -4,8 +4,8 @@ ExcludeArch: s390x %global qt_module qtlottie -%global unstable 1 -%if 0%{unstable} +#global unstable 1 +%if 0%{?unstable} %global prerelease rc2 %endif @@ -19,7 +19,7 @@ Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) %global qt_version %(echo %{version} | cut -d~ -f1) -%if 0%{unstable} +%if 0%{?unstable} Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
@@ -80,6 +80,9 @@ Requires: qt6-qtbase-devel%{?_isa} %changelog +* Thu Sep 30 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0-1 +- 6.2.0 + * Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 - 6.2.0 - rc2 diff --git a/sources b/sources index 9421bbe..f50aac3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtlottie-everywhere-src-6.2.0-rc2.tar.xz) = 2495b8b49a6211465091d22f11bccf298b152f0fb26f7aab17f4faca4a9d76074e2bdb00f156bc123de0e8f8aa75593cfa72b0edd65bb7128497d43be10803b3 +SHA512 (qtlottie-everywhere-src-6.2.0.tar.xz) = f5b6f60dfdb80a18495f88c4e77208a26b5d27ae148f4b7e6be4aa8ece39ec7395e03ca7ec4fee4c7f349f2baf767fe624f7376d1c870c06f9a68b2896f0dd42 commit 957c9f701e6d41eeae18b193c457d543a8d4f289 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 27 14:14:34 2021 +0200 6.2.0 - rc2 diff --git a/.gitignore b/.gitignore index 7f47770..22fe89b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /qtlottie-everywhere-src-6.1.2.tar.xz /qtlottie-everywhere-src-6.2.0-beta4.tar.xz /qtlottie-everywhere-src-6.2.0-rc.tar.xz +/qtlottie-everywhere-src-6.2.0-rc2.tar.xz diff --git a/qt6-qtlottie.spec b/qt6-qtlottie.spec index e8cbd39..87230c0 100644 --- a/qt6-qtlottie.spec +++ b/qt6-qtlottie.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease rc +%global prerelease rc2 %endif Summary: Qt6 - Lottie Animation @@ -80,6 +80,9 @@ Requires: qt6-qtbase-devel%{?_isa} %changelog +* Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 +- 6.2.0 - rc2 + * Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 - 6.2.0 - rc diff --git a/sources b/sources index d3c434a..9421bbe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtlottie-everywhere-src-6.2.0-rc.tar.xz) = 97c164ac7cdcf90d2f9965729d79132e1d4d53899451f8b320e4e34c0803e85bbd28c70da23ccc2bf0cc603761e949ebffb1fc7648a5553a6dbedcaf9350c477 +SHA512 (qtlottie-everywhere-src-6.2.0-rc2.tar.xz) = 2495b8b49a6211465091d22f11bccf298b152f0fb26f7aab17f4faca4a9d76074e2bdb00f156bc123de0e8f8aa75593cfa72b0edd65bb7128497d43be10803b3 commit c647085a75ba15afa79e42df4b549570faf2694e Author: Jan Grulich <jgrulich(a)redhat.com> Date: Sun Sep 19 13:27:44 2021 +0200 6.2.0 - rc diff --git a/.gitignore b/.gitignore index c8d6160..7f47770 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /qtlottie-everywhere-src-6.1.1.tar.xz /qtlottie-everywhere-src-6.1.2.tar.xz /qtlottie-everywhere-src-6.2.0-beta4.tar.xz +/qtlottie-everywhere-src-6.2.0-rc.tar.xz diff --git a/qt6-qtlottie.spec b/qt6-qtlottie.spec index 1d8a126..e8cbd39 100644 --- a/qt6-qtlottie.spec +++ b/qt6-qtlottie.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease beta4 +%global prerelease rc %endif Summary: Qt6 - Lottie Animation @@ -80,6 +80,9 @@ Requires: qt6-qtbase-devel%{?_isa} %changelog +* Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 +- 6.2.0 - rc + * Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 - 6.2.0 - beta4 diff --git a/sources b/sources index 2b4fc05..d3c434a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtlottie-everywhere-src-6.2.0-beta4.tar.xz) = 0f7936960b7e703b219af101308cc78182573d0956b0a836c7800ce446f356f0e01047aa379576d6c31fe10ef2bd44094173d88758962d26f0f0851d99f8db86 +SHA512 (qtlottie-everywhere-src-6.2.0-rc.tar.xz) = 97c164ac7cdcf90d2f9965729d79132e1d4d53899451f8b320e4e34c0803e85bbd28c70da23ccc2bf0cc603761e949ebffb1fc7648a5553a6dbedcaf9350c477 commit b2eb524cdac7eb21bd1134fb8f34091e5bed0633 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 13 18:47:50 2021 +0200 6.2.0 - beta4 diff --git a/.gitignore b/.gitignore index 206e5a5..c8d6160 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /qtlottie-everywhere-src-6.1.1.tar.xz /qtlottie-everywhere-src-6.1.2.tar.xz +/qtlottie-everywhere-src-6.2.0-beta4.tar.xz diff --git a/qt6-qtlottie.spec b/qt6-qtlottie.spec index 01206ae..1d8a126 100644 --- a/qt6-qtlottie.spec +++ b/qt6-qtlottie.spec @@ -1,14 +1,29 @@ +# FIXME: qt6-qtdeclarative doesn't build on S390x +# BUG:
https://bugreports.qt.io/browse/QTBUG-93101
+ExcludeArch: s390x + %global qt_module qtlottie +%global unstable 1 +%if 0%{unstable} +%global prerelease beta4 +%endif + Summary: Qt6 - Lottie Animation Name: qt6-%{qt_module} -Version: 6.1.2 +Version: 6.2.0%{?unstable:~%{prerelease}} Release: 1%{?dist} License: GPLv3 Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) +%global qt_version %(echo %{version} | cut -d~ -f1) + +%if 0%{unstable} +Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
+%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
+%endif BuildRequires: cmake BuildRequires: gcc-c++ @@ -33,7 +48,7 @@ Requires: qt6-qtbase-devel%{?_isa} %prep -%setup -q -n %{qt_module}-everywhere-src-%{version} +%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 %build @@ -51,19 +66,23 @@ Requires: qt6-qtbase-devel%{?_isa} %{_qt6_qmldir}/Qt/labs/lottieqt/ %files devel -%dir %{_qt6_libdir}/cmake/Qt6Bodymovin +%dir %{_qt6_libdir}/cmake/Qt6BodymovinPrivate %dir %{_qt6_headerdir}/QtBodymovin %{_qt6_headerdir}/QtBodymovin %{_qt6_libdir}/libQt6Bodymovin.so %{_qt6_libdir}/libQt6Bodymovin.prl -%{_qt6_libdir}/cmake/Qt6Bodymovin/*.cmake +%{_qt6_libdir}/cmake/Qt6BodymovinPrivate/*.cmake %{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtLottieTestsConfig.cmake %{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6lottieqtplugin*.cmake %{_qt6_datadir}/modules/*.json %{_qt6_archdatadir}/mkspecs/modules/* +%{_qt6_libdir}/metatypes/qt6*_metatypes.json %changelog +* Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 +- 6.2.0 - beta4 + * Thu Aug 12 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.1.2-1 - 6.1.2 diff --git a/sources b/sources index 90f31c0..2b4fc05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtlottie-everywhere-src-6.1.2.tar.xz) = 286d241f3c6fe0134d7bbe83bbcfb17efe72d187e7a6a0dcb7c5de6dfbfc7c0bb430ead3e4e9d9faf1cc3e850a291a5be09dfd830912f12e3004a05aa28d0add +SHA512 (qtlottie-everywhere-src-6.2.0-beta4.tar.xz) = 0f7936960b7e703b219af101308cc78182573d0956b0a836c7800ce446f356f0e01047aa379576d6c31fe10ef2bd44094173d88758962d26f0f0851d99f8db86
1
0
0
0
Architecture specific change in rpms/qt6-qtimageformats.git
by githook-noreply@fedoraproject.org
04 Oct '21
04 Oct '21
The package rpms/qt6-qtimageformats.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/qt6-qtimageformats.git/commit/?id=4…
. Change: +ExcludeArch: s390x Thanks. Full change: ============ commit 2e17c99289b483ab7b569274b3f91e310a71411a Author: Jan Grulich <jgrulich(a)redhat.com> Date: Thu Sep 30 13:38:45 2021 +0200 6.2.0 diff --git a/.gitignore b/.gitignore index 343514e..1f3cd44 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /qtimageformats-everywhere-src-6.2.0-beta4.tar.xz /qtimageformats-everywhere-src-6.2.0-rc.tar.xz /qtimageformats-everywhere-src-6.2.0-rc2.tar.xz +/qtimageformats-everywhere-src-6.2.0.tar.xz diff --git a/qt6-qtimageformats.spec b/qt6-qtimageformats.spec index 9a9fa32..1c0ebdc 100644 --- a/qt6-qtimageformats.spec +++ b/qt6-qtimageformats.spec @@ -4,8 +4,8 @@ ExcludeArch: s390x %global qt_module qtimageformats -%global unstable 1 -%if 0%{unstable} +#global unstable 1 +%if 0%{?unstable} %global prerelease rc2 %endif @@ -20,7 +20,7 @@ Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) %global qt_version %(echo %{version} | cut -d~ -f1) -%if 0%{unstable} +%if 0%{?unstable} Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
%else Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
@@ -85,6 +85,9 @@ rm -rv src/3rdparty %changelog +* Thu Sep 30 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0-1 +- 6.2.0 + * Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 - 6.2.0 - rc2 diff --git a/sources b/sources index 066979e..8fe4074 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtimageformats-everywhere-src-6.2.0-rc2.tar.xz) = 82dd09cf5034b487651949dc09c64f76e700ac30c703348a36ebc1c301ff1dcc14e855c83e0991bf4cf25610a6c86e56ddca82d59c215dc53a5360745e5cdca4 +SHA512 (qtimageformats-everywhere-src-6.2.0.tar.xz) = 48ec3019dc3bc70871df13d5baaf84791128468bf818ed9c8767b66be401b9934bd7f06e5958905f9bdf8050a1117be4fcc6e1a80dae32f85db0e7b4def42d50 commit 0266bd3589d5b81bb843c081158048ab4476f57e Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 27 14:14:34 2021 +0200 6.2.0 - rc2 diff --git a/.gitignore b/.gitignore index 94ab9e4..343514e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /qtimageformats-everywhere-src-6.1.2.tar.xz /qtimageformats-everywhere-src-6.2.0-beta4.tar.xz /qtimageformats-everywhere-src-6.2.0-rc.tar.xz +/qtimageformats-everywhere-src-6.2.0-rc2.tar.xz diff --git a/qt6-qtimageformats.spec b/qt6-qtimageformats.spec index 1877d6d..9a9fa32 100644 --- a/qt6-qtimageformats.spec +++ b/qt6-qtimageformats.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease rc +%global prerelease rc2 %endif Summary: Qt6 - QtImageFormats component @@ -85,6 +85,9 @@ rm -rv src/3rdparty %changelog +* Mon Sep 27 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc2-1 +- 6.2.0 - rc2 + * Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 - 6.2.0 - rc diff --git a/sources b/sources index e44f1ad..066979e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtimageformats-everywhere-src-6.2.0-rc.tar.xz) = d22cc515ca16482b582609ee171ba0d25802f0b9ef6aa6d59c0b142ac30a8b311e62f7d086c840dddf13282d7fd15dabf889bc7e0c2798f81a97797b65cf853f +SHA512 (qtimageformats-everywhere-src-6.2.0-rc2.tar.xz) = 82dd09cf5034b487651949dc09c64f76e700ac30c703348a36ebc1c301ff1dcc14e855c83e0991bf4cf25610a6c86e56ddca82d59c215dc53a5360745e5cdca4 commit 2590251a22fb8c16a8750aa3063ca8e0a101f920 Author: Jan Grulich <jgrulich(a)redhat.com> Date: Sun Sep 19 13:27:34 2021 +0200 6.2.0 - rc diff --git a/.gitignore b/.gitignore index 58f8ab4..94ab9e4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /qtimageformats-everywhere-src-6.1.1.tar.xz /qtimageformats-everywhere-src-6.1.2.tar.xz /qtimageformats-everywhere-src-6.2.0-beta4.tar.xz +/qtimageformats-everywhere-src-6.2.0-rc.tar.xz diff --git a/qt6-qtimageformats.spec b/qt6-qtimageformats.spec index d40a4e3..1877d6d 100644 --- a/qt6-qtimageformats.spec +++ b/qt6-qtimageformats.spec @@ -6,7 +6,7 @@ ExcludeArch: s390x %global unstable 1 %if 0%{unstable} -%global prerelease beta4 +%global prerelease rc %endif Summary: Qt6 - QtImageFormats component @@ -85,6 +85,9 @@ rm -rv src/3rdparty %changelog +* Sat Sep 18 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~rc-1 +- 6.2.0 - rc + * Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 - 6.2.0 - beta4 diff --git a/sources b/sources index 8454762..e44f1ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtimageformats-everywhere-src-6.2.0-beta4.tar.xz) = adf746259920267bc37c2aa9c997f51bd251c480b3287e75ccbb34095a31773174bcc14f30844847f2e2465fd3f2ac61b262453bafc821276f992c12d4e7002d +SHA512 (qtimageformats-everywhere-src-6.2.0-rc.tar.xz) = d22cc515ca16482b582609ee171ba0d25802f0b9ef6aa6d59c0b142ac30a8b311e62f7d086c840dddf13282d7fd15dabf889bc7e0c2798f81a97797b65cf853f commit 44a987df2a040ea317961390c2223af6674fe47b Author: Jan Grulich <jgrulich(a)redhat.com> Date: Mon Sep 13 18:20:58 2021 +0200 6.2.0 - beta4 diff --git a/.gitignore b/.gitignore index bdce92b..58f8ab4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /qtimageformats-everywhere-src-6.1.0.tar.xz /qtimageformats-everywhere-src-6.1.1.tar.xz /qtimageformats-everywhere-src-6.1.2.tar.xz +/qtimageformats-everywhere-src-6.2.0-beta4.tar.xz diff --git a/qt6-qtimageformats.spec b/qt6-qtimageformats.spec index 3d63f8c..d40a4e3 100644 --- a/qt6-qtimageformats.spec +++ b/qt6-qtimageformats.spec @@ -1,15 +1,30 @@ +# FIXME: qt6-qtdeclarative doesn't build on S390x +# BUG:
https://bugreports.qt.io/browse/QTBUG-93101
+ExcludeArch: s390x + %global qt_module qtimageformats +%global unstable 1 +%if 0%{unstable} +%global prerelease beta4 +%endif + Summary: Qt6 - QtImageFormats component Name: qt6-%{qt_module} -Version: 6.1.2 +Version: 6.2.0%{?unstable:~%{prerelease}} Release: 1%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for details License: LGPLv2 with exceptions or GPLv3 with exceptions Url:
http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) -Source0:
https://download.qt.io/official_releases/additional_libraries/%{qt_module}/…
+%global qt_version %(echo %{version} | cut -d~ -f1) + +%if 0%{unstable} +Source0:
https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/subm…
+%else +Source0:
https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules…
+%endif BuildRequires: cmake BuildRequires: gcc-c++ @@ -40,7 +55,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep -%autosetup -n %{qt_module}-everywhere-src-%{version} -p1 +%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1 rm -rv src/3rdparty @@ -70,6 +85,9 @@ rm -rv src/3rdparty %changelog +* Mon Sep 13 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.2.0~beta4-1 +- 6.2.0 - beta4 + * Thu Aug 12 2021 Jan Grulich <jgrulich(a)redhat.com> - 6.1.2-1 - 6.1.2 diff --git a/sources b/sources index a6e35ba..8454762 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtimageformats-everywhere-src-6.1.2.tar.xz) = 53a698de0b7518346649e47604d43e6d0dc5e3ab219ce32802748e028820140b6f881a3f74b26d6f9f5b79417c0c09eefd0de7baed3c8bd9d69cfac51dfa10ff +SHA512 (qtimageformats-everywhere-src-6.2.0-beta4.tar.xz) = adf746259920267bc37c2aa9c997f51bd251c480b3287e75ccbb34095a31773174bcc14f30844847f2e2465fd3f2ac61b262453bafc821276f992c12d4e7002d
1
0
0
0
← Newer
1
...
14
15
16
17
18
19
20
...
23
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Results per page:
10
25
50
100
200