[ccrtp] Update to 2.0.2

Kevin Fenzi kevin at fedoraproject.org
Mon Jan 23 03:29:44 UTC 2012


commit da6937f1557c74300e29dbb78137428da957e062
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Jan 22 20:29:41 2012 -0700

    Update to 2.0.2

 .gitignore |    1 +
 ccrtp.spec |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adecfd3..0130992 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ccrtp-1.7.1.tar.gz
+/ccrtp-2.0.2.tar.gz
diff --git a/ccrtp.spec b/ccrtp.spec
index fb57242..1dc2dcb 100644
--- a/ccrtp.spec
+++ b/ccrtp.spec
@@ -1,13 +1,13 @@
 Summary: Common C++ class framework for RTP/RTCP
 Name: ccrtp
-Version: 1.7.1
-Release: 4%{?dist}
+Version: 2.0.2
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 Source0: http://ftp.gnu.org/pub/gnu/ccrtp/ccrtp-%{version}.tar.gz
 URL: http://www.gnu.org/software/commoncpp/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: commoncpp2-devel >= 1.7.0, doxygen, libgcrypt-devel
+BuildRequires: commoncpp2-devel >= 1.7.0, doxygen, libgcrypt-devel, ucommon-devel
 
 %description
 ccRTP is a generic, extensible and efficient C++ framework for
@@ -75,11 +75,14 @@ fi
 %dir %{_includedir}/ccrtp
 %{_includedir}/ccrtp/*
 %{_libdir}/*.so
-%{_libdir}/pkgconfig/libccrtp1.pc
+%{_libdir}/pkgconfig/libccrtp.pc
 %{_infodir}/ccrtp.info*
 
 
 %changelog
+* Sun Jan 22 2012 Kevin Fenzi <kevin at scrye.com> - 2.0.2-1
+- Update to 2.0.2
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 197e308..113dfcc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f5d34a18f2c1c779d2e5818cc4987f8  ccrtp-1.7.1.tar.gz
+dd676a6359e549b5a45ed3992e8a7056  ccrtp-2.0.2.tar.gz


More information about the scm-commits mailing list