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 - 2.0.2-1 +- Update to 2.0.2 + * Thu Jan 12 2012 Fedora Release Engineering - 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