diff options
author | Andreas Hasenack <andreas@mandriva.com> | 2006-02-17 11:55:24 +0000 |
---|---|---|
committer | Andreas Hasenack <andreas@mandriva.com> | 2006-02-17 11:55:24 +0000 |
commit | f33dddea61bfb1509eafde51c0baf131e88d7799 (patch) | |
tree | 132e1d07e078c003a853e4086db784c5f8ddef07 | |
parent | b66f2dde58c8039de50bdb772db8701fae0d2505 (diff) | |
download | mgarepo-f33dddea61bfb1509eafde51c0baf131e88d7799.tar mgarepo-f33dddea61bfb1509eafde51c0baf131e88d7799.tar.gz mgarepo-f33dddea61bfb1509eafde51c0baf131e88d7799.tar.bz2 mgarepo-f33dddea61bfb1509eafde51c0baf131e88d7799.tar.xz mgarepo-f33dddea61bfb1509eafde51c0baf131e88d7799.zip |
- 1.6.2a: moved revision-offset parameter to [log] section
-rw-r--r-- | CHANGES | 3 | ||||
-rwxr-xr-x | repsys | 2 | ||||
-rw-r--r-- | repsys.spec | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +* 1.6.2a +- moved revision-offset to [log] section and added a comment + * 1.6.2 - reimplemented the option -n for rpmlog, which now uses the svn option --limit. @@ -4,7 +4,7 @@ from RepSys.command import * import getopt import sys -VERSION="1.6.2" +VERSION="1.6.2a" HELP = """\ Usage: repsys COMMAND [COMMAND ARGUMENTS] diff --git a/repsys.spec b/repsys.spec index fda8621..6942f0b 100644 --- a/repsys.spec +++ b/repsys.spec @@ -1,5 +1,5 @@ Name: repsys -Version: 1.6.2 +Version: 1.6.2a Release: 1mdk Summary: Tools for Mandriva Linux repository access and management Group: Development/Other |