Accepting request 296935 from devel:languages:perl:autoupdate

update to be fixed manually

OBS-URL: https://build.opensuse.org/request/show/296935
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warnings?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2015-04-15 20:32:26 +00:00 committed by Git OBS Bridge
parent fd03d852aa
commit 0e23ca6a1b
4 changed files with 34 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Apr 15 14:53:05 UTC 2015 - coolo@suse.com
- updated to 0.021
see /usr/share/doc/packages/perl-Test-Warnings/Changes
0.021 2015-03-21 18:48:27Z
- add a x_breaks entry for conflicting versions of File::pushd which
inadvertently call our exported warnings() rather than invoking
warnings.pm, and documented this undesired interaction
0.020 2015-01-03 20:32:21Z
- re-release to fix problematic $VERSION declaration (RT#101239)
0.019 2014-12-18 20:07:02Z
- fix test to allow for special characters (e.g. MSWin32 file
separators) in filenames (A. Sinan Unur, PR#7)
0.018 2014-12-17 18:17:30Z
- fix test to not depend on message formatting changes in newer Carp
0.017 2014-12-16 20:17:22Z
- handle other warning handlers passing us partial warning messages
by re-adding the source file and line number
-------------------------------------------------------------------
Mon Jul 28 05:30:44 UTC 2014 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Warnings
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX 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,21 +17,22 @@
Name: perl-Test-Warnings
Version: 0.016
Version: 0.021
Release: 0
%define cpan_name Test-Warnings
Summary: Test for warnings and the lack of them
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Warnings/
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta::Check) >= 0.007
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(parent)
BuildRequires: perl(version)
Requires: perl(parent)
%{perl_requires}
@ -78,6 +79,6 @@ wish to test the content of expected warnings; read on to find out how.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING examples LICENSE README README.md weaver.ini
%doc Changes CONTRIBUTING examples LICENSE README
%changelog