automatic version update by autodist [release 6.24.14-1mamba;Wed Nov 27 2024]

This commit is contained in:
Automatic Build System 2024-12-10 20:10:13 +01:00
parent f764abcf11
commit e8fdcf94ab
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- tcsh-6.24.14/sh.file.c.orig 2024-12-10 16:50:13.399978615 +0100
+++ tcsh-6.24.14/sh.file.c 2024-12-10 16:53:29.401358905 +0100
@@ -593,7 +593,7 @@
#if defined (WIDE_STRINGS) && !defined (UTF16_STRING)
errno = 0;
- return (wcscoll(*(Char *const *) p, *(Char *const *) q));
+ return (wcscoll(*(wchar_t *const *) p, *(wchar_t *const *) q));
#else
char *p1, *q1;
int res;

View File

@ -1,5 +1,5 @@
Name: tcsh
Version: 6.24.13
Version: 6.24.14
Release: 1mamba
Summary: An enhanced version of csh, the C shell
Group: Applications/Shells
@ -8,6 +8,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.tcsh.org/
Source: http://ftp.astron.com/pub/tcsh/tcsh-%{version}.tar.gz
Patch0: tcsh-6.24.14-x86-fix-build.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -26,6 +27,9 @@ Tcsh includes a command line editor, programmable word completion, spelling corr
%prep
%setup -q -n tcsh-%{version}
%ifarch %{ix86}
%patch 0 -p1
%endif
%build
%configure \
@ -63,6 +67,9 @@ ln -s tcsh %{buildroot}%{_bindir}/csh
%{_mandir}/man1/*
%changelog
* Wed Nov 27 2024 Automatic Build System <autodist@openmamba.org> 6.24.14-1mamba
- automatic version update by autodist
* Sun Jun 16 2024 Automatic Build System <autodist@openmamba.org> 6.24.13-1mamba
- automatic version update by autodist