summaryrefslogtreecommitdiffstats
path: root/perl-MDK-Common.spec
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-02 04:48:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-02 04:48:58 +0000
commit2b9fcc72ed97ec345a0769817e13379a98a02862 (patch)
tree96f94ae289330dee7e4be2c17bd4cd3ef9b6ffbd /perl-MDK-Common.spec
parent4eb86f480428513e47aeeb97d671bbffba6daa14 (diff)
downloadperl-MDK-Common-2b9fcc72ed97ec345a0769817e13379a98a02862.tar
perl-MDK-Common-2b9fcc72ed97ec345a0769817e13379a98a02862.tar.gz
perl-MDK-Common-2b9fcc72ed97ec345a0769817e13379a98a02862.tar.bz2
perl-MDK-Common-2b9fcc72ed97ec345a0769817e13379a98a02862.tar.xz
perl-MDK-Common-2b9fcc72ed97ec345a0769817e13379a98a02862.zip
- workaround bug in ocaml on ultrasparc
(can't catch exception "Fatal error: out-of-bound access in array or string" in native code) - add begins_with in MDK::Common::String
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r--perl-MDK-Common.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec
index 6c0759c..7138067 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 1mdk
+%define release 2mdk
%ifarch x86_64
%define build_option PERL_CHECKER_TARGET='debug-code BCSUFFIX=""'
@@ -72,6 +72,13 @@ rm -rf $RPM_BUILD_ROOT
# MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common
%changelog
+* Fri Jul 23 2004 Pixel <pixel@mandrakesoft.com> 1.1.15-2mdk
+- workaround bug in ocaml on ultrasparc
+ (can't catch exception "Fatal error: out-of-bound access in array or string" in native code)
+
+* Thu Jul 22 2004 Pixel <pixel@mandrakesoft.com> 1.1.15-1mdk
+- add begins_with in MDK::Common::String
+
* Mon Jul 5 2004 Pixel <pixel@mandrakesoft.com> 1.1.14-1mdk
- more perlish behaviour for to_int() and to_float()
(skipping leading spaces)