forked from pool/ccrtp
Accepting request 267136 from network:telephony
- Update to version 2.1.1 OBS-URL: https://build.opensuse.org/request/show/267136 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccrtp?expand=0&rev=14
This commit is contained in:
commit
a7e43b8747
@ -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,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
|
Sat Jun 28 01:25:42 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
15
ccrtp.spec
15
ccrtp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ccrtp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,25 +17,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ccrtp
|
Name: ccrtp
|
||||||
%define lname libccrtp2
|
%define lname libccrtp3
|
||||||
Version: 2.0.9
|
Version: 2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Common C++ Class Framework for RTP Packets
|
Summary: A Common C++ Class Framework for RTP Packets
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://gnu.org/software/ccrtp/
|
Url: http://gnu.org/software/ccrtp/
|
||||||
|
|
||||||
#Freecode-URL: http://freecode.com/projects/ccrtp
|
|
||||||
#Git-Clone: git://git.sv.gnu.org/ccrtp
|
#Git-Clone: git://git.sv.gnu.org/ccrtp
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/ccrtp/%name-%version.tar.gz
|
Source: http://ftp.gnu.org/pub/gnu/ccrtp/%name-%version.tar.gz
|
||||||
Source2: ftp://ftp.gnu.org/pub/gnu/ccrtp/%name-%version.tar.gz.sig
|
Source2: http://ftp.gnu.org/pub/gnu/ccrtp/%name-%version.tar.gz.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libstdc++-devel
|
BuildRequires: libstdc++-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: ucommon-devel >= 5.0.0
|
BuildRequires: ucommon-devel >= 6.2.2
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
@ -106,7 +105,7 @@ rm -f "%buildroot/%_libdir"/*.la;
|
|||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/libccrtp*.so.2*
|
%{_libdir}/libccrtp*.so.3*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
|
Loading…
Reference in New Issue
Block a user