- spec file changes:
* drop static library because everything that needs maintenance
patch is then vulnerable without rebuild (see bug that was just patched)
* drop Group since it was wrong anyway
* move runtime library to its won subpackage from executable
* switch to cmake
* update sover ourselves since upstream doesn't do this and
seems to break ABI between versions.
- c++11.patch: drop C++11 standard in favour of latest
- sover.patch: patch to update sover on version updates, generated
from sover.patch.in during setup
- squirrel-gcc47.patch: dropped, fixed upstream
- squirrel-autoconfiscate.patch: dropped, obsolete
- squirrel-rename_binary.patch: dropped, obsolete
- squirrel-config.cmake.in: add missing file
- squirrel.rpmlintrc: ignore EOL warnings in doc files
OBS-URL: https://build.opensuse.org/request/show/1073749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squirrel?expand=0&rev=14
- spec file changes:
* drop static library because everything that needs maintenance
patch is then vulnerable without rebuild (see bug that was just patched)
* drop Group since it was wrong anyway
* move runtime library to its won subpackage from executable
* switch to cmake
* update sover ourselves since upstream doesn't do this and
seems to break ABI between versions.
- c++11.patch: drop C++11 standard in favour of latest
- sover.patch: patch to update sover on version updates, generated
from sover.patch.in during setup
- squirrel-gcc47.patch: dropped, fixed upstream
- squirrel-autoconfiscate.patch: dropped, obsolete
- squirrel-config.cmake.in: add missing file
- squirrel.rpmlintrc: ignore EOL warnings in doc files
OBS-URL: https://build.opensuse.org/request/show/1073296
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/squirrel?expand=0&rev=25
- update to 3.2 (bsc#1201974, CVE-2021-41556):
* added new inline bind env syntax for closures
* added sq_tailcall
* added rawcall keyword
* added post call initializer syntax
* added table.keys() and table.values()
* added table.filter()
* added skipempty in split()
* additional parameters in array.map() and array.apply()
* additional optional initializer in array.reduce()
* added sqstd_pushstringf and sqstd_throwerrorf
* closure.call() is now a "native tailcall" and the invoked function can now be suspended
* fixed sq_newmember and sq_rawnewmember properly pop parameters
* fixed capturing free variable on for loop counter before a break statement
* fixed \u in lexer
* various bugfixes
* sq_gettypetag doesn't set last error(it's treated as SQBool function but keeps a SQRESULT for backward compatibility)
* fixed _set method in userdata delegates
* fixed some warnings
- drop squirrel-aliasing.patch, squirrel-ptr_conversion.patch (upstream)
OBS-URL: https://build.opensuse.org/request/show/1058212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squirrel?expand=0&rev=13
* added new inline bind env syntax for closures
* added sq_tailcall
* added rawcall keyword
* added post call initializer syntax
* added table.keys() and table.values()
* added table.filter()
* added skipempty in split()
* additional parameters in array.map() and array.apply()
* additional optional initializer in array.reduce()
* added sqstd_pushstringf and sqstd_throwerrorf
* closure.call() is now a "native tailcall" and the invoked function can now be suspended
* fixed sq_newmember and sq_rawnewmember properly pop parameters
* fixed capturing free variable on for loop counter before a break statement
* fixed \u in lexer
* various bugfixes
* sq_gettypetag doesn't set last error(it's treated as SQBool function but keeps a SQRESULT for backward compatibility)
* fixed _set method in userdata delegates
* fixed some warnings
- drop squirrel-aliasing.patch, squirrel-ptr_conversion.patch (upstream)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/squirrel?expand=0&rev=23
- Update to version 3.0.7
* newthread and sq_newthread() no longer resets the base lib
function in the root table
* exceptions in the _inherited metamethod are propagated
* 'in' operator performance improvement
* fixed bug in print()
* fixed some documentation bug
- Use download Url as source
- Update patches;
* squirrel-gcc47.patch
* squirrel-ptr_conversion.patch
OBS-URL: https://build.opensuse.org/request/show/293406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squirrel?expand=0&rev=10