|
|
@ -1,8 +1,8 @@
|
|
|
|
%global rc %{nil}
|
|
|
|
%global rc -rc.0
|
|
|
|
|
|
|
|
|
|
|
|
Name: srt
|
|
|
|
Name: srt
|
|
|
|
Version: 1.5.3
|
|
|
|
Version: 1.5.4
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 0.rc0%{?dist}
|
|
|
|
Summary: Secure Reliable Transport protocol tools
|
|
|
|
Summary: Secure Reliable Transport protocol tools
|
|
|
|
|
|
|
|
|
|
|
|
License: MPL-2.0
|
|
|
|
License: MPL-2.0
|
|
|
@ -60,6 +60,8 @@ rm -f %{buildroot}/%{_libdir}/pkgconfig/haisrt.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
|
|
|
|
# tests do not work in parallel as of 1.5.4 rc0
|
|
|
|
|
|
|
|
%define _smp_build_ncpus 1
|
|
|
|
# - TestIPv6 are known broken due to v4_v6 mapping differnces between platforms
|
|
|
|
# - TestIPv6 are known broken due to v4_v6 mapping differnces between platforms
|
|
|
|
# https://github.com/Haivision/srt/issues/1972#
|
|
|
|
# https://github.com/Haivision/srt/issues/1972#
|
|
|
|
%ctest -E TestIPv6
|
|
|
|
%ctest -E TestIPv6
|
|
|
@ -88,6 +90,9 @@ rm -f %{buildroot}/%{_libdir}/pkgconfig/haisrt.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 26 2024 Yanko Kaneti <yaneti@declera.com> - 1.5.4-0.rc0
|
|
|
|
|
|
|
|
- Update to 1.5.4-rc0
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-3
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|