From 8f51e35c875c9cbb4637cbf8796ee66a871ba57f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 10 Oct 2016 08:30:55 -0400 Subject: 1.13.2 --- CHANGES | 7 ++++++- Makefile | 2 +- mgarepo | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 0bd7eee..8782354 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ +* 1.13.2 +- Corrections for 'putsrpm' command +- Fix rpm command for unpacking source RPMs +- Fix typo in CHANGES + * 1.13.1 -- auomatically fallback to non-ssh (ie. svn:// rather than svn+ssh://) when +- automatically fallback to non-ssh (ie. svn:// rather than svn+ssh://) when authentication fails - move detectVCS() to separate module to prevent import order - fix 'mgarepo sync -d' for git-svn repos diff --git a/Makefile b/Makefile index 113a8b5..52b8f3a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.13.1 +VERSION = 1.13.2 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 8c0b07f..2a271bd 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.13.1" +VERSION="1.13.2" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1