forked from pool/perl-Config-General
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
67d0bff9db
commit
1d2ef02b4c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ff530cd4818a040c1bc2ba96e3e8237241dde1208d206685d1204270ef00bce
|
||||
size 59055
|
3
Config-General-2.52.tar.gz
Normal file
3
Config-General-2.52.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9937d72e0ca23cb1257092aa863eff14f8c0c993f719ef13f3920601db52351f
|
||||
size 60471
|
@@ -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
|
||||
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user