diff --git a/ccrtp-2.0.9.tar.gz b/ccrtp-2.0.9.tar.gz deleted file mode 100644 index db1a8a6..0000000 --- a/ccrtp-2.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2032176f7d64db05d7bc557a045d0b24ec76f264448a30a7de9f12c5a31530df -size 751786 diff --git a/ccrtp-2.0.9.tar.gz.sig b/ccrtp-2.0.9.tar.gz.sig deleted file mode 100644 index ad7e6e9..0000000 Binary files a/ccrtp-2.0.9.tar.gz.sig and /dev/null differ diff --git a/ccrtp-2.1.1.tar.gz b/ccrtp-2.1.1.tar.gz new file mode 100644 index 0000000..0a6abbe --- /dev/null +++ b/ccrtp-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da4e50a40ed3baff5043c0752ec7808dcd218be3fe602606eb99c7daa9837dc +size 768122 diff --git a/ccrtp-2.1.1.tar.gz.sig b/ccrtp-2.1.1.tar.gz.sig new file mode 100644 index 0000000..99af331 Binary files /dev/null and b/ccrtp-2.1.1.tar.gz.sig differ diff --git a/ccrtp.changes b/ccrtp.changes index ee50331..d3c4ec0 100644 --- a/ccrtp.changes +++ b/ccrtp.changes @@ -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 diff --git a/ccrtp.spec b/ccrtp.spec index 6093b0c..f6d4f49 100644 --- a/ccrtp.spec +++ b/ccrtp.spec @@ -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)