diff options
-rw-r--r-- | CHANGES | 12 | ||||
-rwxr-xr-x | repsys | 2 | ||||
-rw-r--r-- | repsys.spec | 5 |
3 files changed, 17 insertions, 2 deletions
@@ -0,0 +1,12 @@ +* 1.6.0 +- improved markrelease command line parsing +- changelogs entries are now groupped by author, and sorted by revision + number +- the changelog now is generated using the Cheetah Template Engine, to + allow quick modifications without spending time reading code and + introducing new bugs +- consequently, was added an option "-T <file>" to rpmlog and getsrpm to + allow choosing the path of the template to be used +- added options noauth=0, and baseurl=None in order to disable the + authentication in some url schemes (http:// and file://) +- replaced some "cl" references to "mdv" @@ -4,7 +4,7 @@ from RepSys.command import * import getopt import sys -VERSION="1.5.4" +VERSION="1.6.0" HELP = """\ Usage: repsys COMMAND [COMMAND ARGUMENTS] diff --git a/repsys.spec b/repsys.spec index de66e88..cea3571 100644 --- a/repsys.spec +++ b/repsys.spec @@ -8,7 +8,7 @@ %define repsys_version 1.5.4 Name: repsys -Version: 1.5.4 +Version: 1.6.0 Release: 1mdk Summary: Tools for Mandriva Linux repository access and management Group: Development/Other @@ -66,6 +66,9 @@ rm -rf %{buildroot} # MAKE THE CHANGES IN CVS: NO PATCH OR SOURCE ALLOWED %changelog +* Thu Feb 02 2006 Andreas Hasenack <andreas@mandriva.com> 1.6.0-1mdk +- version 1.6.0, see CVS changelog + * Wed Dec 7 2005 Frederic Lepied <flepied@mandriva.com> 1.5.4-1mdk - switch to cvs |