diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-05 12:42:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-05 12:42:40 +0000 |
commit | ee14998ffdf6f205818952b00073fe6800e748cf (patch) | |
tree | 2c719dc162e12d81016dc29ae737b25b01e49ab4 | |
parent | 8cbd6c0a65371f408e43864f81f2c0c01b5ba6aa (diff) | |
download | perl-MDK-Common-ee14998ffdf6f205818952b00073fe6800e748cf.tar perl-MDK-Common-ee14998ffdf6f205818952b00073fe6800e748cf.tar.gz perl-MDK-Common-ee14998ffdf6f205818952b00073fe6800e748cf.tar.bz2 perl-MDK-Common-ee14998ffdf6f205818952b00073fe6800e748cf.tar.xz perl-MDK-Common-ee14998ffdf6f205818952b00073fe6800e748cf.zip |
new snapshot (many perl_checker enhancements)
-rw-r--r-- | MDK/Common.pm.pl | 2 | ||||
-rw-r--r-- | perl-MDK-Common.spec | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index 0dbddd2..914d59c 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -71,7 +71,7 @@ use vars qw(@ISA @EXPORT $VERSION); #); # perl_checker: RE-EXPORT-ALL @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -$VERSION = "1.1.8"; +$VERSION = "1.1.9"; 1; EOF diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index 8b3e2a1..03f8a43 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 3mdk +%define release 1mdk %ifarch x86_64 %define build_option PERL_CHECKER_TARGET='debug-code BCSUFFIX=""' @@ -72,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Mon Jan 5 2004 Pixel <pixel@mandrakesoft.com> 1.1.9-1mdk +- many perl_checker enhancements + +* Tue Dec 16 2003 Pixel <pixel@mandrakesoft.com> 1.1.8-4mdk - MDK::Common::File::cp_f() added * Tue Nov 18 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.8-3mdk |