diff --git a/Test-Exception-0.26.tar.bz2 b/Test-Exception-0.26.tar.bz2 deleted file mode 100644 index d20361e..0000000 --- a/Test-Exception-0.26.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd64458b05d89d9e1408f3816a3a22fc3450077b0c1e7f77af4ea59aa904adb1 -size 12447 diff --git a/Test-Exception-0.27.tar.bz2 b/Test-Exception-0.27.tar.bz2 new file mode 100644 index 0000000..d1770db --- /dev/null +++ b/Test-Exception-0.27.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1630afa37ec858a91c20154732c61c15b3d680756a834f75ab0b127c58b14624 +size 12616 diff --git a/perl-Test-Exception.changes b/perl-Test-Exception.changes index f89463d..e98ac5b 100644 --- a/perl-Test-Exception.changes +++ b/perl-Test-Exception.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 25 13:46:44 CET 2008 - anicka@suse.cz + +- update to 0.27 + * Patch to fix my broken code with the now working Sub::Uplevel. + ------------------------------------------------------------------- Thu Dec 13 14:27:59 CET 2007 - anicka@suse.cz diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec index d918b68..4348af3 100644 --- a/perl-Test-Exception.spec +++ b/perl-Test-Exception.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Test-Exception (Version 0.26 ) +# spec file for package perl-Test-Exception (Version 0.27 ) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 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. # @@ -10,9 +10,10 @@ # norootforbuild + Name: perl-Test-Exception BuildRequires: perl-Sub-Uplevel -Version: 0.26 +Version: 0.27 Release: 1 Requires: perl = %{perl_version} Requires: perl-Sub-Uplevel @@ -63,7 +64,10 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/auto/Test/Exception/ %changelog -* Thu Dec 13 2007 - anicka@suse.cz +* Mon Feb 25 2008 anicka@suse.cz +- update to 0.27 + * Patch to fix my broken code with the now working Sub::Uplevel. +* Thu Dec 13 2007 anicka@suse.cz - update to 0.26 * Added some more exposition on the usage of dies_ok() and lives_ok() for those who found them confusing. Also reordered @@ -72,5 +76,5 @@ rm -rf $RPM_BUILD_ROOT * Added some tests for RT#24678, but not actually fixed them yet * Added comment in docs about T::E not catching exit() in eval() blocks -* Thu Jun 14 2007 - anicka@suse.cz +* Thu Jun 14 2007 anicka@suse.cz - package created (version 0.25)