diff --git a/sources b/sources index e55cfe6..e0e596d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (weechat-3.1.tar.xz) = 1eb3f5a0e4d3f6777970fc60c816e7bc9be5e5cf91b9e072f6c77003f284c7bdbabfae7058cb5083915a2adf7f4c651a9afb8cc8ae17cac950e7f2ef9608ed78 +SHA512 (weechat-3.2.tar.xz) = b4ad5cd6e678795d9093ddfa5aac0d396a7dbf994d04a6b9b083460b1639c851f1b9539cf7b97bd300154871d5df2c29f82fae387c42da840a1c3eb35c4a3660 diff --git a/weechat.spec b/weechat.spec index f67f64e..7bd5e68 100644 --- a/weechat.spec +++ b/weechat.spec @@ -13,8 +13,8 @@ %endif Name: weechat -Version: 3.1 -Release: 3%{?dist} +Version: 3.2 +Release: 1%{?dist} Summary: Portable, fast, light and extensible IRC client Group: Applications/Communications URL: http://weechat.org @@ -67,12 +67,6 @@ BuildRequires: cmake3 Requires: hicolor-icon-theme -%if 0%{?el8} -# enchant-devel from AppStream is not available on s390x -# bz# 1869383 -ExcludeArch: s390x -%endif - %description WeeChat (Wee Enhanced Environment for Chat) is a portable, fast, light and extensible IRC client. Everything can be done with a keyboard. @@ -161,6 +155,10 @@ sed -i 's/NAMES python3.7/NAMES python%{python3_version}m python%{python3_versio %changelog +* Sun Jul 11 2021 Michel Alexandre Salim - 3.2-1 +- Update to 3.2 +- Reenable s390x build for EPEL8 (#1869383) + * Fri Jun 04 2021 Python Maint - 3.1-3 - Rebuilt for Python 3.10