]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
rcs: Update to 5.10.1
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Dec 2022 18:23:36 +0000 (18:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Dec 2022 18:23:36 +0000 (18:23 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
rcs/rcs.nm

index 321cdc476eef7b7f3ea2adf05ce794c6bf0fa083..1d791b5b9e1da73a3c85083f63d61f1ae6084056 100644 (file)
@@ -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