SHA256
1
0
forked from pool/re

Accepting request 1106124 from network:telephony

OBS-URL: https://build.opensuse.org/request/show/1106124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2023-08-28 15:15:25 +00:00 committed by Git OBS Bridge
commit 3284ed44de
4 changed files with 25 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d2b6f8fc73efdbcb5a7b2a98d0b46ac6eb28ede5ae90f9596b49663eec623a9
size 398606

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jul 28 07:52:39 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Update to 3.3.0:
Breaking changes:
* librem is now merged with libre
Changes:
* https://github.com/baresip/re/releases/tag/v3.3.0
* https://github.com/baresip/re/releases/tag/v3.2.0
* https://github.com/baresip/re/releases/tag/v3.1.0
* https://github.com/baresip/re/releases/tag/v3.0.0
-------------------------------------------------------------------
Sun Dec 11 17:35:34 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

14
re.spec
View File

@ -1,7 +1,7 @@
#
# spec file for package re
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,10 +16,10 @@
#
%global sover 12
%global sover 16
%global libname lib%{name}%{sover}
Name: re
Version: 2.10.0
Version: 3.3.0
Release: 0
Summary: Library for real-time communications with async I/O support
License: BSD-3-Clause
@ -29,6 +29,7 @@ Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: openssl-devel
BuildRequires: pkgconfig
Obsoletes: librem4 < %{version}
%description
Libre is a library for real-time communications
@ -61,7 +62,8 @@ applications that want to make use of libre.
%setup -q
%build
%cmake
%cmake \
-DCMAKE_BUILD_TYPE=Release
%cmake_build
%install
@ -84,5 +86,9 @@ rm -v %{buildroot}/%{_libdir}/libre.a
%{_libdir}/pkgconfig/libre.pc
%dir %{_libdir}/cmake/re
%{_libdir}/cmake/re/re-config.cmake
%dir %{_libdir}/cmake/libre
%{_libdir}/cmake/libre/libre-config.cmake
%{_libdir}/cmake/libre/libre-release.cmake
%{_libdir}/cmake/libre/libre.cmake
%changelog