[gnome-python2/f19] Drop requires on bonobo-activation, since it is the same as libbonobo,

Colin Walters walters at fedoraproject.org
Fri May 3 18:28:09 UTC 2013


commit 6c6f9cc52776d45dceca7c821082bc6980cf40e9
Author: Colin Walters <walters at verbum.org>
Date:   Fri May 3 14:28:02 2013 -0400

    Drop requires on bonobo-activation, since it is the same as libbonobo,
    
      but that package dropped the provides.

 gnome-python2.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gnome-python2.spec b/gnome-python2.spec
index 803c2b4..1563d2d 100644
--- a/gnome-python2.spec
+++ b/gnome-python2.spec
@@ -10,7 +10,6 @@
 %define libgnomecanvas_version          2.8.0
 %define libgnomevfs_version             2.14.0
 %define gconf_version                   2.11.1
-%define bonobo_activation_version       2.8.0
 %define libbonobo_version               2.8.0
 %define libbonoboui_version             2.8.0
 %define pygobject_version               2.17.0
@@ -20,7 +19,7 @@
 
 Name: gnome-python2
 Version: 2.28.1
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: PyGNOME Python extension module
@@ -90,7 +89,6 @@ Requires: libbonobo%{?_isa} >= %{libbonobo_version}
 Requires: libbonoboui%{?_isa} >= %{libbonoboui_version}
 Requires: pyorbit%{?_isa} >= %{pyorbit_version}
 # this is provided by libbonobo
-Requires: bonobo-activation >= %{bonobo_activation_version}
 # bonobo.ui imports gnomecanvas (bz #689836)
 Requires: %{name}-canvas%{?_isa} = %{version}-%{release}
 
@@ -206,6 +204,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm {} \;
 rm -f %{python_sitearch}/bonobo/__init__.{pyc,pyo}
 
 %changelog
+* Fri May 03 2013 Colin Walters <walters at verbum.org> - 2.28.1-12
+- Drop requires on bonobo-activation, since it is the same as libbonobo,
+  but that package dropped the provides.
+
 * Fri May 03 2013 Colin Walters <walters at verbum.org> - 2.28.1-11
 - Rebuild against latest libbonobo
 


More information about the scm-commits mailing list