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
This commit is contained in:
Stephan Kulow 2013-06-05 07:48:48 +00:00 committed by Git OBS Bridge
parent 6cd4066c56
commit 0aca3282b1
4 changed files with 55 additions and 40 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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 <rbowen@rcbowen.com>
Jeremy Wadsack <dgsupport at wadsack-allen dot com>
%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