Accepting request 1133087 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1133087 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/luit?expand=0&rev=15
This commit is contained in:
commit
d6689a94c1
BIN
luit-2.0.20230201.tgz
(Stored with Git LFS)
Normal file
BIN
luit-2.0.20230201.tgz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef78b3a64a697cb70a881558abb8251e4b30748ceefb8d44adbd8ea797bcfca6
|
||||
size 209510
|
13
luit.changes
13
luit.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 11:27:05 UTC 2023 - Jiri Srain <jsrain@suse.com>
|
||||
|
||||
- fixed upstream tarball URL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 10:49:22 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 2.0.20230201
|
||||
* correct conversion to/from codes past BMP (patch by Ben Wong,
|
||||
Debian #1027414)
|
||||
* fix a few compiler-warnings in configure-checks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 16:36:21 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
10
luit.spec
10
luit.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package luit
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,14 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define tarballver 2.0.
|
||||
|
||||
Name: luit
|
||||
Version: 20221028
|
||||
Version: 20230201
|
||||
Release: 0
|
||||
Summary: Locale and ISO 2022 support for Unicode terminals
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
URL: http://invisible-island.net/luit/
|
||||
Source0: ftp://ftp.invisible-island.net/%{name}/%{name}-%{version}.tgz
|
||||
Source0: https://invisible-island.net/archives/%{name}/current/%{name}-%{tarballver}%{version}.tgz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(fontenc)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
@ -39,7 +41,7 @@ locale's encoding into UTF-8, and convert terminal input from UTF-8 into
|
||||
the locale's encoding.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{tarballver}%{version}
|
||||
|
||||
%build
|
||||
%configure --with-localealiasfile=%{_datadir}/X11/locale/locale.alias
|
||||
|
Loading…
x
Reference in New Issue
Block a user