From: Michael Tremer Date: Tue, 20 Dec 2022 18:23:36 +0000 (+0000) Subject: rcs: Update to 5.10.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaba5a7d496e994479cc40776f691a048aa6da96;p=ipfire-3.x.git rcs: Update to 5.10.1 Signed-off-by: Michael Tremer --- diff --git a/rcs/rcs.nm b/rcs/rcs.nm index 321cdc476..1d791b5b9 100644 --- a/rcs/rcs.nm +++ b/rcs/rcs.nm @@ -4,11 +4,11 @@ ############################################################################### name = rcs -version = 5.9.4 -release = 2 +version = 5.10.1 +release = 1 groups = Development/Tools -url = http://www.gnu.org/software/rcs/ +url = https://www.gnu.org/software/rcs/ license = GPLv3+ summary = Revision Control System (RCS) file version management tools. @@ -23,8 +23,8 @@ description different versions of files. end -source_dl = ftp://ftp.gnu.org/gnu/rcs/ -sources = %{thisapp}.tar.xz +source_dl = https://ftp.gnu.org/gnu/rcs/ +sources = %{thisapp}.tar.lz build requires @@ -33,18 +33,15 @@ build groff end - # Has some inlining problems, so we need to go back to C99 - CFLAGS += -std=c99 - configure_options += \ --with-diffutils test - make check + make check XFAIL_TESTS="t790" end install_cmds - # Install the rcsfreeze command. + # Install the rcsfreeze command install -m 755 src/rcsfreeze %{BUILDROOT}%{bindir} end end