aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Hasenack <andreas@mandriva.com>2006-02-17 11:55:24 +0000
committerAndreas Hasenack <andreas@mandriva.com>2006-02-17 11:55:24 +0000
commitf33dddea61bfb1509eafde51c0baf131e88d7799 (patch)
tree132e1d07e078c003a853e4086db784c5f8ddef07
parentb66f2dde58c8039de50bdb772db8701fae0d2505 (diff)
downloadmgarepo-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--CHANGES3
-rwxr-xr-xrepsys2
-rw-r--r--repsys.spec2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index b168b4c..aa9e004 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.
diff --git a/repsys b/repsys
index 553b082..22770ed 100755
--- a/repsys
+++ b/repsys
@@ -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