]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- ignore cvsnt produced CVS dirs
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 2 Mar 2011 09:10:24 +0000 (09:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsnt.patch -> 1.1
    cvsweb.spec -> 1.50

cvsnt.patch [new file with mode: 0644]
cvsweb.spec

diff --git a/cvsnt.patch b/cvsnt.patch
new file mode 100644 (file)
index 0000000..df5ec03
--- /dev/null
@@ -0,0 +1,12 @@
+--- cvsweb-3.0.6/cvsweb.cgi    2011-03-02 11:08:32.353458275 +0200
+--- cvsweb-3.0.6/cvsweb.cgi    2011-03-02 11:04:47.426931825 +0200
+@@ -990,6 +1002,9 @@
+     # Check whether to show the CVSROOT path
+     next if ($input{hidecvsroot} && $where eq '/' && $file eq 'CVSROOT');
++    # ignore CVSNT control dir
++    next if ($file eq 'CVS');
++
+     # Is it a directory?
+     my $isdir = -d catdir($fullname, $file);
index b3e1fef4ee907e5f4d68525a985342911b5306d5..4275a687e3b3af978224338e162fe3705d4ee0f7 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Visual (www) interface to explore a CVS repository
 Summary(pl.UTF-8):     Wizualny (WWW) interfejs do przeglądania repozytorium CVS
 Name:          cvsweb
 Version:       3.0.6
-Release:       4
+Release:       5
 Epoch:         1
 License:       BSD
 Group:         Development/Tools
@@ -14,6 +14,7 @@ URL:          http://www.freebsd.org/projects/cvsweb.html
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-emptyscript.patch
 Patch2:                cveurl.patch
+Patch3:                cvsnt.patch
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires:      diffutils
 # for %{_prefix}/lib/cgi-bin
@@ -72,6 +73,7 @@ Pliki języka Enscript dla CVSweba.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 cp -a cvsweb.conf* samples
 
This page took 0.126406 seconds and 4 git commands to generate.