summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Makefile2
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/NEWS3
3 files changed, 4 insertions, 3 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 9494fefd6..cd393675a 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -65,7 +65,7 @@ localcopy: clean
localdist: tar
tar: localcopy
- tar cfa $(PACKAGE)-$(PKGVERSION).tar.lzma $(PACKAGE)-$(PKGVERSION)
+ tar cfa $(PACKAGE)-$(PKGVERSION).tar.xz $(PACKAGE)-$(PKGVERSION)
rm -rf $(PACKAGE)-$(PKGVERSION)
# rules to build a distributable rpm
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 0084e0049..b826dc3db 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=13.46
+VERSION:=13.47
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/NEWS b/perl-install/NEWS
index dc410a756..19012a660 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,7 +1,8 @@
+Version 13.47
- modify a string in partitioning_wizard.pm to be more grammatically correct
(spotted by Sigrid Carrera, on mageia-i18n ML)
+- update modules list needed for md raid456 and dm-raid 4/5/6 target
-Version 13.45
- arm/mips support
- use EVIOCGBIT ioctl instead of parsing /proc/bus/input/devices