!8 upgrade to version 1.4.4

From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
This commit is contained in:
openeuler-ci-bot 2023-08-10 02:50:47 +00:00 committed by Gitee
commit d3270b2da5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 17 additions and 9 deletions

Binary file not shown.

BIN
srt-1.4.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
Name: srt
Version: 1.4.1
Release: 4
Version: 1.4.4
Release: 1
Summary: Secure Reliable Transport protocol tools
License: MPLv2.0
URL: https://www.srtalliance.org
Source0: https://github.com/Haivision/srt/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake gcc-c++
BuildRequires: cmake gcc-c++ make
BuildRequires: gnutls-devel gmock-devel gtest-devel
Requires: srt-libs%{?_isa} = %{version}-%{release} ffmpeg
@ -51,13 +51,15 @@ rm -f %{buildroot}/%{_libdir}/pkgconfig/haisrt.pc
%check
# Fails with x390x
make test \
%ifarch s390x
|| :
# - test are broken on s390x for some slowness/timing reason
# - tests can't be run in parallel because they reuse port numbers
# - %%ctest macro doesn't support additional ctest arguments
# - TestIPv6 are known broken due to v4_v6 mapping differnces between platforms
# https://github.com/Haivision/srt/issues/1972#
%ifnarch s390x
/usr/bin/ctest --output-on-failure --force-new-ctest-process -j1 -E TestIPv6
%endif
%ldconfig_scriptlets libs
%files
@ -67,7 +69,6 @@ make test \
%{_bindir}/srt-file-transmit
%{_bindir}/srt-live-transmit
%{_bindir}/srt-tunnel
%{_bindir}/test-srt
%files libs
%license LICENSE
@ -81,6 +82,9 @@ make test \
%changelog
* Thu Aug 10 2023 leeffo <liweiganga@uniontech.com> - 1.4.4-1
- upgrade to version 1.4.4
* Mon Sep 13 2021 weidong <weidong@uniontech.com> - 1.4.1-4
- Add installation dependencies

4
srt.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: srt
tag_prefix: ^v
separator: .