Hello community,

here is the log from the commit of package powdertoy for openSUSE:Factory 
checked in at 2017-09-29 11:57:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/powdertoy (Old)
 and      /work/SRC/openSUSE:Factory/.powdertoy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "powdertoy"

Fri Sep 29 11:57:26 2017 rev:3 rq:529161 version:92.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/powdertoy/powdertoy.changes      2017-09-13 
22:36:59.679354455 +0200
+++ /work/SRC/openSUSE:Factory/.powdertoy.new/powdertoy.changes 2017-09-29 
11:57:28.961066979 +0200
@@ -1,0 +2,8 @@
+Thu Sep 28 00:00:00 CEST 2017 - [email protected]
+
+- update to version 92.5
+ * Added - New sim.takeSnapshot and tpt.record lua functions
+ * Changed - Now compiled with luajit, should increase lua script performance 
by 10-40%
+ * Fix crash with BOMB explosions
+
+-------------------------------------------------------------------
@@ -6 +13,0 @@
-  * Changed - Fix incorrect 91.1 Windows executable being released
@@ -12 +18,0 @@
-  * Fix incorrect 91.1 Windows executable being released

Old:
----
  v92.2.333.tar.gz

New:
----
  v92.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ powdertoy.spec ++++++
--- /var/tmp/diff_new_pack.e1XnlE/_old  2017-09-29 11:57:30.576839148 +0200
+++ /var/tmp/diff_new_pack.e1XnlE/_new  2017-09-29 11:57:30.580838583 +0200
@@ -20,7 +20,7 @@
 License:        GPL-3.0
 Group:          Amusements/Games/Other
 Name:           powdertoy
-Version:        92.2.333
+Version:        92.5
 Release:        0
 Source:         
https://github.com/simtr/The-Powder-Toy/archive/v%{version}.tar.gz
 Url:            http://powdertoy.co.uk

++++++ v92.2.333.tar.gz -> v92.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/The-Powder-Toy-92.2.333/SConscript 
new/The-Powder-Toy-92.5/SConscript
--- old/The-Powder-Toy-92.2.333/SConscript      2017-09-05 05:08:52.000000000 
+0200
+++ new/The-Powder-Toy-92.5/SConscript  2017-09-21 15:06:38.000000000 +0200
@@ -134,7 +134,7 @@
                        env['ENV']['PATH'] = "{0}:{1}".format(sdlconfigpath, 
env['ENV']['PATH'])
 
 #copy environment variables because scons doesn't do this by default
-for var in ["CC","CXX","LD","LIBPATH"]:
+for var in ["CC","CXX","LD","LIBPATH","STRIP"]:
        if var in os.environ:
                env[var] = os.environ[var]
                print "copying environment variable 
{0}={1!r}".format(var,os.environ[var])
@@ -210,7 +210,8 @@
 def CheckFramework(context, framework):
        import SCons.Conftest
        #Extreme hack, TODO: maybe think of a better one (like replicating 
CheckLib here) or at least just fix the message
-       oldLinkFlags = context.env.Append(LINKFLAGS=["-framework", framework])
+       oldLinkFlags = env["LINKFLAGS"]
+       context.env.Append(LINKFLAGS=["-framework", framework])
        context.Display("Checking for Darwin Framework 
{0}...".format(framework))
        ret = SCons.Conftest.CheckLib(context, ["m"], autoadd = 0)
        context.did_show_result = 1
@@ -415,6 +416,8 @@
 elif platform == "Darwin":
        env.Append(CPPDEFINES=['MACOSX'])
        #env.Append(LINKFLAGS=['-headerpad_max_install_names']) #needed in some 
cross compiles
+       if GetOption('luajit'):
+               env.Append(LINKFLAGS=['-pagezero_size=10000', 
'-image_base=100000000'])
 
 
 #Add architecture flags and defines
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/The-Powder-Toy-92.2.333/src/Config.h 
new/The-Powder-Toy-92.5/src/Config.h
--- old/The-Powder-Toy-92.2.333/src/Config.h    2017-09-05 05:08:52.000000000 
+0200
+++ new/The-Powder-Toy-92.5/src/Config.h        2017-09-21 15:06:38.000000000 
+0200
@@ -16,11 +16,11 @@
 #endif
 
 #ifndef MINOR_VERSION
-#define MINOR_VERSION 2
+#define MINOR_VERSION 5
 #endif
 
 #ifndef BUILD_NUM
-#define BUILD_NUM 333
+#define BUILD_NUM 336
 #endif
 
 #ifndef SNAPSHOT_ID


Reply via email to