Rebuild with wxWidgets 3.2

This commit is contained in:
Scott Talbert 2022-08-04 14:31:31 -04:00
parent 074eec6f2e
commit 45e0179963
1 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: poedit
Version: 3.1.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: GUI editor for GNU gettext .po files
Summary(de): Grafischer Editor für GNU Gettext-Dateien
@ -10,7 +10,7 @@ Source0: https://github.com/vslavik/%{name}/releases/download/v%{version}
Source1: https://src.fedoraproject.org/rpms/%{name}/raw/rawhide/f/%{name}.1.de.po
BuildRequires: make
BuildRequires: wxGTK3-devel >= 3.0.3
BuildRequires: wxGTK-devel >= 3.0.3
BuildRequires: gtkspell3-devel
BuildRequires: libappstream-glib
BuildRequires: lucene++-devel
@ -51,9 +51,9 @@ rm -rf deps/
%build
%ifarch ppc64 s390x
# cld2 is not available for ppc64 s390x
%configure --with-wx-config=/usr/bin/wx-config-3.0 --with-cpprest
%configure --with-wx-config=/usr/bin/wx-config-3.2 --with-cpprest
%else
%configure --with-wx-config=/usr/bin/wx-config-3.0 --with-cpprest --with-cld2
%configure --with-wx-config=/usr/bin/wx-config-3.2 --with-cpprest --with-cld2
%endif
make %{?_smp_mflags} V=1
@ -94,6 +94,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/net.%{nam
%changelog
* Thu Aug 04 2022 Scott Talbert <swt@techie.net> - 3.1.1-4
- Rebuild with wxWidgets 3.2
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 3.1.1-3
- Rebuilt for ICU 71.1