Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package belle-sip for openSUSE:Factory checked in at 2021-08-18 08:55:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/belle-sip (Old) and /work/SRC/openSUSE:Factory/.belle-sip.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "belle-sip" Wed Aug 18 08:55:21 2021 rev:18 rq:910387 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/belle-sip/belle-sip.changes 2021-04-21 21:00:01.054259761 +0200 +++ /work/SRC/openSUSE:Factory/.belle-sip.new.1899/belle-sip.changes 2021-08-18 08:55:38.962992172 +0200 @@ -1,0 +2,24 @@ +Thu Jul 29 23:56:07 UTC 2021 - Giacomo Comes <[email protected]> - 5.0.0 + +- Update to 5.0.0: + * added SDP API for Capability Negociation headers (RFC5939). + * SDP parser no longer uses antlr, but belr. + * Fixed erroneous closing of file description 0, causing unexpected behaviors. + * Fixed crash when receiving invalid from header. +- drop fix-build.patch +- add belr-devel build requirement +- drop antlr build requirement + +------------------------------------------------------------------- +Sun Jul 4 2021 - Giacomo Comes <[email protected]> - 4.5.20 + +- fix several RPMLINT warning +- Update to 4.5.20: + * Fix some GCC warning + * Fix crash while receiving some kind of invalid from header +- Update to 4.5.15: + * Fix bellesip parser on IPV4 inside IPV6 +- Update to 4.5.10: + * Fix cast as causing belle_sip_uri_equals_with_omission to return false negatives + +------------------------------------------------------------------- Old: ---- antlr-3.4-complete.jar belle-sip-4.5.3.tar.bz2 fix-build.patch New: ---- belle-sip-5.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ belle-sip.spec ++++++ --- /var/tmp/diff_new_pack.mq5cwQ/_old 2021-08-18 08:55:39.510991558 +0200 +++ /var/tmp/diff_new_pack.mq5cwQ/_new 2021-08-18 08:55:39.514991553 +0200 @@ -20,20 +20,17 @@ %define soname libbellesip %define sover 1 Name: belle-sip -Version: 4.5.3 +Version: 5.0.0 Release: 0 Summary: C object-oriented SIP Stack License: GPL-2.0-or-later -URL: https://linphone.org/technical-corner/belle-sip/overview +Group: Productivity/Telephony/SIP/Utilities +URL: https://linphone.org/technical-corner/belle-sip/ Source: https://gitlab.linphone.org/BC/public/belle-sip/-/archive/%{version}/%{name}-%{version}.tar.bz2 -Source1: http://antlr3.org/download/antlr-3.4-complete.jar Source2: baselibs.conf -# PATCH-FIX-OPENSUSE fix-build.patch [email protected] -- Remove reference to wakelock.h -Patch0: fix-build.patch -BuildRequires: antlr3c-devel +BuildRequires: belr-devel BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: java BuildRequires: pkgconfig BuildRequires: pkgconfig(bctoolbox) >= 4.5.0 BuildRequires: pkgconfig(zlib) @@ -44,6 +41,7 @@ %package -n %{soname}%{sover} Summary: C object-oriented SIP Stack +Group: Productivity/Telephony/SIP/Utilities %description -n %{soname}%{sover} Belle-sip is a SIP (RFC3261) implementation written in C, with an @@ -51,6 +49,7 @@ %package devel Summary: Headers and libraries for the belle-sip library +Group: Development/Libraries/C and C++ Requires: %{soname}%{sover} = %{version} Requires: pkgconfig(bctoolbox) Requires: pkgconfig(zlib) @@ -65,12 +64,8 @@ %prep %autosetup -p1 -cp -f %{SOURCE1} antlr3.jar - %build -antlr_jar="$PWD/antlr3.jar" %cmake \ - -DANTLR3_JAR_PATH="$antlr_jar" \ -DENABLE_STRICT=OFF \ -DENABLE_STATIC=OFF %cmake_build @@ -94,6 +89,7 @@ %{_libdir}/%{soname}.so %{_libdir}/cmake/BelleSIP/ %{_datadir}/belle_sip_tester/ +%{_datadir}/belr/ %{_libdir}/pkgconfig/%{name}.pc %changelog ++++++ belle-sip-4.5.3.tar.bz2 -> belle-sip-5.0.0.tar.bz2 ++++++ ++++ 287895 lines of diff (skipped)
