OBS User unknown 2008-02-25 16:36:57 +00:00 committed by Git OBS Bridge
parent 979ca29fa1
commit a5e86ed952
4 changed files with 18 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd64458b05d89d9e1408f3816a3a22fc3450077b0c1e7f77af4ea59aa904adb1
size 12447

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1630afa37ec858a91c20154732c61c15b3d680756a834f75ab0b127c58b14624
size 12616

View File

@ -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

View File

@ -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)