From a8be4619e44ef1336c40e1eb58bf4754dd44610af4efa07eb029a7b5aea187c9 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 14 Jan 2010 17:14:34 +0000 Subject: [PATCH] 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 --- Config-IniFiles-2.52.tar.bz2 | 3 --- Config-IniFiles-2.56.tar.bz2 | 3 +++ perl-Config-IniFiles.changes | 25 +++++++++++++++++++++++++ perl-Config-IniFiles.spec | 6 +++--- 4 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 Config-IniFiles-2.52.tar.bz2 create mode 100644 Config-IniFiles-2.56.tar.bz2 diff --git a/Config-IniFiles-2.52.tar.bz2 b/Config-IniFiles-2.52.tar.bz2 deleted file mode 100644 index cdd1398..0000000 --- a/Config-IniFiles-2.52.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:492ba63d6ebd5a87ef052f735b3669a92cd39a60612d16cea3a82825727310d3 -size 35448 diff --git a/Config-IniFiles-2.56.tar.bz2 b/Config-IniFiles-2.56.tar.bz2 new file mode 100644 index 0000000..bacbd88 --- /dev/null +++ b/Config-IniFiles-2.56.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb86c521b3a57d119ed36b2c84341ef7323d58535b50ccb5292d99e0312bdd5 +size 36988 diff --git a/perl-Config-IniFiles.changes b/perl-Config-IniFiles.changes index 9afc4d6..299660a 100644 --- a/perl-Config-IniFiles.changes +++ b/perl-Config-IniFiles.changes @@ -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 diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec index 82b7f4c..e446198 100644 --- a/perl-Config-IniFiles.spec +++ b/perl-Config-IniFiles.spec @@ -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