aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-05-29 12:37:18 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-05-29 12:37:18 +0200
commit0c06e003bad8372d90ebb56bf5131328b7260dfc (patch)
tree0c81ba74a70eb898221aec3580f82c10ec6ece62
parentf1146cc517d084f69a1ac82dc99248637df8635d (diff)
downloadmgarepo-0c06e003bad8372d90ebb56bf5131328b7260dfc.tar
mgarepo-0c06e003bad8372d90ebb56bf5131328b7260dfc.tar.gz
mgarepo-0c06e003bad8372d90ebb56bf5131328b7260dfc.tar.bz2
mgarepo-0c06e003bad8372d90ebb56bf5131328b7260dfc.tar.xz
mgarepo-0c06e003bad8372d90ebb56bf5131328b7260dfc.zip
Prepare 1.12.21.12.2
-rw-r--r--CHANGES4
-rw-r--r--Makefile2
-rwxr-xr-xmgarepo2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 290652d..0db1dbe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)
diff --git a/Makefile b/Makefile
index e54cd6f..84eb8e8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.12.1
+VERSION = 1.12.2
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index be20f81..3607c8f 100755
--- a/mgarepo
+++ b/mgarepo
@@ -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]