Accepting request 29461 from devel:languages:perl
Copy from devel:languages:perl/perl-Config-IniFiles based on submit request 29461 from user anicka OBS-URL: https://build.opensuse.org/request/show/29461 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-IniFiles?expand=0&rev=9
This commit is contained in:
parent
3924c78ced
commit
a8be4619e4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:492ba63d6ebd5a87ef052f735b3669a92cd39a60612d16cea3a82825727310d3
|
||||
size 35448
|
3
Config-IniFiles-2.56.tar.bz2
Normal file
3
Config-IniFiles-2.56.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffb86c521b3a57d119ed36b2c84341ef7323d58535b50ccb5292d99e0312bdd5
|
||||
size 36988
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 16:32:58 CET 2010 - anicka@suse.cz
|
||||
|
||||
- update to 2.56
|
||||
* Hopefully fixed the skip() in t/07misc.t
|
||||
- https://rt.cpan.org/Public/Bug/Display.html?id=53238
|
||||
- It was skip($num, $label) instead of skip($label, $num) and it
|
||||
lacked a "SKIP:" label.
|
||||
* Refactoring the tests:
|
||||
- Converted t/05hash.t to Test::More and modernised it.
|
||||
- Converted t/06oo.t to Test::More and modernised it.
|
||||
- Testing: extracted t/lib/Config/IniFiles/TestPaths.pm.
|
||||
- Converted t/10delta.t to Test::More and modernised it.
|
||||
- Add the t_unlink method.
|
||||
* Adapted t/25line-endings.t to perl-5.6.x .
|
||||
- http://www.nntp.perl.org/group/perl.cpan.testers/2009/11/msg6026936.html
|
||||
- Failure there.
|
||||
* Converted t/01basic.t to Test::More and modernised it.
|
||||
* Converted t/02weird.t to Test::More and modernised it.
|
||||
* Converted t/04import.t to Test::More and modernised it.
|
||||
* Applied a patch from Steffen Heinrich (SHE) for:
|
||||
- https://rt.cpan.org/Ticket/Display.html?id=51445
|
||||
- included t/25line-endings.t
|
||||
- modified a little.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-Config-IniFiles (Version 2.52)
|
||||
# spec file for package perl-Config-IniFiles (Version 2.56)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -27,8 +27,8 @@ Obsoletes: p_cnfini
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Summary: A module for reading .ini-style configuration files
|
||||
Version: 2.52
|
||||
Release: 2
|
||||
Version: 2.56
|
||||
Release: 1
|
||||
Source: Config-IniFiles-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user