[python-visual] delete obsolete file (prevents to build against new boost)

tomspur tomspur at fedoraproject.org
Wed Aug 31 12:57:08 UTC 2011


commit 3c6649c4d55a0306496bc98615ac0086165b5416
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Wed Aug 31 14:56:40 2011 +0200

    delete obsolete file (prevents to build against new boost)

 python-visual.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/python-visual.spec b/python-visual.spec
index a1e4056..d9a3931 100644
--- a/python-visual.spec
+++ b/python-visual.spec
@@ -15,7 +15,7 @@
 
 Name:           python-visual
 Version:        5.71
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        3D Programming
 
 Group:          Development/Languages
@@ -80,6 +80,11 @@ Documentation and examples for developing with %{name}
 %setup -q -n visual-%{version}_release
 #rm -r dependencies
 
+# redundant file (and prevents to build against boost-1.47.0
+rm ./src/gtk2/random_device.cpp
+sed -i "s/random_device.lo//g" ./src/Makefile.in
+sed -i "s/random_device.o//g" ./src/gtk2/makefile
+
 #patch0
 #autoreconf -fi
 #bash autogen.sh
@@ -180,6 +185,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Aug 31 2011 Thomas Spura <tomspur at fedoraproject.org> - 5.71-2
+- delete obsolete file (prevents to build against new boost)
+
 * Sat Jul 23 2011 Thomas Spura <tomspur at fedoraproject.org> - 5.71-1
 - update to new version (also to rebuild with new boost)
 


More information about the scm-commits mailing list