]> git.pld-linux.org Git - packages/cvsnt.git/commitdiff
Rel 16; builds auto/th/cvsnt-2.5.05.3744-16
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Feb 2023 20:29:13 +0000 (21:29 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Feb 2023 20:29:13 +0000 (21:29 +0100)
cvsnt.spec
time.patch [new file with mode: 0644]

index dcc5624e2e6286e2780084b581f373ffc9ce31ca..c7e1e9878451f19f922ac1a2e041f66fc3c0ec76 100644 (file)
@@ -23,7 +23,7 @@ Summary(pl.UTF-8):    Concurrent Versioning System
 Name:          cvsnt
 # http://www.cvsnt.org/archive/2.5_stable tell which version is stable
 Version:       2.5.05.3744
-Release:       15
+Release:       16
 License:       GPL v2+/LGPL v2+
 Group:         Development/Version Control
 Source0:       http://www.cvsnt.org/archive/%{name}-%{version}.tar.gz
@@ -41,6 +41,7 @@ Patch6:               format-security.patch
 Patch7:                cxx.patch
 Patch8:                openssl.patch
 Patch9:                gcc10.patch
+Patch10:        time.patch
 URL:           http://www.cvsnt.org/
 BuildRequires: autoconf >= 2.58
 BuildRequires: automake >= 1:1.7.9
@@ -217,6 +218,7 @@ CVSNT version of RCS tools.
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 rm -r protocols/ntlm
 
diff --git a/time.patch b/time.patch
new file mode 100644 (file)
index 0000000..1f2e3f6
--- /dev/null
@@ -0,0 +1,20 @@
+--- cvsnt-2.5.05.3744/cvsapi/TagDate.cpp~      2005-06-30 18:41:06.000000000 +0200
++++ cvsnt-2.5.05.3744/cvsapi/TagDate.cpp       2023-02-02 21:24:20.479834973 +0100
+@@ -21,6 +21,7 @@
+ #include <sys/types.h>
+ #include <stdlib.h>
+ #include <ctype.h>
++#include <time.h>
+ #include "lib/getdate.h"
+ #include "TagDate.h"
+--- cvsnt-2.5.05.3744/triggers/audit_trigger.cpp~      2009-12-21 00:19:19.000000000 +0100
++++ cvsnt-2.5.05.3744/triggers/audit_trigger.cpp       2023-02-02 21:26:59.106501633 +0100
+@@ -20,6 +20,7 @@
+ #include <config.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <time.h>
+ #ifdef HAVE_SYS_TYPES_H
+ #include <sys/types.h>
+ #endif
This page took 0.229975 seconds and 4 git commands to generate.