diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2006-07-01 19:15:30 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2006-07-01 19:15:30 +0000 |
commit | 5a76343b2ca492bf21979bbe65c3e227a905d46e (patch) | |
tree | 39672978e0db638d68882fad8769a0b5943b0a75 | |
parent | 77a476217e5ef953a043246989a650dd53419a87 (diff) | |
download | spec-helper-5a76343b2ca492bf21979bbe65c3e227a905d46e.tar spec-helper-5a76343b2ca492bf21979bbe65c3e227a905d46e.tar.gz spec-helper-5a76343b2ca492bf21979bbe65c3e227a905d46e.tar.bz2 spec-helper-5a76343b2ca492bf21979bbe65c3e227a905d46e.tar.xz spec-helper-5a76343b2ca492bf21979bbe65c3e227a905d46e.zip |
- tag 0.240.24
-rw-r--r-- | ChangeLog | 31 | ||||
-rw-r--r-- | Makefile | 6 |
2 files changed, 32 insertions, 5 deletions
@@ -1,6 +1,33 @@ -2006-05-24 15:58 Olivier Thauvin <thauvin@aerov.jussieu.fr> +2006-07-01 19:00 nanardon - * spec-helper.spec: - 0.23 + * Makefile, spec-helper.spec: - dont use username.xml, path level + change with branch and svn cat impossible with anonymous access + outside mandriva + +2006-07-01 18:53 nanardon + + * relink_symlinks: - fix potential bug with buildroot than include + regexp meta character + +2006-07-01 18:53 nanardon + + * relink_symlinks: - fix potential bug with buildroot than include + regexp meta character + +2006-07-01 18:53 nanardon + + * relink_symlinks: - fix potential bug with buildroot than include + regexp meta character + +2006-06-07 13:12 rafael + + * Makefile: Make the makefile svn-compliant + +2006-06-07 13:06 rafael + + * Makefile, relative_me_babe, relink_symlinks, spec-helper, + spec-helper.macros.in: Replace relative_me_babe by + relink_symlinks, by Guillaume Rousse (bug #22983) 2006-05-24 15:56 Olivier Thauvin <thauvin@aerov.jussieu.fr> @@ -61,10 +61,10 @@ buildrpm: # rules to build a distributable rpm -rpm: changelog dist buildrpm +rpm: changelog localdist buildrpm -dist: cleandist dir tar +dist: cleandist dir localcopy tar changelog: - svn2cl --accum --strip-prefix=soft/rpm/spec-helper/trunk --authors + svn2cl --accum --strip-prefix=soft/rpm/spec-helper/trunk rm -f ChangeLog.bak |