From 0e23ca6a1b34cbd866e7c600d45b2cb468a3e8280bc0ac007c71a92f0be167e6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 15 Apr 2015 20:32:26 +0000 Subject: [PATCH] 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 --- Test-Warnings-0.016.tar.gz | 3 --- Test-Warnings-0.021.tar.gz | 3 +++ perl-Test-Warnings.changes | 25 +++++++++++++++++++++++++ perl-Test-Warnings.spec | 11 ++++++----- 4 files changed, 34 insertions(+), 8 deletions(-) delete mode 100644 Test-Warnings-0.016.tar.gz create mode 100644 Test-Warnings-0.021.tar.gz diff --git a/Test-Warnings-0.016.tar.gz b/Test-Warnings-0.016.tar.gz deleted file mode 100644 index 574c512..0000000 --- a/Test-Warnings-0.016.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09ebc9afa29eb4d1d44fbd974dfcd52e0a2d9ce7ec3e3ee7602394157831aba9 -size 32774 diff --git a/Test-Warnings-0.021.tar.gz b/Test-Warnings-0.021.tar.gz new file mode 100644 index 0000000..8d9cab4 --- /dev/null +++ b/Test-Warnings-0.021.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98a182e333d58bd7fc68fdc6d9f548624df07d73bdb124bd1af5087e1cc2c44 +size 34390 diff --git a/perl-Test-Warnings.changes b/perl-Test-Warnings.changes index d0fa288..8665b82 100644 --- a/perl-Test-Warnings.changes +++ b/perl-Test-Warnings.changes @@ -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 diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec index 6ea7911..59d61a7 100644 --- a/perl-Test-Warnings.spec +++ b/perl-Test-Warnings.spec @@ -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