10 Commits

Author SHA256 Message Date
859801c349 Accepting request 1318796 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/1318796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re?expand=0&rev=17
2025-11-21 15:55:14 +00:00
aef0901c6c - Update to version 4.3.0
* https://github.com/baresip/re/releases/tag/v4.3.0

OBS-URL: https://build.opensuse.org/package/show/network:telephony/re?expand=0&rev=34
2025-11-20 07:25:45 +00:00
109415ad55 Accepting request 1316546 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/1316546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re?expand=0&rev=16
2025-11-09 20:08:31 +00:00
df0166c9e3 - Update to version 4.2.0
* https://github.com/baresip/re/releases/tag/v4.2.0

OBS-URL: https://build.opensuse.org/package/show/network:telephony/re?expand=0&rev=32
2025-11-08 09:34:06 +00:00
f56d7e60c5 Accepting request 1306295 from network:telephony
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1306295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re?expand=0&rev=15
2025-09-22 14:39:36 +00:00
d9c96897bc - Update to version 4.1.0
Major changes since 3.21.1:
  * Increasing supported Compiler Versions (better C11/C23 Support).
  * Dropping official OpenSSL 1.1.1 support.
  * Dropping obsolete API functions.
  Detailed Changes:
  * https://github.com/baresip/re/releases/tag/v4.1.0
  * https://github.com/baresip/re/releases/tag/v4.0.0
  * https://github.com/baresip/re/releases/tag/v3.24.0
  * https://github.com/baresip/re/releases/tag/v3.23.0
  * https://github.com/baresip/re/releases/tag/v3.22.0

OBS-URL: https://build.opensuse.org/package/show/network:telephony/re?expand=0&rev=30
2025-09-21 10:40:58 +00:00
c278e89345 Accepting request 1268185 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/1268185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re?expand=0&rev=14
2025-04-10 19:59:00 +00:00
e218af898c re 3.21.1
OBS-URL: https://build.opensuse.org/package/show/network:telephony/re?expand=0&rev=28
2025-04-09 15:40:15 +00:00
d7b2eb07e4 Accepting request 1226659 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/1226659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re?expand=0&rev=13
2024-11-27 21:11:43 +00:00
c959f8cb13 - Update to version 3.17.0
* types: remove old BREAKPOINT macro.
  * dnsc: Fallback to getaddrinfo without any DNS servers.
  * dns/client: return ENOTSUP if no server or not getaddrinfo.
  * conf: add conf_get_float.
  * test: add pktsize to test_h264_packet_base().
  * tls: make tls_verify_handler() static.
  * types: fix clang-tidy warning (gcc bit fields workaround).

OBS-URL: https://build.opensuse.org/package/show/network:telephony/re?expand=0&rev=26
2024-11-26 19:22:09 +00:00
4 changed files with 58 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11b3215064b6ef5a11b0f4645d6d4834f8ba899d5b65c66477f9c4afbd32e1ed
size 612463

3
re-4.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:555d3b6dfaeb4809b5fdc5081686ebde8486ea6e479f2cb99256a5bcfdb18b24
size 628213

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Wed Nov 19 10:12:32 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 4.3.0
* https://github.com/baresip/re/releases/tag/v4.3.0
-------------------------------------------------------------------
Thu Oct 16 15:08:00 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 4.2.0
* https://github.com/baresip/re/releases/tag/v4.2.0
-------------------------------------------------------------------
Sat Sep 13 07:46:57 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 4.1.0
Major changes since 3.21.1:
* Increasing supported Compiler Versions (better C11/C23 Support).
* Dropping official OpenSSL 1.1.1 support.
* Dropping obsolete API functions.
Detailed Changes:
* https://github.com/baresip/re/releases/tag/v4.1.0
* https://github.com/baresip/re/releases/tag/v4.0.0
* https://github.com/baresip/re/releases/tag/v3.24.0
* https://github.com/baresip/re/releases/tag/v3.23.0
* https://github.com/baresip/re/releases/tag/v3.22.0
-------------------------------------------------------------------
Sat Apr 5 08:43:03 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to 3.21.1:
* multiple memory safety fixes
* extended functionality relevant for library consumers
* optimizations and adjustments for tests
-------------------------------------------------------------------
Thu Nov 7 16:59:49 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.17.0
* types: remove old BREAKPOINT macro.
* dnsc: Fallback to getaddrinfo without any DNS servers.
* dns/client: return ENOTSUP if no server or not getaddrinfo.
* conf: add conf_get_float.
* test: add pktsize to test_h264_packet_base().
* tls: make tls_verify_handler() static.
* types: fix clang-tidy warning (gcc bit fields workaround).
-------------------------------------------------------------------
Thu Oct 3 12:47:40 UTC 2024 - Martin Hauke <mardnh@gmx.de>

14
re.spec
View File

@@ -1,7 +1,8 @@
#
# spec file for package re
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +17,21 @@
#
%global sover 27
%global sover 39
%global libname lib%{name}%{sover}
Name: re
Version: 3.16.0
Version: 4.3.0
Release: 0
Summary: Library for real-time communications with async I/O support
License: BSD-3-Clause
Group: Development/Libraries/C and C++
URL: https://github.com/baresip/re
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: c++_compiler
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libcrypto) >= 1.1.1
BuildRequires: pkgconfig(zlib)
Obsoletes: librem4 < %{version}
%description
@@ -60,7 +62,7 @@ This subpackage contains libraries and header files for developing
applications that want to make use of libre.
%prep
%setup -q
%autosetup -p1
%build
%cmake \