[flumotion/f15] update to 0.10.0

Thomas Vander Stichele thomasvs at fedoraproject.org
Thu Nov 10 11:27:35 UTC 2011


commit 8176c71b8e2847f853fbe9ffb317a10f4351100d
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Thu Nov 10 11:57:10 2011 +0100

    update to 0.10.0

 .gitignore     |    1 +
 flumotion.spec |   13 +++++++------
 sources        |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 66de942..01a5bd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 flumotion-0.4.2.tar.bz2
 /flumotion-0.8.0.tar.bz2
 /flumotion-0.8.1.tar.bz2
+/flumotion-0.10.0.tar.bz2
diff --git a/flumotion.spec b/flumotion.spec
index dc7aa91..7eb9be9 100644
--- a/flumotion.spec
+++ b/flumotion.spec
@@ -1,29 +1,30 @@
 %define         gst_minver      0.10.11
-%define         gstpb_minver    0.10.10
+%define         gstpb_minver    0.10.11
 %define         gstpy_minver    0.10.4
-%define         pygtk_minver    2.8.4
+%define         pygtk_minver    2.10.0
 %define         kiwi_minver     1.9.13
 
 %define         gstreamer       gstreamer
 
 Name:           flumotion
-Version:        0.8.1
+Version:        0.10.0
 Release:        1%{?dist}
 Summary:        Streaming Server based on GStreamer and Twisted
 
 Group:          Applications/Internet
-License:        GPLv2
+License:        LGPLv2
 URL:            http://www.flumotion.net/
 Source:         http://www.flumotion.net/src/flumotion/%{name}-%{version}.tar.bz2
 
-Requires:       python
+Requires:       python >= 2.4
 Requires:       %{gstreamer} >= %{gst_minver}
 Requires:       %{gstreamer}-plugins-base >= %{gstpb_minver}
 Requires:       %{gstreamer}-python >= %{gstpy_minver}
 Requires:       python-twisted-core
 Requires:       python-twisted-names
 Requires:       python-twisted-web
-Requires:       pygtk2
+Requires:       python-twisted-conch
+Requires:       pygtk2 >= %{pygtk_minver}
 Requires:       python-imaging
 Requires:       pyOpenSSL
 Requires:       pkgconfig
diff --git a/sources b/sources
index 8caa751..c0f25b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8970bb126a1720ae3f0b2d02924e5700  flumotion-0.8.1.tar.bz2
+d7a34333346828f19f83b24886efde14  flumotion-0.10.0.tar.bz2


More information about the scm-commits mailing list