diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2007-03-16 15:53:26 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2007-03-16 15:53:26 +0000 |
commit | c2842fc2cf36e5cc132a431e8449af25b2675584 (patch) | |
tree | 55bf6406a48da005be82e43eefc0c85c0dc0c0aa | |
parent | b98cc32e7546d0cb90ce6df763a9515045750924 (diff) | |
download | mgarepo-c2842fc2cf36e5cc132a431e8449af25b2675584.tar mgarepo-c2842fc2cf36e5cc132a431e8449af25b2675584.tar.gz mgarepo-c2842fc2cf36e5cc132a431e8449af25b2675584.tar.bz2 mgarepo-c2842fc2cf36e5cc132a431e8449af25b2675584.tar.xz mgarepo-c2842fc2cf36e5cc132a431e8449af25b2675584.zip |
1.6.15V1_6_15
-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 |