Browse Source

upgrade to 1.11.6 (including updated RSE patch set)

Ralf S. Engelschall 22 years ago
parent
commit
edff3d6709
3 changed files with 224 additions and 353 deletions
  1. 0 10
      cvs/cvs.patches.msvb
  2. 220 332
      cvs/cvs.patches.rse
  3. 4 11
      cvs/cvs.spec

+ 0 - 10
cvs/cvs.patches.msvb

@@ -1,10 +0,0 @@
---- src/server.c.orig	Wed Oct  2 15:37:29 2002
-+++ src/server.c	Wed Oct  2 15:37:21 2002
-@@ -124,6 +124,7 @@
- #include <sys/ioctl.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
-+#include <termio.h>
- #include <netdb.h>
- #endif
- 

File diff suppressed because it is too large
+ 220 - 332
cvs/cvs.patches.rse


+ 4 - 11
cvs/cvs.spec

@@ -24,7 +24,7 @@
 ##
 
 #   the involved versions
-%define       V_cvs       1.11.5
+%define       V_cvs       1.11.6
 %define       V_cvslock   0.2
 
 #   package information
@@ -37,18 +37,17 @@ Distribution: OpenPKG [CORE]
 Group:        SCM
 License:      GPL
 Version:      %{V_cvs}
-Release:      20030408
+Release:      20030527
 
 #   optional support for applying the RSE patches
 %option       with_rse_patches              no
 %option       with_rse_patch_cvsuser_caller cvs
 
 #   list of sources
-Source0:      http://www.cvshome.org/files/19/10/cvs-%{V_cvs}.tar.gz
+Source0:      http://www.cvshome.org/files/19/10/cvs-%{V_cvs}.tar.bz2
 Source1:      ftp://riemann.iam.uni-bonn.de/pub/users/roessler/cvslock/cvslock-%{V_cvslock}.tar.gz
 Source2:      cvs.patches.rse
-Source3:      cvs.patches.msvb
-Source4:      rc.cvs
+Source3:      rc.cvs
 
 #   build information
 Prefix:       %{l_prefix}
@@ -90,12 +89,6 @@ AutoReqProv:  no
       cat %{SOURCE cvs.patches.rse} |\
       sed -e 's;\(#define RSE_PATCH_CVSUSER_CALLER "\)cvs\("\);\1%{with_rse_patch_cvsuser_caller}\2;' |\
       %{l_patch} -p0
-      #   patch the patches to run on Solaris
-      case "%{l_target}" in
-          *-solaris* )
-          %{l_patch} -p0 <%{SOURCE cvs.patches.msvb}
-          ;;
-      esac
     )
 %endif