[info=8ac28958cf6c7be823f1a1760a93140cbf6b96eac5504143718b3698fcb4ec6e]

OBS-URL: https://build.opensuse.org/package/show/editors/libt3key?expand=0&rev=15
This commit is contained in:
OBS User unknown 2024-11-25 00:41:51 +00:00 committed by Git OBS Bridge
parent 8cc5998713
commit bade7cc3b1
9 changed files with 17 additions and 31 deletions

View File

@ -1,4 +1,4 @@
mtime: 1730585843
commit: 9a22a59be248dc14a6b28b64cba0c1fb19c02bf18385677fe4648230b3196792
mtime: 1732495289
commit: 8ac28958cf6c7be823f1a1760a93140cbf6b96eac5504143718b3698fcb4ec6e
url: https://src.opensuse.org/jengelh/libt3key
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19c4a04125f5cb154dd9b3791d87a21b76be17efaf7cda5a1122f9ccd2f111e3
oid sha256:f662d17a47f27367ef9854bd947218352e1554f51a205f9a4e809147b36f866d
size 256

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3f63c8a5bdf4efc10a293e5124a4a1095af6149af96b0a10b3ce7da7400f8c1
size 87863

Binary file not shown.

BIN
libt3key-0.2.11.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libt3key-0.2.11.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 25 00:29:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.2.11
* GCC 14 support
- Delete ncurses.patch (merged)
-------------------------------------------------------------------
Sat Nov 2 15:11:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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

View File

@ -1,22 +0,0 @@
From: Jan Engelhardt <ej@inai.de>
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 <stdio.h>
#include <stdlib.h>
#include <curses.h>
+#include <term.h>
int main(int argc, char *argv[]) {
int args[9], error, fd;