Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package love for openSUSE:Factory checked in at 2022-02-21 17:46:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/love (Old) and /work/SRC/openSUSE:Factory/.love.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "love" Mon Feb 21 17:46:42 2022 rev:9 rq:956317 version:11.4 Changes: -------- --- /work/SRC/openSUSE:Factory/love/love.changes 2021-07-28 19:21:13.275542544 +0200 +++ /work/SRC/openSUSE:Factory/.love.new.1958/love.changes 2022-02-21 17:48:40.991631229 +0100 @@ -1,0 +2,72 @@ +Sat Feb 19 18:41:00 UTC 2022 - Carsten Ziepke <kiel...@gmail.com> + +- update to 11.4: + * Added a variant of love.filesystem.newFileData which accepts + a Data object. + * Added Body:getLocalPoints. + * Added Font:getKerning. + * Added support for r16, rg16, and rgba16 pixel formats in + Canvases. + * Added Shader:send(name, matrixlayout, data, ...) variant, + whose argument order is more consistent than + Shader:send(name, data, matrixlayout, ...). + * Changed all builds and platforms where LOVE provides LuaJIT + to use LuaJIT 2.1 instead of 2.0. + * Changed love.timer.getTime to start at 0 when the module is + first loaded. + * Changed certain out-of-Lua-memory situations to show a + message box instead of instantly crashing. + * Changed the naming scheme of LOVE's embedded Lua files for + improved integration with Lua chunkname APIs. + * Fixed build-time compatibility with Lua 5.4. + * Fixed code compatibility with math.mod and string.gfind when + LuaJIT 2.1 is used. + * Fixed errors on some systems related to > 53 bit pointer + addresses, when recent versions of LuaJIT 2.1 are used. + * Fixed File:isEOF when called on a dropped file. + * Fixed support for > 2GB dropped files on desktops. + * Fixed ByteData and DataView missing Data:clone + implementations. + * Fixed love.physics meter scale value persisting after + love.event.quit("restart"). + * Fixed audio to resume properly after interruption on iOS. + * Fixed love.graphics.newVideo to error instead of crash when + an invalid video file is given. + * Fixed initial window creation to set the window's title + during creation instead of after. + * Fixed the window's screen position when exiting fullscreen + via love.window.setFullscreen. + * Fixed love.displayrotated being given a boolean instead of + an enum string. + * Fixed memory corruption and a crash when drawing smooth + lines. + * Fixed a crash in Canvas:newImageData when the pixel format's + pixel byte size multiplied by its width isn't a multiple of 4. + * Fixed love.graphics.newVolumeImage when explicit mipmaps + are provided. + * Fixed freezes and crashes in automatic batching when an + AMD GPU is used. + * Fixed love.graphics.print and Image:replacePixels on more + AMD/ATI GPUs. + * Fixed Font:setFallbacks to account for different DPI scales + in each fallback font. + * Fixed Font:getWrap to not remove trailing newlines. + * Fixed Text:getWidth when the Text's string only contains + spaces. + * Fixed a crash with some Intel graphics drivers on Linux. + * Fixed texture memory reported by love.graphics.getStats when + a volume or array Canvas is created. + * Fixed DXT1 textures which use 1 bit alpha-cutout. + * Fixed rare issues where textures were not sent to shaders + correctly. + * Fixed Shader:send(name, data, matrixlayout, ...). + * Fixed quad offsets in ParticleSystems when + ParticleSystem:setOffset is not used. + * Fixed a performance issue with setting a small subrange of + data in non-stream Meshes and SpriteBatches. + * Fixed rounded rectangles breaking if the rx or ry parameters + are negative. + * Fixed rounded rectangle automatic points calculation when + rx or ry are more than half the rectangle's size. + +------------------------------------------------------------------- Old: ---- love-11.3-linux-src.tar.gz New: ---- love-11.4-linux-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ love.spec ++++++ --- /var/tmp/diff_new_pack.00NJA1/_old 2022-02-21 17:48:41.567631401 +0100 +++ /var/tmp/diff_new_pack.00NJA1/_new 2022-02-21 17:48:41.571631401 +0100 @@ -1,7 +1,7 @@ # # spec file for package love # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %bcond_without mpg123 Name: love -Version: 11.3 +Version: 11.4 Release: 0 Summary: 2D gaming engine written in Lua License: Zlib @@ -64,7 +64,7 @@ --disable-mpg123 \ %endif --disable-static -make %{?_smp_mflags} +%make_build %install %make_install ++++++ love-11.3-linux-src.tar.gz -> love-11.4-linux-src.tar.gz ++++++ ++++ 67651 lines of diff (skipped)