diff --git a/nheko.spec b/nheko.spec index 691733b..336b8ca 100644 --- a/nheko.spec +++ b/nheko.spec @@ -12,7 +12,7 @@ Name: nheko Version: 0.8.0 -Release: 1%{?dist} +Release: 2%{?dist} # Main source - GPLv3+ # cpp-httplib - bundled - MIT @@ -52,7 +52,6 @@ BuildRequires: pkgconfig(gstreamer-video-1.0) BuildRequires: pkgconfig(gstreamer-webrtc-1.0) BuildRequires: pkgconfig(libcmark) >= 0.29.0 BuildRequires: pkgconfig(libcrypto) -BuildRequires: pkgconfig(libsodium) BuildRequires: pkgconfig(lmdb) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(zlib) @@ -83,9 +82,6 @@ Provides: bundled(blurhash) = 0.0.1 Provides: bundled(cpp-httplib) = 0.5.12 Provides: bundled(qtsingleapplication-qt5) = 3.2.0-gitdc8042b -# https://bugzilla.redhat.com/show_bug.cgi?id=1918332 -ExcludeArch: s390x - %description The motivation behind the project is to provide a native desktop app for Matrix that feels more like a mainstream chat app. @@ -113,8 +109,7 @@ for Matrix that feels more like a mainstream chat app. -DUSE_BUNDLED_TWEENY:BOOL=OFF \ -DUSE_BUNDLED_JSON:BOOL=OFF \ -DUSE_BUNDLED_OPENSSL:BOOL=OFF \ - -DUSE_BUNDLED_QTKEYCHAIN:BOOL=OFF \ - -DUSE_BUNDLED_SODIUM:BOOL=OFF + -DUSE_BUNDLED_QTKEYCHAIN:BOOL=OFF %cmake_build %install @@ -133,6 +128,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Wed Jan 20 2021 Vitaly Zaitsev - 0.8.0-2 +- Enabled s390x builds again. + * Wed Jan 20 2021 Vitaly Zaitsev - 0.8.0-1 - Updated to version 0.8.0.