OBS User unknown 2007-06-18 15:05:35 +00:00 committed by Git OBS Bridge
parent aa99ad8f43
commit 5a76ebdf33
4 changed files with 21 additions and 7 deletions

View File

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

3
Carp-Clan-5.9.tar.bz2 Normal file
View File

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

View File

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

View File

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