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=b2eb524c....
Change: +ExcludeArch: s390x
Thanks.
Full change: ============
commit d8c737feaa5c753d254fec9b5c115dba662a17f9 Author: Jan Grulich jgrulich@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/%%7Bmajmin%7D/%%7Bqt_version%... %else Source0: https://download.qt.io/official_releases/qt/%%7Bmajmin%7D/%%7Bversion%7D/sub... @@ -80,6 +80,9 @@ Requires: qt6-qtbase-devel%{?_isa}
%changelog +* Thu Sep 30 2021 Jan Grulich jgrulich@redhat.com - 6.2.0-1 +- 6.2.0 + * Mon Sep 27 2021 Jan Grulich jgrulich@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@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@redhat.com - 6.2.0~rc2-1 +- 6.2.0 - rc2 + * Sat Sep 18 2021 Jan Grulich jgrulich@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@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@redhat.com - 6.2.0~rc-1 +- 6.2.0 - rc + * Mon Sep 13 2021 Jan Grulich jgrulich@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@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/%%7Bmajmin%7D/%%7Bqt_version%... +%else Source0: https://download.qt.io/official_releases/qt/%%7Bmajmin%7D/%%7Bversion%7D/sub... +%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@redhat.com - 6.2.0~beta4-1 +- 6.2.0 - beta4 + * Thu Aug 12 2021 Jan Grulich jgrulich@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
arch-excludes@lists.fedoraproject.org