8
0

Accepting request 177525 from devel:languages:perl

- updated to 0.1202
 * RT #81879: hash key randomization after 5.17.5 (forwarded request 177500 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Unit-Lite?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2013-06-06 11:57:54 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 4 15:14:48 UTC 2013 - coolo@suse.com
- updated to 0.1202
* RT #81879: hash key randomization after 5.17.5
-------------------------------------------------------------------
Mon May 28 13:40:49 UTC 2012 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Unit-Lite
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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-Test-Unit-Lite
Version: 0.1201
Version: 0.1202
Release: 0
%define cpan_name Test-Unit-Lite
Summary: Unit testing without external dependencies
@@ -42,9 +42,15 @@ BuildRequires: perl(Module::Build)
#BuildRequires: perl(Readonly)
#BuildRequires: perl(Taint::Runtime)
#BuildRequires: perl(Test::CheckChanges)
#BuildRequires: perl(Test::CPAN::Changes)
#BuildRequires: perl(Test::CPAN::Meta)
#BuildRequires: perl(Test::DistManifest)
#BuildRequires: perl(Test::Distribution)
#BuildRequires: perl(Test::EOL)
#BuildRequires: perl(Test::Kwalitee)
#BuildRequires: perl(Test::NoTabs)
#BuildRequires: perl(TestObject)
#BuildRequires: perl(Test::Perl::Critic)
#BuildRequires: perl(Test::Pod) >= 1.14
#BuildRequires: perl(Test::Pod::Coverage) >= 1.04
#BuildRequires: perl(Test::Signature)
@@ -84,6 +90,6 @@ manpage is provided as a single file.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README xt
%doc Changes examples LICENSE README README.md
%changelog