[packages/banner] Rel 3
arekm
arekm at pld-linux.org
Thu May 21 22:39:38 CEST 2026
commit dbabcc800aea4b1a97f716931e7d451542d194fc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 21 22:39:20 2026 +0200
Rel 3
banner-ctype.patch | 10 ++++++++++
banner.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/banner.spec b/banner.spec
index 62b498a..3cf0a39 100644
--- a/banner.spec
+++ b/banner.spec
@@ -2,11 +2,12 @@ Summary: Print short string in large letters
Summary(pl.UTF-8): Wypisywanie krótkiego tekstu wielkimi literami
Name: banner
Version: 1.3.4
-Release: 2
+Release: 3
License: GPL v2
Group: Applications/Games
Source0: http://cedar-solutions.com/ftp/software/%{name}-%{version}.tar.gz
# Source0-md5: cfd45b431a5356c086657365b23ab0c4
+Patch0: %{name}-ctype.patch
URL: http://www.cedar-solutions.com/software.html
BuildRequires: autoconf
BuildRequires: automake
@@ -30,6 +31,7 @@ AIX-a.
%prep
%setup -q
+%patch -P0 -p1
%build
%{__aclocal}
diff --git a/banner-ctype.patch b/banner-ctype.patch
new file mode 100644
index 0000000..ac29af8
--- /dev/null
+++ b/banner-ctype.patch
@@ -0,0 +1,10 @@
+--- a/banner.c 2026-05-20 09:27:04.348147925 +0200
++++ b/banner.c 2026-05-20 09:27:04.350449910 +0200
+@@ -126,6 +126,7 @@
+ #include <string.h>
+ #endif
+
++#include <ctype.h>
+ #include <termios.h>
+ #include <sys/ioctl.h>
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/banner.git/commitdiff/dbabcc800aea4b1a97f716931e7d451542d194fc
More information about the pld-cvs-commit
mailing list