[renpy] 24/146: New Upstream Release

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch experimental
in repository renpy.

commit c3e35318a1586cfc4da38b4da19f732748fcaff5
Author: Miriam Ruiz <little_miry at yahoo.es>
Date:   Tue Jun 26 15:33:47 2007 +0000

    New Upstream Release
---
 debian/changelog                     |  6 ++++++
 debian/patches/00_module_setup.patch | 10 +++++-----
 debian/rules                         |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 287a368..abd6c34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/debian/patches/00_module_setup.patch b/debian/patches/00_module_setup.patch
index 15a598f..3123219 100644
--- a/debian/patches/00_module_setup.patch
+++ b/debian/patches/00_module_setup.patch
@@ -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 @@ diff -ruN renpy-5.5.4-orig/module/setup.py renpy-5.5.4/module/setup.py
  # 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' ]
diff --git a/debian/rules b/debian/rules
index aa0f41c..9189004 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,7 +113,7 @@ binary-arch: build install-arch
 	dh_md5sums -a
 	dh_builddeb -a
 
-RENPY_VERSION = 6.2.0
+RENPY_VERSION = 6.3.0
 get-orig-source:
 	dh_testdir
 	dh_testroot

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git



More information about the Pkg-games-commits mailing list