Stephan Kulow 2014-09-19 12:24:46 +00:00 committed by Git OBS Bridge
parent d650d2059b
commit c6b0c34729
4 changed files with 13 additions and 6 deletions

View File

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

3
Sub-Install-0.928.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 19 12:15:47 UTC 2014 - coolo@suse.com
- updated to 0.928
- cope with subroutines with spaces in their names when catching
warnings
- don't assume that the source sub isn't blessed in tests (!)
-------------------------------------------------------------------
Mon Nov 25 07:38:53 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Sub-Install
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Sub-Install
Version: 0.927
Version: 0.928
Release: 0
%define cpan_name Sub-Install
Summary: Install subroutines into packages easily
@ -30,7 +30,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.96
#BuildRequires: perl(Sub::Install)
%{perl_requires}
%description