diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,6 +1,7 @@ libSDL2-2.0.so.0 libSDL2_mixer-2.0.so.0 libc.so.6 +libcxsparse.so.3 libdl.so.2 libfreetype.so.6 libluajit-5.1.so.2 diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -219,10 +219,12 @@ libc.so.6:textdomain libc.so.6:time libc.so.6:unlink +libcxsparse.so.3:cs_di_spfree libdl.so.2:dlclose libdl.so.2:dlopen libdl.so.2:dlsym libfreetype.so.6:FT_Done_Face +libfreetype.so.6:FT_Done_FreeType libfreetype.so.6:FT_Get_Char_Index libfreetype.so.6:FT_Init_FreeType libfreetype.so.6:FT_Load_Glyph @@ -240,6 +242,7 @@ libluajit-5.1.so.2:luaL_newmetatable libluajit-5.1.so.2:luaL_newstate libluajit-5.1.so.2:luaL_openlibs +libluajit-5.1.so.2:luaL_optinteger libluajit-5.1.so.2:luaL_optlstring libluajit-5.1.so.2:luaL_ref libluajit-5.1.so.2:luaL_register diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : naev -version : 0.8.0 -release : 13 +version : 0.8.2 +release : 14 source : - - https://github.com/naev/naev/releases/download/v0.8.0/naev-0.8.0-source.tar.gz : 06a66179eea1e5160b70ee32965fb9321709aea4138719ca1e29712f842db4ee + - https://github.com/naev/naev/releases/download/v0.8.2/naev-0.8.2-source.tar.gz : e473aa44b8290e7ae03251d2a75f5e73e93b86edbbc94b2e684af09781ce0b31 license : GPL-3.0-or-later component : games.action summary : Naev is a 2D space trading and combat game, in a similar vein to Escape Velocity @@ -15,9 +15,11 @@ - pkgconfig(luajit) - pkgconfig(openal) - pkgconfig(vorbisfile) + - suitesparse-devel setup : | %configure --disable-debug --disable-shave build : | %make install : | %make_install + rm -rfv $installdir/usr/share/doc diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ naev - Joshua Strobl - joshua@getsol.us + Alexander Vorobyev + avorobyev@protonmail.com GPL-3.0-or-later games.action @@ -21,9 +21,6 @@ /usr/bin/naev /usr/share/applications/org.naev.naev.desktop - /usr/share/doc/naev/LICENSE - /usr/share/doc/naev/README - /usr/share/doc/naev/TODO /usr/share/icons/hicolor/256x256/apps/naev.png /usr/share/locale/de/LC_MESSAGES/naev_src.mo /usr/share/locale/ja/LC_MESSAGES/naev_src.mo @@ -4154,12 +4151,12 @@ - - 2021-06-26 - 0.8.0 + + 2021-07-02 + 0.8.2 Packaging update - Joshua Strobl - joshua@getsol.us + Alexander Vorobyev + avorobyev@protonmail.com \ No newline at end of file