[packages/ccrtp] - updated to 2.1.1 (noet: new soname) - updated am patch

qboosh qboosh at pld-linux.org
Tue Nov 18 17:30:28 CET 2014


commit 1a54ca0dd8c0bc38fbf18fafed044422688f1b21
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Nov 18 17:30:55 2014 +0100

    - updated to 2.1.1 (noet: new soname)
    - updated am patch

 ccrtp-am.patch |  8 ++++----
 ccrtp.spec     | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/ccrtp.spec b/ccrtp.spec
index 8df1474..c8a0726 100644
--- a/ccrtp.spec
+++ b/ccrtp.spec
@@ -5,12 +5,12 @@
 Summary:	Common C++ class framework for RTP packets
 Summary(pl.UTF-8):	Szkielet klas C++ dla pakietów RTP
 Name:		ccrtp
-Version:	2.0.9
+Version:	2.1.1
 Release:	1
 License:	GPL v2+ with runtime exception
 Group:		Libraries
 Source0:	http://ftp.gnu.org/gnu/ccrtp/%{name}-%{version}.tar.gz
-# Source0-md5:	f2e143c2558fbbe5715a1f04be2fb692
+# Source0-md5:	4c3c3a63191602ddb05dedc798ae4300
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-openssl.patch
 Patch2:		%{name}-am.patch
@@ -23,7 +23,7 @@ BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:1.5
 %{!?with_gcrypt:BuildRequires:	openssl-devel}
 BuildRequires:	pkgconfig
-BuildRequires:	ucommon-devel >= 5.0.0
+BuildRequires:	ucommon-devel >= 6.2.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -54,7 +54,7 @@ Requires:	%{name} = %{version}-%{release}
 %{?with_gcrypt:Requires:	libgcrypt-devel >= 1.2.3}
 Requires:	libstdc++-devel
 %{!?with_gcrypt:Requires:	openssl-devel}
-Requires:	ucommon-devel >= 5.0.0
+Requires:	ucommon-devel >= 6.2.2
 
 %description devel
 Header files for ccrtp library.
@@ -107,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING.addendum ChangeLog NEWS README TODO
 %attr(755,root,root) %{_libdir}/libccrtp.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libccrtp.so.2
+%attr(755,root,root) %ghost %{_libdir}/libccrtp.so.3
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/ccrtp-am.patch b/ccrtp-am.patch
index 6b38f73..ad44e95 100644
--- a/ccrtp-am.patch
+++ b/ccrtp-am.patch
@@ -1,11 +1,11 @@
---- ccrtp-2.0.7/configure.ac.orig	2014-01-09 20:33:23.429502801 +0100
-+++ ccrtp-2.0.7/configure.ac	2014-01-09 20:46:11.366137242 +0100
+--- ccrtp-2.1.1/configure.ac.orig	2014-11-18 17:13:50.278635184 +0100
++++ ccrtp-2.1.1/configure.ac	2014-11-18 17:14:21.495300541 +0100
 @@ -23,7 +23,7 @@
  AC_LIBTOOL_WIN32_DLL
  AM_PROG_LIBTOOL
  AM_INIT_AUTOMAKE([dist-zip])
 -AM_CONFIG_HEADER(ccrtp-config.h)
-+AC_CONFIG_HEADERS(ccrtp-config.h)
++AC_CONFIG_HEADERS([ccrtp-config.h])
+ AC_CONFIG_MACRO_DIR([m4])
  
  AC_C_RESTRICT
- AC_C_VOLATILE
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ccrtp.git/commitdiff/1a54ca0dd8c0bc38fbf18fafed044422688f1b21



More information about the pld-cvs-commit mailing list