diff --git a/Carp-Clan-5.8.tar.bz2 b/Carp-Clan-5.8.tar.bz2 deleted file mode 100644 index e9b5557..0000000 --- a/Carp-Clan-5.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ee6076ca8b82c908f7e8986db1d7350c3f8dbcfa16ba753f62f6397c428a847 -size 17240 diff --git a/Carp-Clan-5.9.tar.bz2 b/Carp-Clan-5.9.tar.bz2 new file mode 100644 index 0000000..b089c26 --- /dev/null +++ b/Carp-Clan-5.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d96710b5cb9b5b7057575856ac76999ff1641aba5817ac52feacf4ad1bd7ce +size 17414 diff --git a/perl-Carp-Clan.changes b/perl-Carp-Clan.changes index 3d5bb38..80d981c 100644 --- a/perl-Carp-Clan.changes +++ b/perl-Carp-Clan.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 18 10:12:02 CEST 2007 - anicka@suse.cz + +- update to 5.9 + * Test::Exceptions is mandatory for testing. + * bugfix + ------------------------------------------------------------------- Wed Dec 13 12:04:39 CET 2006 - anicka@suse.cz diff --git a/perl-Carp-Clan.spec b/perl-Carp-Clan.spec index 609247d..b951761 100644 --- a/perl-Carp-Clan.spec +++ b/perl-Carp-Clan.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Carp-Clan (Version 5.8) +# spec file for package perl-Carp-Clan (Version 5.9) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -11,7 +11,8 @@ # norootforbuild Name: perl-Carp-Clan -Version: 5.8 +BuildRequires: perl-Test-Exception +Version: 5.9 Release: 1 Requires: perl = %{perl_version} Autoreqprov: on @@ -43,6 +44,8 @@ Authors: %build perl Makefile.PL make + +%check make test %install @@ -61,7 +64,11 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/auto/Carp /var/adm/perl-modules/%{name} -%changelog -n perl-Carp-Clan +%changelog +* Mon Jun 18 2007 - anicka@suse.cz +- update to 5.9 + * Test::Exceptions is mandatory for testing. + * bugfix * Wed Dec 13 2006 - anicka@suse.cz - update to 5.8 * Stop testing that ->VERSION is a specific thing.