From 60c38f477a287979d296333c22a487e751e476e6f8c121a96aadbc6fe1e1f192 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 6 Feb 2023 10:51:49 +0000 Subject: [PATCH 1/2] - 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 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/luit?expand=0&rev=26 --- luit-2.0.20230201.tgz | 3 +++ luit-20221028.tgz | 3 --- luit.changes | 8 ++++++++ luit.spec | 10 ++++++---- 4 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 luit-2.0.20230201.tgz delete mode 100644 luit-20221028.tgz diff --git a/luit-2.0.20230201.tgz b/luit-2.0.20230201.tgz new file mode 100644 index 0000000..b771757 --- /dev/null +++ b/luit-2.0.20230201.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a066ff9b54c259775dc6af4e4bc53b5870cfcd8a5bdb20d4e441c384e8efae +size 209814 diff --git a/luit-20221028.tgz b/luit-20221028.tgz deleted file mode 100644 index 41860f9..0000000 --- a/luit-20221028.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef78b3a64a697cb70a881558abb8251e4b30748ceefb8d44adbd8ea797bcfca6 -size 209510 diff --git a/luit.changes b/luit.changes index b5b90f8..a523414 100644 --- a/luit.changes +++ b/luit.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 6 10:49:22 UTC 2023 - Stefan Dirsch + +- 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 diff --git a/luit.spec b/luit.spec index d52122b..9026a35 100644 --- a/luit.spec +++ b/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: ftp://ftp.invisible-island.net/%{name}/%{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 From 9692a2d0c08660cdfd4c38b71688edbe6488eae3ff43153c4c9b3f6dcc968542 Mon Sep 17 00:00:00 2001 From: Joan Torres Date: Thu, 14 Dec 2023 12:05:30 +0000 Subject: [PATCH 2/2] Accepting request 1132472 from home:jsrain:branches:X11:XOrg - fixed upstream tarball URL OBS-URL: https://build.opensuse.org/request/show/1132472 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/luit?expand=0&rev=27 --- luit.changes | 5 +++++ luit.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/luit.changes b/luit.changes index a523414..762c738 100644 --- a/luit.changes +++ b/luit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 11 11:27:05 UTC 2023 - Jiri Srain + +- fixed upstream tarball URL + ------------------------------------------------------------------- Mon Feb 6 10:49:22 UTC 2023 - Stefan Dirsch diff --git a/luit.spec b/luit.spec index 9026a35..4694940 100644 --- a/luit.spec +++ b/luit.spec @@ -25,7 +25,7 @@ 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}-%{tarballver}%{version}.tgz +Source0: https://invisible-island.net/archives/%{name}/current/%{name}-%{tarballver}%{version}.tgz BuildRequires: pkg-config BuildRequires: pkgconfig(fontenc) BuildRequires: pkgconfig(x11)