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=a03....
Change: +ExcludeArch: s390x
Thanks.
Full change: ============
commit e43b4f7f83a50979cf63fe5b4deef5478442f182 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 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/%%7Bmajmin%7D/%%7Bqt_version%... %else Source0: https://download.qt.io/official_releases/qt/%%7Bmajmin%7D/%%7Bversion%7D/sub... @@ -102,6 +102,9 @@ popd
%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 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@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@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 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@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@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 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@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/%%7Bqt_module%... +%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
# 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@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 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
arch-excludes@lists.fedoraproject.org