diff --git a/ccrtp-2.1.1.tar.gz b/ccrtp-2.1.1.tar.gz deleted file mode 100644 index 0a6abbe..0000000 --- a/ccrtp-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0da4e50a40ed3baff5043c0752ec7808dcd218be3fe602606eb99c7daa9837dc -size 768122 diff --git a/ccrtp-2.1.1.tar.gz.sig b/ccrtp-2.1.1.tar.gz.sig deleted file mode 100644 index 99af331..0000000 Binary files a/ccrtp-2.1.1.tar.gz.sig and /dev/null differ diff --git a/ccrtp-2.1.2.tar.gz b/ccrtp-2.1.2.tar.gz new file mode 100644 index 0000000..a43aa27 --- /dev/null +++ b/ccrtp-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f035ca0e1b5d37b78e358f07a25b05c5cdaf2c85c4b31cf29f6be17f288a349e +size 764869 diff --git a/ccrtp-2.1.2.tar.gz.sig b/ccrtp-2.1.2.tar.gz.sig new file mode 100644 index 0000000..f22c2db Binary files /dev/null and b/ccrtp-2.1.2.tar.gz.sig differ diff --git a/ccrtp.changes b/ccrtp.changes index 24b1904..65ced99 100644 --- a/ccrtp.changes +++ b/ccrtp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 13 17:20:26 UTC 2015 - jengelh@inai.de + +- Update to new upstream release 2.1.2 +* use ucommon cmake macros during build +- run through spec-beautifier + ------------------------------------------------------------------- Thu Dec 25 16:13:49 UTC 2014 - p.drouand@gmail.com diff --git a/ccrtp.spec b/ccrtp.spec index 07f0153..fd12295 100644 --- a/ccrtp.spec +++ b/ccrtp.spec @@ -1,7 +1,7 @@ # # spec file for package ccrtp # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: ccrtp %define lname libccrtp3 -Version: 2.1.1 +Version: 2.1.2 Release: 0 Summary: A Common C++ Class Framework for RTP Packets License: SUSE-GPL-2.0+-with-openssl-exception @@ -32,8 +32,7 @@ Source3: %name.keyring BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: libgcrypt-devel -BuildRequires: libstdc++-devel -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: ucommon-devel >= 6.2.2 %if 0%{?suse_version} BuildRequires: fdupes @@ -58,7 +57,7 @@ packet queues. Summary: Include-files and documentation for ccrtp Group: Development/Libraries/Other PreReq: %install_info_prereq -Requires: %{lname} = %{version} +Requires: %lname = %version Requires: libgcrypt-devel Requires: ucommon-devel >= 5.0.0 Provides: %lname-devel = %version @@ -97,24 +96,23 @@ rm -f "%buildroot/%_libdir"/*.la; %postun -n %lname -p /sbin/ldconfig %post devel -%install_info --info-dir=%{_infodir} %{_infodir}/ccrtp.info.gz +%install_info --info-dir=%_infodir %_infodir/ccrtp.info.gz %postun devel -%install_info_delete --info-dir=%{_infodir} %{_infodir}/ccrtp.info.gz +%install_info_delete --info-dir=%_infodir %_infodir/ccrtp.info.gz %files -n %lname %defattr(-,root,root,0755) %doc COPYING -%{_libdir}/libccrtp*.so.3* +%_libdir/libccrtp*.so.3* %files devel %defattr(-,root,root,0755) %doc AUTHORS NEWS README TODO ChangeLog -%{_libdir}/libccrtp*.so -%{_libdir}/pkgconfig/libccrtp.pc -%dir %{_includedir}/ccrtp -%{_includedir}/ccrtp/*.h -%{_infodir}/ccrtp.info* +%_libdir/libccrtp*.so +%_libdir/pkgconfig/*.pc +%_includedir/ccrtp/ +%_infodir/ccrtp.info* %files doc %defattr(-,root,root)