diff --git a/srt-1.3.1.tar.gz b/srt-1.3.1.tar.gz deleted file mode 100644 index 8d232b8..0000000 --- a/srt-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f202801d9e53cd8854fccc1ca010272076c32c318396c8f61fb9a61807c3dbea -size 783953 diff --git a/srt-1.3.3.tar.gz b/srt-1.3.3.tar.gz new file mode 100644 index 0000000..3b5b9ba --- /dev/null +++ b/srt-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2e50c027ebcf32f8ebf6525a29a15e765c7a94efb52ccc3c770a0384b1fbaf +size 878071 diff --git a/srt-no-rpath.patch b/srt-no-rpath.patch deleted file mode 100644 index b1ec4be..0000000 --- a/srt-no-rpath.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git i/CMakeLists.txt w/CMakeLists.txt -index e913122..2cc3c3d 100644 ---- i/CMakeLists.txt -+++ w/CMakeLists.txt -@@ -634,7 +634,6 @@ macro(srt_make_application name) - # be placed into the binrary directory anyway. - # XXX not sure about Mac. - # See this name used already in install(${TARGET_srt} LIBRARY DESTINATION...). -- set(FORCE_RPATH LINK_FLAGS -Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE INSTALL_RPATH_USE_LINK_PATH TRUE) - endif() - - # We state that Darwin always uses CLANG compiler, which honors this flag the same way. diff --git a/srt.changes b/srt.changes index 9411df6..8a856f7 100644 --- a/srt.changes +++ b/srt.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 19 19:06:58 UTC 2019 - Bjørn Lie + +- Update to version 1.3.3: + + Various bugfixes and feature enhancments. +- Update to version 1.3.2: + + Various bugfixes, feature enhancments, build fixes and + documentation updates. +- Drop srt-no-rpath.patch: Fixed upstream. + ------------------------------------------------------------------- Tue Nov 13 12:54:11 UTC 2018 - Antonio Larrosa diff --git a/srt.spec b/srt.spec index 89a0457..5051763 100644 --- a/srt.spec +++ b/srt.spec @@ -1,7 +1,7 @@ # # spec file for package srt # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -17,8 +17,9 @@ %define sover 1 + Name: srt -Version: 1.3.1 +Version: 1.3.3 Release: 0 Summary: Secure Reliable Transport (SRT) License: MPL-2.0 @@ -26,8 +27,7 @@ Group: Development/Libraries/C and C++ URL: https://www.srtalliance.org Source0: https://github.com/Haivision/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source99: baselibs.conf -# PATCH-FIX-UPSTREAM srt-no-rpath.patch -- Fix build, patch from archlinux -Patch0: srt-no-rpath.patch + BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ @@ -73,7 +73,7 @@ needed to develop applications with Secure Reliable Transport -DENABLE_SHARED=ON \ -DENABLE_STATIC=OFF \ %{nil} -make %{?_smp_mflags} +%cmake_build %install %cmake_install @@ -87,7 +87,7 @@ make %{?_smp_mflags} %{_bindir}/%{name}-ffplay %{_bindir}/%{name}-file-transmit %{_bindir}/%{name}-live-transmit -%{_bindir}/%{name}-multiplex +%{_bindir}/%{name}-tunnel %files -n libsrt%{sover} %license LICENSE