diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = spec-helper -VERSION = 0.27.1 +VERSION = 0.27.2 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = clean_files clean_perl compress_files strip_files \ @@ -1,3 +1,7 @@ +2007-08-07 Guillaume Rousse <guillomovitch@mandriva.org> 0.27.2 + * drop an ugly hack in compress_file, fixing issue + with files converted from other compression format + 2007-08-04 Guillaume Rousse <guillomovitch@mandriva.org> 0.27.1 * pass compression format as argument to compress_files (make spec-helper backportable again) |