From f11399272ba2091f2f12536f8a8102b15e4107b763a45fdc842a1e9fb9851d9c Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 22 Nov 2010 13:19:01 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/perl-Config-IniFiles revision 16.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=1a58601fa062d3ad1c246d9241aebd86 --- perl-Config-IniFiles.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec index 66b3963..23e9aa9 100644 --- a/perl-Config-IniFiles.spec +++ b/perl-Config-IniFiles.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Config-IniFiles (Version 2.58) +# spec file for package perl-Config-IniFiles (Version 2.64) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # From e95d7a3d5b2e907f4bde100256476bf5e29ac979a552a5f9ca001e01d4bf75bd Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 1 Dec 2010 13:39:48 +0000 Subject: [PATCH 2/3] siwtch to perl_requires macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=17 --- perl-Config-IniFiles.changes | 5 +++++ perl-Config-IniFiles.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-Config-IniFiles.changes b/perl-Config-IniFiles.changes index 2faf2ed..a282909 100644 --- a/perl-Config-IniFiles.changes +++ b/perl-Config-IniFiles.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 1 13:31:10 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + ------------------------------------------------------------------- Mon Nov 22 12:51:58 CET 2010 - anicka@suse.cz diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec index 23e9aa9..d7ceff4 100644 --- a/perl-Config-IniFiles.spec +++ b/perl-Config-IniFiles.spec @@ -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 From 8b691f97fd086e35275c00d6b2bac1667546033d5f99347003d6340033b4e193 Mon Sep 17 00:00:00 2001 From: Anna Maresova Date: Thu, 2 Dec 2010 13:13:24 +0000 Subject: [PATCH 3/3] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=18 --- Config-IniFiles-2.64.tar.bz2 | 3 --- Config-IniFiles-2.65.tar.bz2 | 3 +++ perl-Config-IniFiles.changes | 8 ++++++++ perl-Config-IniFiles.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 Config-IniFiles-2.64.tar.bz2 create mode 100644 Config-IniFiles-2.65.tar.bz2 diff --git a/Config-IniFiles-2.64.tar.bz2 b/Config-IniFiles-2.64.tar.bz2 deleted file mode 100644 index 06007de..0000000 --- a/Config-IniFiles-2.64.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed06b005825bc5074eaa52f4c0b47ca3f71847ed045a87bd508bcab8b14b53fb -size 39224 diff --git a/Config-IniFiles-2.65.tar.bz2 b/Config-IniFiles-2.65.tar.bz2 new file mode 100644 index 0000000..4c29fd6 --- /dev/null +++ b/Config-IniFiles-2.65.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a280e02b98e53251e7f284b4e017da6547d7f9cebcccea8edcfb55934be933 +size 39340 diff --git a/perl-Config-IniFiles.changes b/perl-Config-IniFiles.changes index a282909..64d038e 100644 --- a/perl-Config-IniFiles.changes +++ b/perl-Config-IniFiles.changes @@ -3,6 +3,14 @@ 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 diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec index d7ceff4..d216be5 100644 --- a/perl-Config-IniFiles.spec +++ b/perl-Config-IniFiles.spec @@ -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