aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2007-09-07 18:29:24 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2007-09-07 18:29:24 +0000
commitd74e3294b5ef4292841ffd52aa8c92e2a34cdc51 (patch)
tree2b0a0eae8aa6659338f817eb3c030be1f19b25eb
parent70e74913825096f896819e6b3607944d11956d39 (diff)
downloadspec-helper-d74e3294b5ef4292841ffd52aa8c92e2a34cdc51.tar
spec-helper-d74e3294b5ef4292841ffd52aa8c92e2a34cdc51.tar.gz
spec-helper-d74e3294b5ef4292841ffd52aa8c92e2a34cdc51.tar.bz2
spec-helper-d74e3294b5ef4292841ffd52aa8c92e2a34cdc51.tar.xz
spec-helper-d74e3294b5ef4292841ffd52aa8c92e2a34cdc51.zip
bump releasev0.27.2
-rw-r--r--Makefile2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 027d5f8..5c020ed 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \
diff --git a/NEWS b/NEWS
index 4a2153b..29b742e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)