[flumotion] New 0.8.0 stable release

Peter Robinson pbrobinson at fedoraproject.org
Tue Sep 28 05:24:29 UTC 2010


commit d320437c90106631c59b724da36c572020239f84
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Sep 28 06:24:26 2010 +0100

    New 0.8.0 stable release

 .gitignore     |    1 +
 flumotion.spec |   20 +++++++++++---------
 sources        |    2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1f037a..9a4c95c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 flumotion-0.4.2.tar.bz2
+/flumotion-0.8.0.tar.bz2
diff --git a/flumotion.spec b/flumotion.spec
index c1eae3e..46455dd 100644
--- a/flumotion.spec
+++ b/flumotion.spec
@@ -7,24 +7,23 @@
 %define         gstreamer       gstreamer
 
 Name:           flumotion
-Version:        0.6.1
-Release:        2%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        Streaming Server based on GStreamer and Twisted
 
 Group:          Applications/Internet
 License:        GPLv2
 URL:            http://www.flumotion.net/
 Source:         http://www.flumotion.net/src/flumotion/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
-Requires:       python >= 2.4
+Requires:       python
 Requires:       %{gstreamer} >= %{gst_minver}
 Requires:       %{gstreamer}-plugins-base >= %{gstpb_minver}
 Requires:       %{gstreamer}-python >= %{gstpy_minver}
-Requires:       python-twisted-core >= 2.4.0
+Requires:       python-twisted-core
 Requires:       python-twisted-names
 Requires:       python-twisted-web
-Requires:       pygtk2 >= %{pygtk_minver}
+Requires:       pygtk2
 Requires:       python-imaging
 Requires:       pyOpenSSL
 Requires:       pkgconfig
@@ -36,11 +35,11 @@ Requires(post): openssl
 
 BuildRequires:  %{gstreamer}-devel >= %{gst_minver}
 BuildRequires:  %{gstreamer}-python >= %{gstpy_minver}
-BuildRequires:  python-twisted-core >= 2.4.0
+BuildRequires:  python-twisted-core
 BuildRequires:  python-twisted-names
 BuildRequires:  python-twisted-web
-BuildRequires:  python-devel >= 2.3
-BuildRequires:  pygtk2-devel >= %{pygtk_minver}
+BuildRequires:  python-devel
+BuildRequires:  pygtk2-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  python-kiwi >= %{kiwi_minver}
 
@@ -266,6 +265,9 @@ fi
 %{_sysconfdir}/rc.d/init.d/flumotion
 
 %changelog
+* Tue Sep 28 2010 Peter Robinson <pbrobinson at gmail.com> - 0.8.0-1
+- New 0.8.0 stable release
+
 * Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 0.6.1-2
 - recompiling .py files against Python 2.7 (rhbz#623296)
 
diff --git a/sources b/sources
index 4888088..a830e95 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22a9047871c5aebc84fc7fe4f3e4613d  flumotion-0.6.1.tar.bz2
+1df1f8fc47ca4cc6d3ead912f2ac76af  flumotion-0.8.0.tar.bz2


More information about the scm-commits mailing list