From 1d2ef02b4cd71dc94d2c06cfe87b40ce27dfcf21320657efc00b5d75147939a6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 26 Jul 2013 05:29:24 +0000 Subject: [PATCH] - updated to 2.52 - applied pod patch rt.cpan.org#79603 - fixed rt.cpan.org#80006, it tolerates now whitespaces after the block closing > - added -Plug parameter, which introduces plugin closures. idea from rt.cpan.org#79694. Currently available hooks are: pre_open, pre_read, post_read, pre_parse_value, post_parse_value - applied patch by Ville Skytt344, spelling fixes. - fixed rt.cpan.org#85080, more spelling fixes. - applied patch rt.cpan.org#85132, which fixes a deprecation warning in perl 5.18 and above. Fixes #85668 as well. - applied patch rt.cpan.org#85538, c-style comments are ignored inside here-docs. - fixed rt.cpan.org#82637, don't use indirect object syntax in pod and code. - remove obsolete 0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-General?expand=0&rev=26 --- Config-General-2.51.tar.gz | 3 --- Config-General-2.52.tar.gz | 3 +++ perl-Config-General.changes | 28 ++++++++++++++++++++++++++++ perl-Config-General.spec | 5 +---- 4 files changed, 32 insertions(+), 7 deletions(-) delete mode 100644 Config-General-2.51.tar.gz create mode 100644 Config-General-2.52.tar.gz diff --git a/Config-General-2.51.tar.gz b/Config-General-2.51.tar.gz deleted file mode 100644 index 4e596ee..0000000 --- a/Config-General-2.51.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ff530cd4818a040c1bc2ba96e3e8237241dde1208d206685d1204270ef00bce -size 59055 diff --git a/Config-General-2.52.tar.gz b/Config-General-2.52.tar.gz new file mode 100644 index 0000000..e6c72e8 --- /dev/null +++ b/Config-General-2.52.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9937d72e0ca23cb1257092aa863eff14f8c0c993f719ef13f3920601db52351f +size 60471 diff --git a/perl-Config-General.changes b/perl-Config-General.changes index d6e28f4..58b3cda 100644 --- a/perl-Config-General.changes +++ b/perl-Config-General.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Jul 26 05:28:20 UTC 2013 - coolo@suse.com + +- updated to 2.52 + - applied pod patch rt.cpan.org#79603 + + - fixed rt.cpan.org#80006, it tolerates now whitespaces + after the block closing > + + - added -Plug parameter, which introduces plugin closures. + idea from rt.cpan.org#79694. + Currently available hooks are: + pre_open, pre_read, post_read, pre_parse_value, post_parse_value + + - applied patch by Ville Skytt344, spelling fixes. + + - fixed rt.cpan.org#85080, more spelling fixes. + + - applied patch rt.cpan.org#85132, which fixes a deprecation + warning in perl 5.18 and above. Fixes #85668 as well. + + - applied patch rt.cpan.org#85538, c-style comments + are ignored inside here-docs. + + - fixed rt.cpan.org#82637, don't use indirect object syntax + in pod and code. +- remove obsolete 0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch + ------------------------------------------------------------------- Fri Jun 21 08:47:13 UTC 2013 - coolo@suse.com diff --git a/perl-Config-General.spec b/perl-Config-General.spec index 3c863ae..3d4b845 100644 --- a/perl-Config-General.spec +++ b/perl-Config-General.spec @@ -17,7 +17,7 @@ Name: perl-Config-General -Version: 2.51 +Version: 2.52 Release: 0 %define cpan_name Config-General Summary: Generic Config Module @@ -25,8 +25,6 @@ License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Config-General/ Source: http://www.cpan.org/authors/id/T/TL/TLINDEN/%{cpan_name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM RT#85132 -Patch0: 0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -52,7 +50,6 @@ enhancements such as here-documents, C-style comments or multiline options. %prep %setup -q -n %{cpan_name}-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"