]> git.pld-linux.org Git - packages/ccrtp.git/commitdiff
- updated to 2.0.7 (note: new soname) auto/th/ccrtp-2.0.7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Jan 2014 20:15:20 +0000 (21:15 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Jan 2014 20:15:20 +0000 (21:15 +0100)
ccrtp-am.patch
ccrtp.spec

index 675154630648aab6df0bda6e02d97c4eda7e004d..6b38f7316ccbe6da6ca07e8202a33ab84f9039c5 100644 (file)
@@ -1,9 +1,9 @@
---- ccrtp-2.0.6/configure.ac.orig      2013-06-08 13:36:58.037397544 +0200
-+++ ccrtp-2.0.6/configure.ac   2013-06-08 13:37:38.825952025 +0200
-@@ -43,7 +43,7 @@
- # OST_PROG_CC_POSIX
+--- 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
+@@ -23,7 +23,7 @@
+ AC_LIBTOOL_WIN32_DLL
  AM_PROG_LIBTOOL
- AM_INIT_AUTOMAKE(ccrtp,[$VERSION])
+ AM_INIT_AUTOMAKE([dist-zip])
 -AM_CONFIG_HEADER(ccrtp-config.h)
 +AC_CONFIG_HEADERS(ccrtp-config.h)
  
index f68ace0208d203024c1ba95d3a6dbfceb05e4167..d3b09bb2ba4a878546e59461069836207ee9fa08 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.6
+Version:       2.0.7
 Release:       1
 License:       GPL v2+ with runtime exception
 Group:         Libraries
 Source0:       http://ftp.gnu.org/gnu/ccrtp/%{name}-%{version}.tar.gz
-# Source0-md5: ca0a7a184b242d660d81caf6101a2c0c
+# Source0-md5: a71a7b105e97b44e218d931d58d9acaf
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-openssl.patch
 Patch2:                %{name}-am.patch
@@ -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.0
+%attr(755,root,root) %ghost %{_libdir}/libccrtp.so.2
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.105408 seconds and 4 git commands to generate.