forked from pool/libsrtp2
- Update to new upstream release 2.2.0
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libsrtp2?expand=0&rev=5
This commit is contained in:
parent
16c1225ea7
commit
f450d9b77e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 05:06:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 2.2.0
|
||||
* Stylistic code changes only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 1 12:31:16 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsrtp2
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,18 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libsrtp2
|
||||
%define lname libsrtp2-1
|
||||
Version: 2.1.0
|
||||
Version: 2.2.0
|
||||
Release: 0
|
||||
Summary: Secure Real-Time Transport Protocol (SRTP) library v2
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://github.com/cisco/libsrtp
|
||||
URL: https://github.com/cisco/libsrtp
|
||||
|
||||
Source: https://github.com/cisco/libsrtp/archive/v%version.tar.gz
|
||||
Source99: baselibs.conf
|
||||
@ -75,7 +75,7 @@ make shared_library %{?_smp_mflags}
|
||||
#
|
||||
# Including of files with generic names and quotes is unsafe and can cause include clashes.
|
||||
# Do it in install phase, because rewriting of the source code before building would require deeper changes.
|
||||
# %_includedir is included automatically, so we don't modify .pc file. (bnc#839475#c2)
|
||||
# %%_includedir is included automatically, so we don't modify .pc file. (bnc#839475#c2)
|
||||
echo "Rewriting #include \"{foo}.h\" to #include <srtp/{foo}.h>..."
|
||||
sed -i 's|\( *# *include *\)"\([^"]*\.h\)"|\1 <srtp/\2>|' %buildroot/%_includedir/srtp2/*.h
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0302442ed97d34a77abf84617b657e77674bdd8e789d649f1cac0c5f0d0cf5ee
|
||||
size 306090
|
3
v2.2.0.tar.gz
Normal file
3
v2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44fd7497bce78767e96b54a11bca520adb2ad32effd515f04bce602b60a1a50b
|
||||
size 308469
|
Loading…
Reference in New Issue
Block a user