Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package baresip for openSUSE:Factory checked in at 2022-09-07 11:05:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/baresip (Old) and /work/SRC/openSUSE:Factory/.baresip.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "baresip" Wed Sep 7 11:05:59 2022 rev:4 rq:1001460 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/baresip/baresip.changes 2022-07-02 15:34:21.743001570 +0200 +++ /work/SRC/openSUSE:Factory/.baresip.new.2083/baresip.changes 2022-09-07 11:06:08.192421763 +0200 @@ -1,0 +2,7 @@ +Thu Aug 25 23:07:39 UTC 2022 - Jan Engelhardt <[email protected]> + +- Update to release 2.6.0 + * Removed deprecated modules: gsm, gst, gst_video + * Added modules: pulse_async + +------------------------------------------------------------------- Old: ---- baresip-2.4.0.tar.gz New: ---- baresip-2.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ baresip.spec ++++++ --- /var/tmp/diff_new_pack.SDTKfE/_old 2022-09-07 11:06:08.732423136 +0200 +++ /var/tmp/diff_new_pack.SDTKfE/_new 2022-09-07 11:06:08.740423156 +0200 @@ -17,17 +17,16 @@ Name: baresip -Version: 2.4.0 +Version: 2.6.0 Release: 0 Summary: Modular SIP useragent License: BSD-3-Clause Group: Productivity/Telephony/SIP/Clients URL: https://github.com/baresip/baresip -Source: %{URL}/archive/v%{version}/%{name}-%{version}.tar.gz +Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: ilbc-devel BuildRequires: jack-devel -BuildRequires: libgsm-devel BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: sndio-devel @@ -48,8 +47,8 @@ BuildRequires: pkgconfig(libmp3lame) BuildRequires: pkgconfig(libmpg123) BuildRequires: pkgconfig(libpulse) -BuildRequires: pkgconfig(libre) >= 2.4.0 -BuildRequires: pkgconfig(librem) >= 2.4.0 +BuildRequires: pkgconfig(libre) >= 2.6.0 +BuildRequires: pkgconfig(librem) >= 2.6.0 BuildRequires: pkgconfig(libswscale) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(portaudio-2.0) @@ -70,7 +69,7 @@ Supports both IPv4 and IPv6, and the following features. * Audio codecs: AMR, G.711, G.722, G.726, GSM, L16, MPA, OPUS. * Video codecs: H.263, H.264, H.265, MPEG4, VP8, VP9. - * Audio drivers: Alsa, GStreamer, JACK, OSS, Portaudio, sndio. + * Audio drivers: Alsa, JACK, OSS, Portaudio, sndio. * Video sources: FFmpeg avformat, Video4Linux2, X11 Grabber. * Video output: SDL2, X11, DirectFB. * NAT Traversal: STUN, TURN, ICE, NATBD, NAT-PMP, PCP. @@ -92,7 +91,7 @@ Supports both IPv4 and IPv6, and the following features. * Audio codecs: AMR, G.711, G.722, G.726, GSM, L16, MPA, OPUS. * Video codecs: H.263, H.264, H.265, MPEG4, VP8, VP9. - * Audio drivers: Alsa, GStreamer, JACK, OSS, Portaudio, sndio. + * Audio drivers: Alsa, JACK, OSS, Portaudio, sndio. * Video sources: FFmpeg avformat, Video4Linux2, X11 Grabber. * Video output: SDL2, X11, DirectFB. * NAT Traversal: STUN, TURN, ICE, NATBD, NAT-PMP, PCP. @@ -112,9 +111,10 @@ sed 's|/usr/local/share|%{_datadir}/|g' -i docs/examples/config %build -export CFLAGS="%{optflags} -fpie -I/usr/include/ffmpeg" export LFLAGS="%{optflags} -pie" -%make_build \ +# Ugh. The Makefile uses CLFAGS+=, which is really awkward to +# deal with because you can't use `make CFLAGS=` and it's not obvious. +CFLAGS="%{optflags} -fpie -I/usr/include/ffmpeg" %make_build \ RELEASE=1 \ USE_TLS=1 \ PREFIX=%{_prefix}/ \ @@ -153,7 +153,6 @@ %{_libdir}/baresip/modules/g711.so %{_libdir}/baresip/modules/g722.so %{_libdir}/baresip/modules/g726.so -%{_libdir}/baresip/modules/gsm.so %{_libdir}/baresip/modules/gtk.so %{_libdir}/baresip/modules/httpd.so %{_libdir}/baresip/modules/httpreq.so @@ -175,6 +174,7 @@ %{_libdir}/baresip/modules/presence.so %{_libdir}/baresip/modules/portaudio.so %{_libdir}/baresip/modules/pulse.so +%{_libdir}/baresip/modules/pulse_async.so %{_libdir}/baresip/modules/rtcpsummary.so %{_libdir}/baresip/modules/serreg.so %{_libdir}/baresip/modules/snapshot.so @@ -196,7 +196,6 @@ %{_libdir}/baresip/modules/avformat.so %{_libdir}/baresip/modules/fakevideo.so %{_libdir}/baresip/modules/gst.so -%{_libdir}/baresip/modules/gst_video.so %{_libdir}/baresip/modules/sdl.so %{_libdir}/baresip/modules/selfview.so %{_libdir}/baresip/modules/swscale.so ++++++ baresip-2.4.0.tar.gz -> baresip-2.6.0.tar.gz ++++++ ++++ 8864 lines of diff (skipped)
