From dde87d4c314a968461eca3701ab93cc864560447 Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Tue, 18 Aug 2020 10:47:21 +0200 Subject: [PATCH] Rebase to version 359 (#1869418) --- .gitignore | 1 + sources | 2 +- xterm.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ed2c6c0..46ae20d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /xterm-356.tgz /xterm-357.tgz /xterm-358.tgz +/xterm-359.tgz diff --git a/sources b/sources index 01159ed..1364d50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xterm-358.tgz) = fa4769e1ab967b753ac349f968d6240c2eac1fc4f01ee7dace999492e221c6283af0bea0a72289760653cd4f833d08168e613beb3c89ac78dece8eb702d1ab3b +SHA512 (xterm-359.tgz) = 277167e09d8568b4a2c6f65fb572fdd41ed4b8c93d9b1e37118dbd4f37a577544e16d639849b008b54b7c7c8746cd37a086cf3ed396c0cefbfcc085ca297609f diff --git a/xterm.spec b/xterm.spec index 6470f9b..936894d 100644 --- a/xterm.spec +++ b/xterm.spec @@ -1,7 +1,7 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 358 -Release: 2%{?dist} +Version: 359 +Release: 1%{?dist} URL: https://invisible-island.net/xterm License: MIT BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel @@ -63,10 +63,10 @@ done --disable-full-tgetent \ --enable-sixel-graphics -make %{?_smp_mflags} +%make_build %install -make DESTDIR=$RPM_BUILD_ROOT install +%make_install cp -fp %{SOURCE1} 16colors.txt @@ -101,6 +101,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata %{_mandir}/man1/resize.1* %changelog +* Tue Aug 18 2020 Tomas Korbar - 359-1 +- Rebase to version 359 (#1869418) + * Tue Jul 28 2020 Adam Jackson - 358-2 - BuildRequires luit, not xorg-x11-apps