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:
Tomáš Chvátal 2015-01-02 12:09:20 +00:00 committed by Git OBS Bridge
parent 04bd1ff413
commit 038697c4ee
6 changed files with 16 additions and 6 deletions

View File

@ -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
View 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

Binary file not shown.

View File

@ -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

View File

@ -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)