[libzrtpcpp] Update to 2.0.0

Kevin Fenzi kevin at fedoraproject.org
Mon Jan 23 16:59:58 UTC 2012


commit 02e8158daa4d64984a0ad7ff18b9e03cd1562e99
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Mon Jan 23 09:59:55 2012 -0700

    Update to 2.0.0

 .gitignore      |    1 +
 libzrtpcpp.spec |   16 ++++++++++++----
 sources         |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8b9b7c..8a3185e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libzrtpcpp-1.4.3.tar.gz
+/libzrtpcpp-2.0.0.tar.gz
diff --git a/libzrtpcpp.spec b/libzrtpcpp.spec
index 64e172f..6bc76a4 100644
--- a/libzrtpcpp.spec
+++ b/libzrtpcpp.spec
@@ -1,17 +1,21 @@
 Name:           libzrtpcpp
-Version:        1.4.3
-Release:        4%{?dist}
+Version:        2.0.0
+Release:        1%{?dist}
 Summary:        ZRTP support library for the GNU ccRTP stack
 
 Group:          System Environment/Libraries
 License:        GPLv3+
 URL:            http://www.gnu.org/software/ccrtp/
 Source0:        ftp://ftp.gnu.org/gnu/ccrtp/libzrtpcpp-%{version}.tar.gz
+# remove ec ecryption, our ssl doesn't ship with it. 
+Patch0:         libzrtpcpp-2.0.0-remove-ec.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	ccrtp-devel 
 BuildRequires:	libgcrypt-devel
 BuildRequires:	doxygen
+BuildRequires:  cmake
+BuildRequires:  openssl-devel
 
 %description
 This package provides a library that adds ZRTP support to the GNU
@@ -35,10 +39,11 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
+%patch0 -p1
+
 
 %build
-%configure --disable-static
-sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
+%cmake .
 make %{?_smp_mflags}
 
 # Make the NEWS file non executable
@@ -71,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 22 2012 Kevin Fenzi <kevin at scrye.com> - 2.0.0-1
+- Update to 2.0.0
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 8c91166..d9d941d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84386a596578a7c0c92c7b999a7f16f0  libzrtpcpp-1.4.3.tar.gz
+dc1501e7e8a46a1608fc3820c7476727  libzrtpcpp-2.0.0.tar.gz


More information about the scm-commits mailing list