From 82af6515b683e884e6c2581f4171938fe5c9bba2 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Fri, 18 Dec 2015 14:06:36 +0100 Subject: Version 1.11.4 --- CHANGES | 3 +++ Makefile | 2 +- mgarepo | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 1f48507..3128399 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* 1.11.4 +- test if SOURCES exists or not to avoid exception while using putsrpm. Useful for "task" packages. + * 1.11.3 - Change the getstatusoutput function to not get error when reading special characters diff --git a/Makefile b/Makefile index 292fe7d..9879060 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.3 +VERSION = 1.11.4 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index 011615e..38e6d2d 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.3" +VERSION="1.11.4" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1