diff --git a/.files b/.files index 07f2b90..783d02d 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 812a7e6..b6429d6 100644 --- a/.rev +++ b/.rev @@ -39,4 +39,12 @@ 1057075 + + 826feb596fa7a5bdba0f84483637f0ba + 3.8.0 + + anag+factory + + 1146222 + diff --git a/baresip-2.10.0.tar.gz b/baresip-2.10.0.tar.gz deleted file mode 120000 index 94c2650..0000000 --- a/baresip-2.10.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeieh4scjbidzfu73d65rjbveysr4373arflhpbnr276jz7elyib44q \ No newline at end of file diff --git a/baresip-3.8.0.tar.gz b/baresip-3.8.0.tar.gz new file mode 120000 index 0000000..16b8445 --- /dev/null +++ b/baresip-3.8.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeidghu2opk255bep7xfwcxzrpyatn24mtg23vrtb5x7f6cqodapsyq \ No newline at end of file diff --git a/baresip.changes b/baresip.changes index 0e77dfe..a16810a 100644 --- a/baresip.changes +++ b/baresip.changes @@ -1,4 +1,21 @@ ------------------------------------------------------------------- +Wed Dec 27 19:19:05 UTC 2023 - Martin Hauke + +- Update to version 3.8.0 + Changes: + * https://github.com/baresip/baresip/releases/tag/v3.8.0 + * https://github.com/baresip/baresip/releases/tag/v3.7.0 + * https://github.com/baresip/baresip/releases/tag/v3.5.1 + * https://github.com/baresip/baresip/releases/tag/v3.5.0 + * https://github.com/baresip/baresip/releases/tag/v3.4.0 + * https://github.com/baresip/baresip/releases/tag/v3.3.0 + * https://github.com/baresip/baresip/releases/tag/v3.2.0 + * https://github.com/baresip/baresip/releases/tag/v3.1.0 + * https://github.com/baresip/baresip/releases/tag/v3.0.0 + * https://github.com/baresip/baresip/releases/tag/v2.12.0 + * https://github.com/baresip/baresip/releases/tag/v2.11.0 + +------------------------------------------------------------------- Thu Jan 5 22:30:53 UTC 2023 - Matthias Eliasson - Update to release 2.10.0 diff --git a/baresip.spec b/baresip.spec index 89ba5fa..e4c8862 100644 --- a/baresip.spec +++ b/baresip.spec @@ -16,8 +16,10 @@ # +%global sover 12 +%global libname lib%{name}%{sover} Name: baresip -Version: 2.10.0 +Version: 3.8.0 Release: 0 Summary: Modular SIP useragent License: BSD-3-Clause @@ -107,19 +109,19 @@ support. %package devel Summary: Development files for the baresip library -Requires: libbaresip2 = %{version}-%{release} +Requires: %{libname} = %{version}-%{release} Requires: pkgconfig %description devel The baresip-devel package includes header files and libraries necessary for developing programs which use the baresip C library. -%package -n libbaresip2 +%package -n %{libname} Summary: Standard library for baresip Provides: %{name} = %{version}-%{release} Obsoletes: %{name} < %{version}-%{release} -%description -n libbaresip2 +%description -n %{libname} This package contains the shared library needed to run programs compiled with baresip @@ -138,8 +140,7 @@ sed 's|/usr/local/share|%{_datadir}/|g' -i docs/examples/config %install %cmake_install -%post -n libbaresip2 -p /sbin/ldconfig -%postun -n libbaresip2 -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname} %files %license LICENSE @@ -192,7 +193,6 @@ sed 's|/usr/local/share|%{_datadir}/|g' -i docs/examples/config %{_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 @@ -211,8 +211,8 @@ sed 's|/usr/local/share|%{_datadir}/|g' -i docs/examples/config %{_includedir}/%{name}.h %{_libdir}/pkgconfig/lib%{name}.pc -%files -n libbaresip2 -%{_libdir}/lib%{name}.so.2* +%files -n %{libname} +%{_libdir}/libbaresip.so.%{sover}* %files video %{_libdir}/baresip/modules/av1.so