diff --git a/re-3.3.0.tar.gz b/re-3.3.0.tar.gz deleted file mode 100644 index e1adbb0..0000000 --- a/re-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5b190b7b4d2721ae6b2873a72534f518a7bb5a2c9571e1e0ff81b42ebd37fd7 -size 583140 diff --git a/re-3.4.0.tar.gz b/re-3.4.0.tar.gz new file mode 100644 index 0000000..61a8155 --- /dev/null +++ b/re-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a575adfe8079b3f221176b139b08719efc0260c66c41c3a93424f61dff57e8f8 +size 589357 diff --git a/re.changes b/re.changes index a1fb99e..31cb463 100644 --- a/re.changes +++ b/re.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Sep 8 18:11:26 UTC 2023 - Andreas Stieger + +- Update to 3.4.0: + * rtpext: uniform parameter name fixes doxygen warning + * mk: add rem to doxygen inputs + * vidmix: allow different pixel format + * ajb doxygen + * aes: correct parameters for stub + * ci/build: fail on cmake and compile warnings + * fmt: fix format string in fmt_timestamp() + * hmac,md5,sha: add mbedtls backend + * test: no need to rewind freshly allocated mbuf + * httpauth: basic challenge creation and verification functions + * Fix include of re_thread.h in re_tmr.h + * btrace: fix WIN32_LEAN_AND_MEAN macro redefine + * aumix: add record sum handler + * ci/win: disable x86 testing + * sipsess: allow UPDATE and INFO in early dialog + * prefix macro VERSION + * main: use HAVE_SIGNAL in init.c + * test: change to ASSERT_XXX macros, remove EXPECT_XXX macros + * fmt: handy functions for pointer-length objects + * test: add TWCC test from Chrome 114 packet + * sipsess/listen: Fix target_refresh_handler + * ci/mingw: downgrade cmake + * cmake: fix target include path for subdir projects + ------------------------------------------------------------------- Fri Jul 28 07:52:39 UTC 2023 - Paolo Stivanin diff --git a/re.spec b/re.spec index a831cbe..9f18517 100644 --- a/re.spec +++ b/re.spec @@ -19,7 +19,7 @@ %global sover 16 %global libname lib%{name}%{sover} Name: re -Version: 3.3.0 +Version: 3.4.0 Release: 0 Summary: Library for real-time communications with async I/O support License: BSD-3-Clause @@ -70,8 +70,10 @@ applications that want to make use of libre. %cmake_install rm -v %{buildroot}/%{_libdir}/libre.a -%post -n %{libname} -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname} + +%check +%ctest %files -n %{libname} %license LICENSE