Rebuilt for Boost 1.76

This commit is contained in:
Jonathan Wakely 2021-08-07 02:13:50 +01:00
parent 53ff2fbaed
commit 43c87517a1
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: pulseview
Version: 0.4.2
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Signal acquisition and analysis GUI for sigrok
# Combined GPLv3+ (libsigrok and libsigrokdecode) and GPLv2+ (pulseview)
License: GPLv3+
@ -61,6 +61,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata
%{_datadir}/appdata/org.sigrok.PulseView.appdata.xml
%changelog
* Sat Aug 07 2021 Jonathan Wakely <jwakely@redhat.com> - 0.4.2-9
- Rebuilt for Boost 1.76
* Sun Aug 01 2021 Alexandru Gagniuc <mr.nuke.me[at]gmail[dot]com> - 0.4.2-8
- Add upstream patch to fix build error due to C++ template behind C linkage