summaryrefslogtreecommitdiffstats
path: root/perl-MDK-Common.spec
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-07-30 17:08:56 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-07-30 17:08:56 +0000
commit480ff60efb93326d1957b7f386b3153e25c65cd7 (patch)
treeecc588c5c6c22afa6c2997d40dddebc006909115 /perl-MDK-Common.spec
parent3d9f981765e3bbfdc833e20a40b085478e6210c3 (diff)
downloadperl-MDK-Common-480ff60efb93326d1957b7f386b3153e25c65cd7.tar
perl-MDK-Common-480ff60efb93326d1957b7f386b3153e25c65cd7.tar.gz
perl-MDK-Common-480ff60efb93326d1957b7f386b3153e25c65cd7.tar.bz2
perl-MDK-Common-480ff60efb93326d1957b7f386b3153e25c65cd7.tar.xz
perl-MDK-Common-480ff60efb93326d1957b7f386b3153e25c65cd7.zip
- add read_gnomekderc() (and make update_gnomekderc() a little more robust when the category is plain weird)
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r--perl-MDK-Common.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec
index fcd61c4..d2c92cc 100644
--- a/perl-MDK-Common.spec
+++ b/perl-MDK-Common.spec
@@ -2,7 +2,7 @@
# do not change the version here, change in MDK/Common.pm.pl
%define version THEVERSION
-%define release 2mdk
+%define release 1mdk
%ifarch x86_64
%define build_option PERL_CHECKER_TARGET='debug-code BCSUFFIX=""'
@@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
# MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common
%changelog
+* Wed Jul 30 2003 Pixel <pixel@mandrakesoft.com> 1.1.5-1mdk
+- add read_gnomekderc() (and make update_gnomekderc() a little more robust when the category is plain weird)
+
* Mon Jun 16 2003 Pixel <pixel@mandrakesoft.com> 1.1.4-2mdk
- no native perl_checker for x86_64, only bytecode
- build require ocaml >= 3.06 (thanks to Per Øyvind Karlsen)