diff --git a/sources b/sources index e8f532e..22742a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (srt-1.5.2-rc.2.tar.gz) = 773bb2985eca8cc222af3d69b5500c100231922d1ce6f51097319f03ae2551e42d34a28f482d73e3d14cacf54e950b7f7e3935863a2b451832aa046ed524971a +SHA512 (srt-1.5.2.tar.gz) = 1b386e7564c4843cdd8138a2953cb539a37f0990eb4526d872e7839d528551f27112c3d5bb0e6467dac1684668968e787c67600b189120aa68b90c5d5e03b85a diff --git a/srt.spec b/srt.spec index ddd9520..add4046 100644 --- a/srt.spec +++ b/srt.spec @@ -1,8 +1,8 @@ -%global rc -rc.2 +%global rc %{nil} Name: srt Version: 1.5.2 -Release: 0.rc2%{?dist} +Release: 1%{?dist} Summary: Secure Reliable Transport protocol tools License: MPLv2.0 @@ -47,6 +47,7 @@ Secure Reliable Transport protocol development libraries and header files -DENABLE_UNITTESTS=ON \ -DENABLE_GETNAMEINFO=ON \ -DENABLE_BONDING=ON \ + -DENABLE_PKTINFO=ON \ -DUSE_ENCLIB=gnutls %cmake_build @@ -87,6 +88,9 @@ rm -f %{buildroot}/%{_libdir}/pkgconfig/haisrt.pc %changelog +* Thu Jun 29 2023 Yanko Kaneti - 1.5.2-1 +- Update to 1.5.2 + * Wed May 3 2023 Yanko Kaneti - 1.5.2-0.rc2 - Update to 1.5.2-rc2. Reenable running tests on s390x