diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 8ed1351..d59ac91 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1730585843 -commit: 9a22a59be248dc14a6b28b64cba0c1fb19c02bf18385677fe4648230b3196792 +mtime: 1732495289 +commit: 8ac28958cf6c7be823f1a1760a93140cbf6b96eac5504143718b3698fcb4ec6e url: https://src.opensuse.org/jengelh/libt3key revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 0753bf1..7cf92cd 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19c4a04125f5cb154dd9b3791d87a21b76be17efaf7cda5a1122f9ccd2f111e3 +oid sha256:f662d17a47f27367ef9854bd947218352e1554f51a205f9a4e809147b36f866d size 256 diff --git a/libt3key-0.2.10.tar.bz2 b/libt3key-0.2.10.tar.bz2 deleted file mode 100644 index 079f4d0..0000000 --- a/libt3key-0.2.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3f63c8a5bdf4efc10a293e5124a4a1095af6149af96b0a10b3ce7da7400f8c1 -size 87863 diff --git a/libt3key-0.2.10.tar.bz2.sig b/libt3key-0.2.10.tar.bz2.sig deleted file mode 100644 index 3b2fd9e..0000000 Binary files a/libt3key-0.2.10.tar.bz2.sig and /dev/null differ diff --git a/libt3key-0.2.11.tar.bz2 b/libt3key-0.2.11.tar.bz2 new file mode 100644 index 0000000..fb8ceae --- /dev/null +++ b/libt3key-0.2.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dfdef50be52e365f68745df6177e819df5a7600e61716063d5480f7db3c06c +size 88148 diff --git a/libt3key-0.2.11.tar.bz2.sig b/libt3key-0.2.11.tar.bz2.sig new file mode 100644 index 0000000..7e34c35 Binary files /dev/null and b/libt3key-0.2.11.tar.bz2.sig differ diff --git a/libt3key.changes b/libt3key.changes index 6b73001..29d59b7 100644 --- a/libt3key.changes +++ b/libt3key.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 25 00:29:31 UTC 2024 - Jan Engelhardt + +- Update to release 0.2.11 + * GCC 14 support +- Delete ncurses.patch (merged) + ------------------------------------------------------------------- Sat Nov 2 15:11:49 UTC 2024 - Jan Engelhardt diff --git a/libt3key.spec b/libt3key.spec index 89a77c3..caaa886 100644 --- a/libt3key.spec +++ b/libt3key.spec @@ -18,7 +18,7 @@ Name: libt3key %define lname libt3key1 -Version: 0.2.10 +Version: 0.2.11 Release: 0 Summary: The Tilde Toolkit's terminal key sequence database library License: GPL-3.0-only @@ -28,7 +28,6 @@ URL: https://os.ghalkes.nl/t3/libt3key.html Source: https://os.ghalkes.nl/dist/%name-%version.tar.bz2 Source2: https://os.ghalkes.nl/dist/%name-%version.tar.bz2.sig Source3: %name.keyring -Patch1: ncurses.patch BuildRequires: fdupes BuildRequires: gettext-tools BuildRequires: libtool @@ -81,7 +80,9 @@ This subpackage contains the t3learnkeys and t3keyc programs. %build export CC=gcc -%configure --docdir="%_docdir/%name" +# not autoconf :-/ +./configure --prefix="%_prefix" --includedir="%_includedir/t3/key" \ + --libdir="%_libdir" --docdir="%_docdir/%name" %make_build %install diff --git a/ncurses.patch b/ncurses.patch deleted file mode 100644 index f673c25..0000000 --- a/ncurses.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Jan Engelhardt -Date: 2024-11-02 16:06:53.256545988 +0100 -References: https://github.com/gphalkes/t3key/pull/2 - -.config.c:8:13: error: implicit declaration of function ‘setupterm’; did you mean ‘set_term’? [-Wimplicit-function-declaration] - ---- - config.pkg | 1 + - 1 file changed, 1 insertion(+) - -Index: libt3key-0.2.10/config.pkg -=================================================================== ---- libt3key-0.2.10.orig/config.pkg -+++ libt3key-0.2.10/config.pkg -@@ -144,6 +144,7 @@ EOF - #include - #include - #include -+#include - - int main(int argc, char *argv[]) { - int args[9], error, fd;