diff options
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | PKG-INFO | 2 | ||||
-rwxr-xr-x | repsys | 2 | ||||
-rw-r--r-- | repsys.spec | 2 |
4 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ +* 1.6.15 +- empty changelog entries are now shown, with a EMPTYLOG tag to allow + rpmlint warn the developer about it +- check (and warn) if a temporary package has already been removed before + trying to remove it + * 1.6.2b - make submit pass --define options to create-srpm script - print error message when create-srpm fails @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: repsys -Version: 1.6.0 +Version: 1.6.15 Summary: Tools for Mandriva Linux repository access and management Home-page: http://qa.mandriva.com/twiki/bin/view/Main/RepositorySystem Author: Gustavo Niemeyer @@ -4,7 +4,7 @@ from RepSys.command import * import getopt import sys -VERSION="1.6.14" +VERSION="1.6.15" HELP = """\ Usage: repsys COMMAND [COMMAND ARGUMENTS] diff --git a/repsys.spec b/repsys.spec index 91353e1..81e251a 100644 --- a/repsys.spec +++ b/repsys.spec @@ -1,5 +1,5 @@ Name: repsys -Version: 1.6.9 +Version: 1.6.15 Release: %mkrel 1 Summary: Tools for Mandriva Linux repository access and management Group: Development/Other |