Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package re for openSUSE:Factory checked in at 2021-05-15 01:24:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/re (Old) and /work/SRC/openSUSE:Factory/.re.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "re" Sat May 15 01:24:21 2021 rev:2 rq:893082 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/re/re.changes 2020-07-03 00:11:26.715874409 +0200 +++ /work/SRC/openSUSE:Factory/.re.new.2988/re.changes 2021-05-15 01:24:36.406936607 +0200 @@ -1,0 +2,85 @@ +Sat Apr 24 10:08:48 UTC 2021 - Martin Hauke <[email protected]> + +- Update to version 2.0.1 + Added + * aac: add AAC_STREAMTYPE_AUDIO enum value + * aac: add AAC_ prefix + * Video mode param to call_answer(), ua_answer() and + ua_hold_answer + * video_stop_display() API function + * module: add path to module_load() function + * conf: add conf_configure_buf + * test: add usage of g711.so module + * JSON initial codec state command and response + * account_set_video_codecs() API function + * net: add fallback dns nameserver + * gtk: show call_peername in notify title + * call: Added call_state() API function that returns enum state + of the call + * account_set_stun_user() and account_set_stun_pass() API + functions. + * API functions account_stun_uri and account_set_stun_uri. + * ausine: Audio sine wave input module + * gtk/menu: replace spaces from uri + * jack: allowing jack client name to be specified in the + config file + * snapshot: Add snapshot_send and snapshot_recv commands + * webrtc_aec: 'extended_filter' config option + * avfilter: FFmpeg filter graphs integration + * reg: view proxy expiry value in reg_status + * account: add parameter rwait for re-register interval + * call, stream, menu: add cmd to set the direction of video + stream + * Added AMRWBENC_PATH env var to amr module module.mk + Changed + * Using baresip/re fork now + * audio: move calculation to audio_jb_current_value + * avformat: clean up docs + * gzrtp: update docs + * account: increased size of audio codec list to 16 + * video: make video_sdp_attr_decode public + * config: Derive default audio driver from default audio device + * jack: modifying info message on jack client creation + * call: when video stream is disabled, stop also video display + * dtls_srtp: use tls_set_selfsigned_rsa with keysize 2048 + * rst: use a min ptime of 20ms + * aac: change ptime to 4ms + Fixed + * avcodec: fix H.264 interop with Firefox + * avcodec: call av_hwdevice_ctx_create before if-statement + * account: use single quote instead of backtick + * ice: fix segfault in connh #980 + * call: Update call->got_offer when re-INVITE or answer to + re-INVITE is received + * config: Allow distribution specific CA trust bundle locations + * config: Allow distribution specific default audio device + * mqtt: fix err is never read (found by clang static analyzer) + * avcodec: fix err is never read (found by clang static analyzer) + * gtk: notification buttons do not work on Systems #1012 + * gtk: fix dtmf_tone and add tones as feedback #1010 + * pulse: drain pulse buffers before freeing #1016 + * jack: jack_play connect all physical ports #1028 + * Makefile: do not try to install modules if build is static + * gzrtp: media_alloc function is missing #1034 #1022 + * call: when updating video, check if video stream has been + disabled #1037 + * amr: fix length check, fixes #1011 + * modules: fix search path for avdevice.h #1043 + * gtk: declare variables C89 style + * config: init newly added member + * menu: fix segfault in ua_event_handler #1059 #1061 + * debug_cmd: fix OpenSSL no-deprecated #1065 + * aac: handle missing bitrate parameter in SDP format + * av1: properly configure encoder + * call: When terminating outgoing call, terminate also possible + refer subscription #1082 + * menu: fix segfault in /aubitrate command + * amr: should check if file (instead of directory) exists + Removed + * ice: remove support for ICE-lite + * ice: remove ice_debug, use log level DEBUG instead + * ice: make stun server optional + * config: remove ice_debug option (unused) + * opengles: remove module (not working) #1079 + +------------------------------------------------------------------- Old: ---- re-0.6.1.tar.gz New: ---- re-2.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ re.spec ++++++ --- /var/tmp/diff_new_pack.DHIOrX/_old 2021-05-15 01:24:37.850931532 +0200 +++ /var/tmp/diff_new_pack.DHIOrX/_new 2021-05-15 01:24:37.850931532 +0200 @@ -1,7 +1,7 @@ # # spec file for package re # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,19 +15,18 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -# using 0suse0 instead of suse0 due to a bug in rpmlint/post-build-checks -# falsely complaining about name -%global sover 0suse0 + +%global sover 1 %global libname lib%{name}%{sover} Name: re -Version: 0.6.1 +Version: 2.0.1 Release: 0 Summary: Library for real-time communications with async IO support License: BSD-3-Clause Group: Development/Libraries/C and C++ -#Git-Clone: https://github.com/creytiv/re -URL: http://www.creytiv.com/re.html -Source: http://www.creytiv.com/pub/re-%{version}.tar.gz +#Git-Clone: https://github.com/baresip/re.git +URL: https://github.com/baresip/re +Source: https://github.com/baresip/re/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: openssl-devel BuildRequires: pkgconfig @@ -69,13 +68,10 @@ %make_build \ RELEASE=1 \ USE_OPENSSL=1 \ - EXTRA_CFLAGS="%optflags" \ - EXTRA_LFLAGS="-Wl,-soname,libre.so.0suse0" \ - LIB_SUFFIX=".so.0suse0" + EXTRA_CFLAGS="%optflags" %install -make DESTDIR=%{buildroot} LIBDIR=%{_libdir} LIB_SUFFIX=".so.0suse0" install -ln -s %{_libdir}/libre.so.0suse0 %{buildroot}%{_libdir}/libre.so +make DESTDIR=%{buildroot} LIBDIR=%{_libdir} install rm %{buildroot}/%{_libdir}/libre.a %post -n %{libname} -p /sbin/ldconfig ++++++ re-0.6.1.tar.gz -> re-2.0.1.tar.gz ++++++ ++++ 8078 lines of diff (skipped)
