From 365f1a01658f0fb95b6da2a9689e5bca1d40a851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 1 Mar 2021 13:22:22 +0100 Subject: [PATCH] - update BRs (#1933647) --- x3270.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x3270.spec b/x3270.spec index 21f2e65..ae00aa5 100644 --- a/x3270.spec +++ b/x3270.spec @@ -4,7 +4,7 @@ Summary: An X Window System based IBM 3278/3279 terminal emulator Name: x3270 Version: 4.0ga14 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: https://x3270.miraheze.org/wiki/Main_Page Source0: http://downloads.sourceforge.net/%{name}/suite3270-%{version}-src.tgz @@ -23,7 +23,7 @@ BuildRequires: fontpackages-devel %package x11 Summary: IBM 3278/3279 terminal emulator for the X Window System -BuildRequires: xorg-x11-font-utils +BuildRequires: mkfontdir bdftopcf BuildRequires: libXaw-devel Requires: %{name} = %{version} @@ -128,6 +128,9 @@ desktop-file-install \ %changelog +* Mon Mar 01 2021 Dan Horák - 4.0ga14-2 +- update BRs (#1933647) + * Mon Feb 01 2021 Dan Horák - 4.0ga14-1 - updated to 4.0ga14 (#1922848)