|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: srt
|
|
|
|
Name: srt
|
|
|
|
Version: 1.4.4
|
|
|
|
Version: 1.5.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Secure Reliable Transport protocol tools
|
|
|
|
Summary: Secure Reliable Transport protocol tools
|
|
|
|
|
|
|
|
|
|
|
|
License: MPLv2.0
|
|
|
|
License: MPLv2.0
|
|
|
@ -44,6 +44,7 @@ Secure Reliable Transport protocol development libraries and header files
|
|
|
|
-DENABLE_STATIC=OFF \
|
|
|
|
-DENABLE_STATIC=OFF \
|
|
|
|
-DENABLE_UNITTESTS=ON \
|
|
|
|
-DENABLE_UNITTESTS=ON \
|
|
|
|
-DENABLE_GETNAMEINFO=ON \
|
|
|
|
-DENABLE_GETNAMEINFO=ON \
|
|
|
|
|
|
|
|
-DENABLE_BONDING=ON \
|
|
|
|
-DUSE_ENCLIB=gnutls
|
|
|
|
-DUSE_ENCLIB=gnutls
|
|
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
%cmake_build
|
|
|
@ -80,7 +81,7 @@ cd "%{__cmake_builddir}"
|
|
|
|
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%files libs
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%{_libdir}/libsrt.so.1.4*
|
|
|
|
%{_libdir}/libsrt.so.1.5*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%doc examples
|
|
|
|
%doc examples
|
|
|
@ -90,6 +91,9 @@ cd "%{__cmake_builddir}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 15 2022 Yanko Kaneti <yaneti@declera.com> - 1.5.0-1
|
|
|
|
|
|
|
|
- Update to 1.5.0. Major API/ABI update
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|