OBS User unknown 2008-07-25 15:00:53 +00:00 committed by Git OBS Bridge
parent 920fdd9211
commit a4ae46b9ed
4 changed files with 22 additions and 6 deletions

View File

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

3
Test-Warn-0.11.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jul 25 15:18:50 CEST 2008 - anicka@suse.cz
- update to 0.11
* better Makefile.PL
* mention Test::Trap
* uplevel 2 changed to uplevel 1 to work with Sub::Uplevel 0.19_02
* small fixes
-------------------------------------------------------------------
Wed Mar 12 15:36:27 CET 2008 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Test-Warn (Version 0.10)
# spec file for package perl-Test-Warn (Version 0.11)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,8 +12,8 @@
Name: perl-Test-Warn
Version: 0.10
Release: 2
Version: 0.11
Release: 1
Requires: perl = %{perl_version}
Requires: perl-Array-Compare perl-Tree-DAG_Node perl-Test-Exception
BuildRequires: perl-Array-Compare perl-Test-Exception perl-Tree-DAG_Node
@ -61,6 +61,13 @@ rm -rf $RPM_BUILD_ROOT
%dir %{perl_vendorarch}/auto/Test
%{perl_vendorarch}/auto/Test
/var/adm/perl-modules/%{name}
%changelog
* Fri Jul 25 2008 anicka@suse.cz
- update to 0.11
* better Makefile.PL
* mention Test::Trap
* uplevel 2 changed to uplevel 1 to work with Sub::Uplevel 0.19_02
* small fixes
* Wed Mar 12 2008 anicka@suse.cz
- package created (version 0.10)