From 51508cbd489af5a4715bd25dce6cdaf36bb374d3cb62bf0fb05e4eae6acb8f68 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 7 Jan 2019 13:25:25 +0000 Subject: [PATCH 1/2] - Update to new upstream release 0.2.9 OBS-URL: https://build.opensuse.org/package/show/editors/libt3key?expand=0&rev=7 --- libt3key-0.2.6.tar.bz2 | 3 --- libt3key-0.2.9.tar.bz2 | 3 +++ libt3key.changes | 10 ++++++++++ libt3key.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 libt3key-0.2.6.tar.bz2 create mode 100644 libt3key-0.2.9.tar.bz2 diff --git a/libt3key-0.2.6.tar.bz2 b/libt3key-0.2.6.tar.bz2 deleted file mode 100644 index c3e6869..0000000 --- a/libt3key-0.2.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c792d089327e927cd36c251f3f2077aad833f38069f22463fd9e48e56337910 -size 141764 diff --git a/libt3key-0.2.9.tar.bz2 b/libt3key-0.2.9.tar.bz2 new file mode 100644 index 0000000..d5695a6 --- /dev/null +++ b/libt3key-0.2.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce7221ea3d1a20a1f4393e3d1a11590ca414a706a353d42e306110ca754df4c +size 86707 diff --git a/libt3key.changes b/libt3key.changes index 2233987..b6d6154 100644 --- a/libt3key.changes +++ b/libt3key.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 7 13:23:35 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 0.2.9 + * Updated the rxvt definition to include keys from mrxvt. + * Updated the Linux key database with keys for Application + Keypad Mode. + * Added fallbacks from terminfo for many keys with modifiers, + using the ncurses extended names. + ------------------------------------------------------------------- Thu Feb 19 18:10:13 UTC 2015 - p.drouand@gmail.com diff --git a/libt3key.spec b/libt3key.spec index 92be835..2515da9 100644 --- a/libt3key.spec +++ b/libt3key.spec @@ -1,7 +1,7 @@ # # spec file for package libt3key # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,16 +12,16 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libt3key %define lname libt3key1 -Version: 0.2.6 +Version: 0.2.9 Release: 0 Summary: The Tilde Toolkit's terminal key sequence database library -License: GPL-3.0 +License: GPL-3.0-only Group: Development/Libraries/C and C++ Url: http://os.ghalkes.nl/t3/libt3key.html From 5f302014409df101ec5b1141e122664f5f886f20cf18d574433ef96529040c84 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 7 Jan 2019 13:28:07 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/editors/libt3key?expand=0&rev=8 --- libt3key.spec | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/libt3key.spec b/libt3key.spec index 2515da9..b82c20a 100644 --- a/libt3key.spec +++ b/libt3key.spec @@ -28,6 +28,7 @@ Url: http://os.ghalkes.nl/t3/libt3key.html #Git-Clone: git://github.com/gphalkes/t3key Source: http://os.ghalkes.nl/dist/%name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes BuildRequires: gettext-tools BuildRequires: libtool BuildRequires: ncurses-devel @@ -35,9 +36,6 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(libt3config) >= 0.2.5 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) -%if 0%{?suse_version} -BuildRequires: fdupes -%endif %description libt3key is library that provides a database of mappings from escape @@ -86,12 +84,9 @@ export CC=gcc make %{?_smp_mflags} %install -b="%buildroot" -make install DESTDIR="$b" -rm -f "$b/%_libdir"/*.la -%if 0%{?fdupes:1} +%make_install +rm -f "%buildroot/%_libdir"/*.la %fdupes %buildroot/%_prefix -%endif %post -p /sbin/ldconfig -n %lname %postun -p /sbin/ldconfig -n %lname