1
0
forked from pool/libzrtpcpp

Accepting request 208144 from network:telephony

- Update to new upstream release 4.1.0
* added some new algorithms for the DH key agreement and the Skein
  Hash for ZRTP.

OBS-URL: https://build.opensuse.org/request/show/208144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzrtpcpp?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2013-11-25 15:02:47 +00:00 committed by Git OBS Bridge
commit 28fe00e6ba
4 changed files with 14 additions and 7 deletions

View File

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

3
libzrtpcpp-4.1.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Nov 24 13:16:43 UTC 2013 - jengelh@inai.de
- Update to new upstream release 4.1.0
* added some new algorithms for the DH key agreement and the Skein
Hash for ZRTP.
-------------------------------------------------------------------
Wed Jul 3 23:35:48 UTC 2013 - jengelh@inai.de

View File

@ -17,10 +17,9 @@
Name: libzrtpcpp
%define lname libzrtpcpp3
Version: 3.2.2.2
%define lname libzrtpcpp4
Version: 4.1.0
Release: 0
# git describe: V3.2.2_2
Summary: A ccrtp extension for ZRTP support
License: GPL-3.0+
Group: Development/Libraries/C and C++
@ -28,6 +27,7 @@ Url: http://www.gnutelephony.org/index.php/GNU_ZRTP
#Freecode-URL: http://freecode.com/projects/libzrtpcpp
#Git-Clone: git://github.com/wernerd/ZRTPCPP
#Snapshot: V4.1.0
# No longer produces release tarballs since 3.x.
Source: %name-%version.tar.xz
BuildRequires: cmake
@ -100,7 +100,7 @@ make install DESTDIR="%buildroot"
%files -n %lname
%defattr(-,root,root,0755)
%doc AUTHORS COPYING README.md
%{_libdir}/libzrtpcpp.so.3*
%_libdir/libzrtpcpp.so.4*
%files devel
%defattr(-,root,root,0755)