[packages/cvsnt] Rel 16; builds

arekm arekm at pld-linux.org
Thu Feb 2 21:29:34 CET 2023


commit af5d31c0e997a9cbcab6ca5f80132ce166d7f6d8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Feb 2 21:29:13 2023 +0100

    Rel 16; builds

 cvsnt.spec |  4 +++-
 time.patch | 20 ++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/cvsnt.spec b/cvsnt.spec
index dcc5624..c7e1e98 100644
--- a/cvsnt.spec
+++ b/cvsnt.spec
@@ -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
index 0000000..1f2e3f6
--- /dev/null
+++ b/time.patch
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cvsnt.git/commitdiff/af5d31c0e997a9cbcab6ca5f80132ce166d7f6d8



More information about the pld-cvs-commit mailing list