r3083 - in packages/trunk/renpy/debian: . patches

Miriam Ruiz baby-guest at alioth.debian.org
Tue Jun 26 15:33:47 UTC 2007


Author: baby-guest
Date: 2007-06-26 15:33:47 +0000 (Tue, 26 Jun 2007)
New Revision: 3083

Modified:
   packages/trunk/renpy/debian/changelog
   packages/trunk/renpy/debian/patches/00_module_setup.patch
   packages/trunk/renpy/debian/rules
Log:
New Upstream Release



Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog	2007-06-26 06:53:28 UTC (rev 3082)
+++ packages/trunk/renpy/debian/changelog	2007-06-26 15:33:47 UTC (rev 3083)
@@ -1,3 +1,9 @@
+renpy (6.3.0.ds1-1) unstable; urgency=low
+
+  * New Upstream Release.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 26 Jun 2007 15:22:52 +0000
+
 renpy (6.2.0.ds1-1) unstable; urgency=low
 
   *  New Upstream Release. First upload to Debian archive.

Modified: packages/trunk/renpy/debian/patches/00_module_setup.patch
===================================================================
--- packages/trunk/renpy/debian/patches/00_module_setup.patch	2007-06-26 06:53:28 UTC (rev 3082)
+++ packages/trunk/renpy/debian/patches/00_module_setup.patch	2007-06-26 15:33:47 UTC (rev 3083)
@@ -1,6 +1,6 @@
-diff -ruN renpy-5.5.4-orig/module/setup.py renpy-5.5.4/module/setup.py
---- renpy-5.5.4-orig/module/setup.py	2006-07-23 11:08:28.000000000 +0200
-+++ renpy-5.5.4/module/setup.py	2006-08-18 21:23:16.702523250 +0200
+diff -ruN renpy-6.3.0.orig/module/setup.py renpy-6.3.0/module/setup.py
+--- renpy-6.3.0.orig/module/setup.py	2007-05-08 21:58:48.000000000 +0000
++++ renpy-6.3.0/module/setup.py	2007-06-26 15:29:57.000000000 +0000
 @@ -12,25 +12,10 @@
  except:
      pass
@@ -23,10 +23,10 @@
  # Default compile arguements for everybody.
 -include_dirs = [ install + "/include", install + "/include/SDL" ]
 -library_dirs = [ install + "/lib" ]
--extra_compile_args = [ "-O3", "-funroll-loops" ]
+-extra_compile_args = [ "-O3", "-funroll-loops", "-ffast-math" ]
 +include_dirs = [ "/usr/include", "/usr/include/SDL" ]
 +library_dirs = [ "/usr/lib" ]
-+extra_compile_args = [ "-O2", "-funroll-loops" ]
++extra_compile_args = [ "-O2", "-funroll-loops", "-ffast-math" ]
  extra_link_args = [ ]
  png_libraries = [ 'png', "z" ]
  sdl_libraries = [ 'SDL' ]

Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2007-06-26 06:53:28 UTC (rev 3082)
+++ packages/trunk/renpy/debian/rules	2007-06-26 15:33:47 UTC (rev 3083)
@@ -113,7 +113,7 @@
 	dh_md5sums -a
 	dh_builddeb -a
 
-RENPY_VERSION = 6.2.0
+RENPY_VERSION = 6.3.0
 get-orig-source:
 	dh_testdir
 	dh_testroot




More information about the Pkg-games-commits mailing list