1
0

Accepting request 54330 from devel:languages:perl

Accepted submit request 54330 from user anicka

OBS-URL: https://build.opensuse.org/request/show/54330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-IniFiles?expand=0&rev=17
This commit is contained in:
Marcus Rückert 2010-12-02 15:15:44 +00:00 committed by Git OBS Bridge
commit 02415be857
4 changed files with 18 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Dec 1 13:31:10 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Wed Dec 1 11:29:38 CET 2010 - anicka@suse.cz
- update to 2.65
* Replaced calls to File::Temp's tempfile() with those to its tempdir()
followed by File::Spec->catfile() - hopefully fixes the CPAN smoking failures
on Win32.
-------------------------------------------------------------------
Mon Nov 22 12:51:58 CET 2010 - anicka@suse.cz

View File

@ -21,7 +21,7 @@
Name: perl-Config-IniFiles
%define cpan_name Config-IniFiles
Summary: Module for reading .ini-style configuration files
Version: 2.64
Version: 2.65
Release: 1
License: GPL v1+, Artistic License
Group: Development/Libraries/Perl
@ -38,7 +38,7 @@ BuildRequires: perl-macros
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(IO::Scalar)
Requires: perl = %{perl_version}
%{perl_requires}
Requires: perl(IO::Scalar)
%description