]> git.pld-linux.org Git - packages/ccrtp.git/commitdiff
- updated to 2.1.1 (noet: new soname)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 18 Nov 2014 16:30:55 +0000 (17:30 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 18 Nov 2014 16:30:55 +0000 (17:30 +0100)
- updated am patch

ccrtp-am.patch
ccrtp.spec

index 6b38f7316ccbe6da6ca07e8202a33ab84f9039c5..ad44e953248561b544dbe619c4b158244c3938e0 100644 (file)
@@ -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
index 8df1474d3990d3203f1ffa8a48a6d07982ae4977..c8a072645ffc4293767056a8f0bec4b9bbaa1c72 100644 (file)
@@ -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)
This page took 0.106259 seconds and 4 git commands to generate.