[farstream02] Update to 0.2.3. Enable tests. Drop leak patches. Fixed upstream.

Brian Pepple bpepple at fedoraproject.org
Tue Apr 16 13:21:02 UTC 2013


commit 614ddfd3351a54c2be0d400ef537df811ade76f0
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Tue Apr 16 09:20:56 2013 -0400

    Update to 0.2.3.
    Enable tests.
    Drop leak patches. Fixed upstream.

 .gitignore                                         |    1 +
 0001-shm_fix_funnelpad_leak.patch                  |   26 ----------------
 0002-shm_fix_candidate_leak.patch                  |   21 -------------
 0003-fs-rtp-substream-fix_leak_caps_on_error.patch |   22 --------------
 0004-rtp-stream_plug_session_leak.patch            |   31 --------------------
 0005-fs-codec-plug_memory_leak.patch               |   22 --------------
 farstream02.spec                                   |   23 +++++++-------
 sources                                            |    2 +-
 8 files changed, 13 insertions(+), 135 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6c9a1e..724c7e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /farstream-0.2.0.tar.gz
 /farstream-0.2.1.tar.gz
 /farstream-0.2.2.tar.gz
+/farstream-0.2.3.tar.gz
diff --git a/farstream02.spec b/farstream02.spec
index b608bfb..e0d7b36 100644
--- a/farstream02.spec
+++ b/farstream02.spec
@@ -3,19 +3,14 @@
 %global far farstream
 
 Name:           %{far}02
-Version:        0.2.2
-Release:        3%{?dist}
+Version:        0.2.3
+Release:        1%{?dist}
 Summary:        Libraries for videoconferencing
 
 # Package is LGPLv2 except for a few files in /common/coverage/
 License:        LGPLv2+ and GPLv2+
 URL:            http://www.freedesktop.org/wiki/Software/Farstream
 Source0:        http://freedesktop.org/software/%{far}/releases/%{far}/%{far}-%{version}.tar.gz
-Patch0:         0001-shm_fix_funnelpad_leak.patch
-Patch1:         0002-shm_fix_candidate_leak.patch
-Patch2:         0003-fs-rtp-substream-fix_leak_caps_on_error.patch
-Patch3:         0004-rtp-stream_plug_session_leak.patch
-Patch4:         0005-fs-codec-plug_memory_leak.patch
 
 BuildRequires:  libnice-devel >= 0.1.3
 BuildRequires:  gstreamer1-devel >= %{gst_ver}
@@ -49,11 +44,10 @@ developing applications that use %{name}.
 
 %prep
 %setup -q -n %{far}-%{version}
-%patch0 -p1 -b .funnelpad
-%patch1 -p1 -b .candidate
-%patch2 -p1 -b .substream
-%patch3 -p1 -b .rtp-stream
-%patch4 -p1 -b .fs-codec
+
+
+%check
+make check
 
 
 %build
@@ -107,6 +101,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Tue Apr 16 2013 Brian Pepple <bpepple at fedoraproject.org> - 0.2.3-1
+- Update to 0.2.3.
+- Enable tests.
+- Drop leak patches. Fixed upstream.
+
 * Wed Mar 27 2013 Brian Pepple <bpepple at fedoraproject.org> - 0.2.2-3
 - Pull some patches from upstream that fix serveral leaks.
 
diff --git a/sources b/sources
index ecf41d8..40a62cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01c20c1ed014ad4e18e55f1f6caf7877  farstream-0.2.2.tar.gz
+a8971167068b69a6933d3eaaeb9ab448  farstream-0.2.3.tar.gz


More information about the scm-commits mailing list