diff options
author | Andreas Hasenack <andreas@mandriva.com> | 2006-02-02 18:44:03 +0000 |
---|---|---|
committer | Andreas Hasenack <andreas@mandriva.com> | 2006-02-02 18:44:03 +0000 |
commit | 67d09bcdc365abba2dc822fba3d2e98799965839 (patch) | |
tree | c2afa95fd592b6eb76e86fa8941d71998e966582 | |
parent | 8d41f3bf00a47e930b3dc92d5b28a8a3a5126c77 (diff) | |
download | mgarepo-67d09bcdc365abba2dc822fba3d2e98799965839.tar mgarepo-67d09bcdc365abba2dc822fba3d2e98799965839.tar.gz mgarepo-67d09bcdc365abba2dc822fba3d2e98799965839.tar.bz2 mgarepo-67d09bcdc365abba2dc822fba3d2e98799965839.tar.xz mgarepo-67d09bcdc365abba2dc822fba3d2e98799965839.zip |
- added CHANGES file to describe changes (duh)
-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 |