The package rpms/umbrello.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/umbrello.git/commit/?id=c5ca3e807d3a....
Change: -%ifnarch s390x
Thanks.
Full change: ============
commit c5ca3e807d3ab440502bc8f12cad59dd7efff334 Author: Steve Cossette farchord@gmail.com Date: Fri Aug 23 11:19:54 2024 -0400
Temporarily disable kdevelop integration until umbrello converts over to Qt6
diff --git a/umbrello.spec b/umbrello.spec index 89a87db..9b6d06f 100644 --- a/umbrello.spec +++ b/umbrello.spec @@ -1,7 +1,7 @@ Name: umbrello Summary: UML modeler and UML diagram tool Version: 24.08.0 -Release: 1%{?dist} +Release: 2%{?dist}
License: CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) URL: https://www.kde.org/applications/development/umbrello/ @@ -41,10 +41,14 @@ BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) BuildRequires: cmake(Qt5WebKitWidgets)
-%ifnarch s390x -BuildRequires: cmake(KDevelop-PG-Qt) -BuildRequires: cmake(KDevPlatform) -%endif +# Disabled since 24.08: Pulling in kdevelop causes compile to fail +# with foreign qml errors. Reenable when Umbrello is on Qt6. + +#%%ifnarch s390x +#BuildRequires: cmake(KDevelop-PG-Qt) +#BuildRequires: cmake(KDevPlatform) +#%%endif + BuildRequires: cmake(KF5ThreadWeaver) BuildRequires: cmake(KF5KCMUtils)
@@ -98,6 +102,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.umbrello.
%changelog +* Fri Aug 23 2024 Steve Cossette farchord@gmail.com - 24.08.0-2 +- Temporarily disable kdevelop integration until umbrello converts over to Qt6 + * Thu Aug 22 2024 Steve Cossette farchord@gmail.com - 24.08.0-1 - 24.08.0
commit 80bd5c518e0a244a014b0c138e18b2082fe985a3 Author: Steve Cossette farchord@gmail.com Date: Thu Aug 22 20:51:25 2024 -0400
24.08.0
diff --git a/.gitignore b/.gitignore index cdda709..23dd47f 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,4 @@ /umbrello-24.05.0.tar.xz /umbrello-24.05.1.tar.xz /umbrello-24.05.2.tar.xz +/umbrello-24.08.0.tar.xz diff --git a/sources b/sources index f3f7b9c..3eba6af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umbrello-24.05.2.tar.xz) = 1c35893cf48960289ebbac9a2f26a0b7430f5dcb8e54a9aa5e539a160edd43068fe6e69a673a799feee46079188dfd34ecb11af05a852a35d9f3b066a3e82e74 +SHA512 (umbrello-24.08.0.tar.xz) = 50c2d35cbe33fad39e55ddfaa4d64f9899596dd8eca6d4c45f1b7b04e1320c7de422ae07647b2895d7f4c6e85a408f0a043d4b277144d76cde860dbef72150de diff --git a/umbrello.spec b/umbrello.spec index 3bc0833..89a87db 100644 --- a/umbrello.spec +++ b/umbrello.spec @@ -1,7 +1,7 @@ Name: umbrello Summary: UML modeler and UML diagram tool -Version: 24.05.2 -Release: 2%{?dist} +Version: 24.08.0 +Release: 1%{?dist}
License: CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) URL: https://www.kde.org/applications/development/umbrello/ @@ -98,6 +98,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.umbrello.
%changelog +* Thu Aug 22 2024 Steve Cossette farchord@gmail.com - 24.08.0-1 +- 24.08.0 + * Sat Jul 20 2024 Fedora Release Engineering releng@fedoraproject.org - 24.05.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
arch-excludes@lists.fedoraproject.org