[python-visual] add BR gtkglextmm-devel workaround for #580984

tomspur tomspur at fedoraproject.org
Sun Nov 14 23:55:10 UTC 2010


commit d77a04ddeb75bb9fbe38608e0c07aa18092cb9ec
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Mon Nov 15 00:54:54 2010 +0100

    add BR gtkglextmm-devel workaround for #580984

 python-visual.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/python-visual.spec b/python-visual.spec
index 263b5d4..89008b6 100644
--- a/python-visual.spec
+++ b/python-visual.spec
@@ -11,7 +11,7 @@
 
 Name:           python-visual
 Version:        5.32
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        3D Programming
 
 Group:          Development/Languages
@@ -27,6 +27,9 @@ BuildRequires:  libglademm24-devel
 BuildRequires:  python2-devel
 BuildRequires:  numpy
 
+#See: https://bugzilla.redhat.com/show_bug.cgi?id=580984
+Requires:       gtkglextmm-devel
+
 Obsoletes:      vpython < %{version}
 Provides:       vpython = %{version}
 
@@ -106,6 +109,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Nov 15 2010 Thomas Spura <tomspur at fedoraproject.org> - 5.32-10
+- add BR gtkglextmm-devel workaround for #580984
+
 * Thu Oct  7 2010 Thomas Spura <tomspur at fedoraproject.org> - 5.32-9
 - follow Packaging:AutoProvidesAndRequiresFiltering
 


More information about the scm-commits mailing list