From 6135562798f1a1b2d1ba022bbef96c4af9ed0e26 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 26 Feb 2011 01:38:47 +0000 Subject: version 1.9.9 --- CHANGES | 7 +++++++ mgarepo | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e62fcc9..860b30a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +* 1.9.9 +- in sync, only try to remove files that are on svn or symlinks +- check hash for binary files +- add binrepo revision option in getsrpm +- use --nodeps when unpacking source rpm (for rpm5) +- add support for rpm 4.8 (spec.sources is now a list instead of a method) + * 1.9.8 - fix mgarepo sync diff --git a/mgarepo b/mgarepo index b6d1fa4..8bba1e6 100755 --- a/mgarepo +++ b/mgarepo @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.9.8" +VERSION="1.9.9" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] -- cgit v1.2.1