diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-05-14 08:32:57 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-05-14 08:32:57 +0000 |
commit | 35c4bf2790c20a91ce9a5d58c90bb356196311a9 (patch) | |
tree | 4addd37b3d9b0ccbb7fac11b21aee3e853854a98 | |
parent | 321615496399b91185ec4e4c391e01e45c8afac0 (diff) | |
download | spec-helper-35c4bf2790c20a91ce9a5d58c90bb356196311a9.tar spec-helper-35c4bf2790c20a91ce9a5d58c90bb356196311a9.tar.gz spec-helper-35c4bf2790c20a91ce9a5d58c90bb356196311a9.tar.bz2 spec-helper-35c4bf2790c20a91ce9a5d58c90bb356196311a9.tar.xz spec-helper-35c4bf2790c20a91ce9a5d58c90bb356196311a9.zip |
new versionv0.29.2
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = spec-helper -VERSION = 0.29.1 +VERSION = 0.29.2 SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE) SCRIPT_FILES = clean_files clean_perl compress_files strip_and_check_elf_files \ @@ -1,3 +1,6 @@ +2008-05-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.29.2 + * fix blocking issue with special files in fix_eol + 2008-05-08 Guillaume Rousse <guillomovitch@mandriva.org> 0.29.1 * large compress_file cleanup, replacing external commands with perl internal version |