aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2010-03-05 13:43:31 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2010-03-05 13:43:31 +0000
commitc50e40149f94adfa406e86d40a365cab631a3aea (patch)
tree128e50e2e908b21b5d283449f6a235572b03c741
parentaee33b149c9622f06b8932fe21befd561812a275 (diff)
downloadspec-helper-c50e40149f94adfa406e86d40a365cab631a3aea.tar
spec-helper-c50e40149f94adfa406e86d40a365cab631a3aea.tar.gz
spec-helper-c50e40149f94adfa406e86d40a365cab631a3aea.tar.bz2
spec-helper-c50e40149f94adfa406e86d40a365cab631a3aea.tar.xz
spec-helper-c50e40149f94adfa406e86d40a365cab631a3aea.zip
fix typo in macros file :(0.31.2
-rw-r--r--Makefile2
-rw-r--r--NEWS3
-rw-r--r--spec-helper.macros.in2
3 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f539ba0..272931e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = spec-helper
-VERSION = 0.31.1
+VERSION = 0.31.2
SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE)
SCRIPT_FILES = clean_files clean_perl compress_files check_elf_files \
diff --git a/NEWS b/NEWS
index 230b949..8ab44d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+2010-03-05 Per Øyvind Karlsen <peroyvind@mandriva.org> 0.31.2
+ * fix typo in macros file.. :/
+
2010-03-05 Per Øyvind Karlsen <peroyvind@mandriva.org> 0.31.1
* don't duplicate stripping already done in rpm's find-debuginfo.sh
* rename strip_and_check_elf_files to check_elf_files
diff --git a/spec-helper.macros.in b/spec-helper.macros.in
index 13af2f9..471e868 100644
--- a/spec-helper.macros.in
+++ b/spec-helper.macros.in
@@ -14,6 +14,6 @@
%{?!dont_fix_pamd: [ -n "$DONT_FIX_PAMD_CONFIGS" ] || %_spec_helper_dir/fix_pamd} \
%{?!dont_remove_info_dir: [ -n "$DONT_REMOVE_INFO_DIR" ] || %_spec_helper_dir/remove_info_dir} \
%{?!dont_fix_eol: [ -n "$DONT_FIX_EOL" ] || %_spec_helper_dir/fix_eol} \
- %{?!dont_check_elf_files: [ -n "$DONT_CHECK_ELF_FILES" ] || %_spec_helper_dir/check_elf_files \
+ %{?!dont_check_elf_files: [ -n "$DONT_CHECK_ELF_FILES" ] || %_spec_helper_dir/check_elf_files} \
%nil