From 0aca3282b1a5f99e84cd199a300a0f6e563153e152f27333ae92e1f1906bf47c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 5 Jun 2013 07:48:48 +0000 Subject: [PATCH] Accepting request 177629 from home:coolo:update-perl update OBS-URL: https://build.opensuse.org/request/show/177629 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=31 --- Config-IniFiles-2.75.tar.gz | 3 -- Config-IniFiles-2.82.tar.gz | 3 ++ perl-Config-IniFiles.changes | 29 +++++++++++++++++ perl-Config-IniFiles.spec | 60 ++++++++++++++---------------------- 4 files changed, 55 insertions(+), 40 deletions(-) delete mode 100644 Config-IniFiles-2.75.tar.gz create mode 100644 Config-IniFiles-2.82.tar.gz diff --git a/Config-IniFiles-2.75.tar.gz b/Config-IniFiles-2.75.tar.gz deleted file mode 100644 index 0f66341..0000000 --- a/Config-IniFiles-2.75.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:503bd5923dbed3940a77d59868ce6fdf956f6aa6faf9105e4feeec0101ef9626 -size 62973 diff --git a/Config-IniFiles-2.82.tar.gz b/Config-IniFiles-2.82.tar.gz new file mode 100644 index 0000000..eacf581 --- /dev/null +++ b/Config-IniFiles-2.82.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd116a7104ce2f477b182dc3a57a191a3a1f65c42cd9c2dabab65e11dce88ee1 +size 64192 diff --git a/perl-Config-IniFiles.changes b/perl-Config-IniFiles.changes index 797d026..7992933 100644 --- a/perl-Config-IniFiles.changes +++ b/perl-Config-IniFiles.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Jun 3 15:55:18 UTC 2013 - coolo@suse.com + +- updated to 2.82 + * Add t/style-trailing-space.t . + - Remove trailing space. + + * Add the CopySection method to copy a section. + - Thanks to James Rouzier. + + * Add the RenameSection method to rename a section. + - Thanks to James Rouzier. + + * Fix test failures with Pod-Simple-3.28: + - http://www.cpantesters.org/cpan/report/98f9d3a8-b557-11e2-9adc-3d5fc1508286 + + * Fix https://rt.cpan.org/Public/Bug/Display.html?id=80259: + - Warnings on undefined value in length in perl-5.10.x. + + * Bump the List::MoreUtils dependency to '0.33'. + - https://rt.cpan.org/Ticket/Display.html?id=77930 + - Thanks to TJENNESS for the report. + + * Correct the documentation regarding the syntax of calling ->WriteConfig(), + which always accepts a mandatory filename and not just + "->WriteConfig(-delta => 1)". + - Thanks to the Mageia Linux QA team at: + - https://bugs.mageia.org/show_bug.cgi?id=6024#c17 + ------------------------------------------------------------------- Wed May 30 13:11:50 UTC 2012 - vcizek@suse.com diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec index 6fc55f2..2b9ac9e 100644 --- a/perl-Config-IniFiles.spec +++ b/perl-Config-IniFiles.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Config-IniFiles # -# 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,30 +17,29 @@ Name: perl-Config-IniFiles -%define cpan_name Config-IniFiles -Summary: Module for reading .ini-style configuration files -License: GPL-1.0+ or Artistic-1.0 -Group: Development/Libraries/Perl -Version: 2.75 +Version: 2.82 Release: 0 +%define cpan_name Config-IniFiles +Summary: A module for reading .ini-style configuration files. +License: Artistic-1.0 or GPL-1.0+ +Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Config-IniFiles/ -#Source: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-2.58.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Basename) -BuildRequires: perl(File::Temp) -BuildRequires: perl(IO::Scalar) -BuildRequires: perl(List::MoreUtils) -BuildRequires: perl(Module::Build) -BuildRequires: perl(Test::Pod) >= 1.14 -BuildRequires: perl(Test::Pod::Coverage) >= 1.04 -Requires: perl(File::Basename) -Requires: perl(File::Temp) -Requires: perl(IO::Scalar) -Requires: perl(List::MoreUtils) +BuildRequires: perl(List::MoreUtils) >= 0.33 +BuildRequires: perl(Module::Build) >= 0.36 +#BuildRequires: perl(Config::IniFiles) +#BuildRequires: perl(Config::IniFiles::Debug) +#BuildRequires: perl(Config::IniFiles::TestPaths) +#BuildRequires: perl(IO::All) +#BuildRequires: perl(IO::Scalar) +#BuildRequires: perl(Module::Build::Compat) >= 0.02 +#BuildRequires: perl(Test::Run::Builder) +#BuildRequires: perl(Test::Run::CmdLine::Iface) +Requires: perl(List::MoreUtils) >= 0.33 %{perl_requires} %description @@ -49,35 +48,22 @@ outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash. - - -Authors: --------- - Scott Hutton - Rich Bowen - Jeremy Wadsack - %prep -%setup -q -n Config-IniFiles-%{version} -#rpmlint: wrong-file-end-of-line-encoding -%{__perl} -p -i -e "s|\r\n|\n|" Changes +%setup -q -n %{cpan_name}-%{version} %build %{__perl} Build.PL installdirs=vendor -./Build +./Build build flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes README +%defattr(-,root,root,755) +%doc Changes README scripts %changelog