From cd6cad27819e2e1a16a1a17a9b3cb80dd921ed3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Thu, 18 Aug 2016 08:16:46 +0200 Subject: 1.13.0 --- CHANGES | 18 ++++++++++++++++++ Makefile | 2 +- mgarepo | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index e45b013..953cdbe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +* 1.13.0 +- implement 'clone' command with support for quick git-svn cloning +- implement 'github' command initial support for github integration +- implement 'buildrpm' command for easy package building from local package + repository + o implement automatic satisfaction of build dependencies using urpmi + o implement automatic satisfaction of build dependencies using DNF +- implement support for generating complete %changelog with full packager + names & mail addresses in entries +- refactorize & clean up much of code +- fix python 3 issue with bytes strings, properly converting them to utf-8 +- make execcmd() safe by only accepting individual arguments through a + list/tuple rather than accepting strings of arguments run through shell +- fetch svn log in xml format for more reliable parsing using ElementTree +- use setuptools rather than distutils +- enable (optional) automatic rpmlint checking of packages +- various minor bug fixes and improvements... + * 1.12.3 - syntax correction diff --git a/Makefile b/Makefile index 8205229..b16a6e9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.12.3 +VERSION = 1.13.0 .PHONY: all $(DIRS) clean clean: diff --git a/mgarepo b/mgarepo index acf15c9..dfcb747 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.12.3" +VERSION="1.13.0" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1