diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +* 1.12.2 +- Suppress prefix with no effect on import command (cf 1.12.0) +- Add a retry with building srpm in case of error in getrelease when creating a srpm + * 1.12.1 - prefix the command svn log without LC_ALL=C (mga#73) @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.12.1 +VERSION = 1.12.2 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.12.1" +VERSION="1.12.2" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |