forked from pool/ccrtp
Accepting request 266382 from home:posophe:branches:network:telephony
need sr#266381 OBS-URL: https://build.opensuse.org/request/show/266382 OBS-URL: https://build.opensuse.org/package/show/network:telephony/ccrtp?expand=0&rev=20
This commit is contained in:
parent
284205c460
commit
0cd6f09b40
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2032176f7d64db05d7bc557a045d0b24ec76f264448a30a7de9f12c5a31530df
|
||||
size 751786
|
Binary file not shown.
3
ccrtp-2.1.1.tar.gz
Normal file
3
ccrtp-2.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0da4e50a40ed3baff5043c0752ec7808dcd218be3fe602606eb99c7daa9837dc
|
||||
size 768122
|
BIN
ccrtp-2.1.1.tar.gz.sig
Normal file
BIN
ccrtp-2.1.1.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 25 16:13:49 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 2.1.1
|
||||
+ fix endianness checks
|
||||
+ cleanup alloc/dealloc
|
||||
+ configure: fix libtoolize warning
|
||||
+ requires ucommon 6.2.2 for endian fixes
|
||||
- Bump sover to 3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 28 01:25:42 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: ccrtp
|
||||
%define lname libccrtp2
|
||||
Version: 2.0.9
|
||||
%define lname libccrtp3
|
||||
Version: 2.1.1
|
||||
Release: 0
|
||||
Summary: A Common C++ Class Framework for RTP Packets
|
||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||
@ -106,7 +106,7 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
%files -n %lname
|
||||
%defattr(-,root,root,0755)
|
||||
%doc COPYING
|
||||
%{_libdir}/libccrtp*.so.2*
|
||||
%{_libdir}/libccrtp*.so.3*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,0755)
|
||||
|
Loading…
Reference in New Issue
Block a user