[Python-modules-commits] r6035 - in packages/rabbyt/trunk/debian (3 files)
miriam at users.alioth.debian.org
miriam at users.alioth.debian.org
Wed Jul 23 19:15:16 UTC 2008
Date: Wednesday, July 23, 2008 @ 19:15:14
Author: miriam
Revision: 6035
Prepare new release
Modified:
packages/rabbyt/trunk/debian/changelog
packages/rabbyt/trunk/debian/patches/01_disable-O3.patch
packages/rabbyt/trunk/debian/patches/series
Modified: packages/rabbyt/trunk/debian/changelog
===================================================================
--- packages/rabbyt/trunk/debian/changelog 2008-07-23 18:29:54 UTC (rev 6034)
+++ packages/rabbyt/trunk/debian/changelog 2008-07-23 19:15:14 UTC (rev 6035)
@@ -1,9 +1,13 @@
-rabbyt (0.7.5-2) UNRELEASED; urgency=low
+rabbyt (0.8.1-1) unstable; urgency=low
+ [ Miriam Ruiz ]
+ * New Upstream Release.
+
+ [ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
- -- Sandro Tosi <matrixhasu at gmail.com> Thu, 03 Jan 2008 12:16:20 +0100
+ -- Miriam Ruiz <little_miry at yahoo.es> Wed, 23 Jul 2008 21:07:30 +0200
rabbyt (0.7.5-1) unstable; urgency=low
Modified: packages/rabbyt/trunk/debian/patches/01_disable-O3.patch
===================================================================
--- packages/rabbyt/trunk/debian/patches/01_disable-O3.patch 2008-07-23 18:29:54 UTC (rev 6034)
+++ packages/rabbyt/trunk/debian/patches/01_disable-O3.patch 2008-07-23 19:15:14 UTC (rev 6035)
@@ -1,13 +1,13 @@
-Index: Rabbyt-0.7.5/setup.py
+Index: Rabbyt-0.8.1/setup.py
===================================================================
---- Rabbyt-0.7.5.orig/setup.py 2007-10-18 16:13:38.000000000 +0200
-+++ Rabbyt-0.7.5/setup.py 2007-10-18 16:14:01.000000000 +0200
-@@ -86,7 +86,7 @@
- GL = "GL"
- GLU = "GLU"
- else:
-- compile_args=['-O3']
-+ compile_args=[]
- link_args=[]
- GL = "GL"
- GLU = "GLU"
+--- Rabbyt-0.8.1.orig/setup.py 2008-02-29 19:43:37.000000000 +0100
++++ Rabbyt-0.8.1/setup.py 2008-07-23 21:11:59.000000000 +0200
+@@ -43,7 +43,7 @@
+
+ transform = {}
+ exclude = []
+- compile_args = ["-O3"]
++ compile_args = []
+ link_args = []
+ if sys.platform == "win32":
+ transform = {'GL':'opengl32', 'GLU':'glu32'}
Modified: packages/rabbyt/trunk/debian/patches/series
===================================================================
--- packages/rabbyt/trunk/debian/patches/series 2008-07-23 18:29:54 UTC (rev 6034)
+++ packages/rabbyt/trunk/debian/patches/series 2008-07-23 19:15:14 UTC (rev 6035)
@@ -1 +1 @@
-01_disable-O3.patch -p1
+01_disable-O3.patch
More information about the Python-modules-commits
mailing list