This commit is contained in:
parent
1cff8f3985
commit
66157de02d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 13:48:49 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
- add .hg dir to excludepath in svngrep
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 10 11:16:34 CET 2008 - olh@suse.de
|
Mon Nov 10 11:16:34 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: neon-devel openldap2-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 11
|
Release: 12
|
||||||
#
|
#
|
||||||
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
||||||
#
|
#
|
||||||
@ -440,6 +440,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{apache_libexecdir}/mod_authz_svn.*
|
%{apache_libexecdir}/mod_authz_svn.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 16 2008 olh@suse.de
|
||||||
|
- add .hg dir to excludepath in svngrep
|
||||||
* Mon Nov 10 2008 olh@suse.de
|
* Mon Nov 10 2008 olh@suse.de
|
||||||
- add .git dir to excludepath in svngrep
|
- add .git dir to excludepath in svngrep
|
||||||
* Wed Oct 15 2008 olh@suse.de
|
* Wed Oct 15 2008 olh@suse.de
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
find \( -path '*/.pc' -o -path '*/.svn' -o -path '*/.git' \) -prune -o -type f -print0 | xargs -0 grep "$@"
|
find \( -path '*/.pc' -o -path '*/.svn' -o -path '*/.git' -o -path '*/.hg' \) -prune -o -type f -print0 | xargs -0 grep "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user