[farsight2/f14] update to 0.0.22 to fix F14 FTBFS on x86 and ARM

Peter Robinson pbrobinson at fedoraproject.org
Wed Aug 24 08:03:17 UTC 2011


commit f3992f3fafa54d6bcf848a0c40e3c69c1b38f4b0
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Aug 24 09:03:02 2011 +0100

    update to  0.0.22 to fix F14 FTBFS on x86 and ARM

 .gitignore     |    1 +
 farsight2.spec |   20 +++++++++++---------
 sources        |    2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e4fac2..2179b15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 farsight2-0.0.21.tar.gz
+/farsight2-0.0.22.tar.gz
diff --git a/farsight2.spec b/farsight2.spec
index b3282ab..965a94b 100644
--- a/farsight2.spec
+++ b/farsight2.spec
@@ -6,24 +6,23 @@
 %define gst_python 0.10.10
 
 Name:           farsight2
-Version:        0.0.21
-Release:        2%{?dist}
+Version:        0.0.22
+Release:        1%{?dist}
 Summary:        Libraries for videoconferencing
 
 Group:          System Environment/Libraries
 License:	LGPLv2+
 URL:            http://farsight.freedesktop.org/wiki/
 Source0:        http://farsight.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	glib2-devel >= 2.14
+BuildRequires:	glib2-devel >= 2.16
 BuildRequires:  gstreamer-devel >= %{gst_ver}
 BuildRequires:	gstreamer-plugins-base-devel >= %{gst_plugins_base_ver}
 BuildRequires:	gstreamer-python-devel >= %{gst_python}
 BuildRequires:	libnice-devel >= 0.0.9
 BuildRequires:	gupnp-igd-devel
 BuildRequires:	python-devel
-BuildRequires:	pygobject2-devel
+BuildRequires:	pygobject2-devel >= 2.16.0
 
 Requires:	gstreamer-plugins-bad-free >= %{gst_plugins_bad}
 
@@ -78,10 +77,6 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %post -p /sbin/ldconfig
 
 
@@ -96,6 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}-0.0/libmulticast-transmitter.so
 %{_libdir}/%{name}-0.0/librawudp-transmitter.so
 %{_libdir}/%{name}-0.0/libnice-transmitter.so
+%{_libdir}/%{name}-0.0/libshm-transmitter.so
 %{_libdir}/gstreamer-0.10/libfsfunnel.so
 %{_libdir}/gstreamer-0.10/libfsrtpconference.so
 %{_libdir}/gstreamer-0.10/libfsvideoanyrate.so
@@ -118,6 +114,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov  1 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.0.22-1
+- Update to 0.0.22.
+- Add shm-transmitter plugin to files.
+- Drop clean section and buildroot. No longer needed.
+- Bump min requires for pyobject2 & glib2.
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.0.21-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 4e6ef01..7585753 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5898612c389f3538a4160e677c03087a  farsight2-0.0.21.tar.gz
+e1f540cf3ebab06c3d7db1f46b44ac88  farsight2-0.0.22.tar.gz


More information about the scm-commits mailing list