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..24b1904 100644 --- a/ccrtp.changes +++ b/ccrtp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Sat Jun 28 01:25:42 UTC 2014 - jengelh@inai.de diff --git a/ccrtp.spec b/ccrtp.spec index 6093b0c..07f0153 100644 --- a/ccrtp.spec +++ b/ccrtp.spec @@ -1,7 +1,7 @@ # # spec file for package ccrtp # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,25 +17,24 @@ 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 Group: System/Libraries Url: http://gnu.org/software/ccrtp/ -#Freecode-URL: http://freecode.com/projects/ccrtp #Git-Clone: git://git.sv.gnu.org/ccrtp -Source: ftp://ftp.gnu.org/pub/gnu/ccrtp/%name-%version.tar.gz -Source2: ftp://ftp.gnu.org/pub/gnu/ccrtp/%name-%version.tar.gz.sig +Source: http://ftp.gnu.org/pub/gnu/ccrtp/%name-%version.tar.gz +Source2: http://ftp.gnu.org/pub/gnu/ccrtp/%name-%version.tar.gz.sig Source3: %name.keyring BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: libgcrypt-devel BuildRequires: libstdc++-devel BuildRequires: pkgconfig -BuildRequires: ucommon-devel >= 5.0.0 +BuildRequires: ucommon-devel >= 6.2.2 %if 0%{?suse_version} BuildRequires: fdupes %endif @@ -106,7 +105,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)