Hello community,
here is the log from the commit of package perl-Config-General for
openSUSE:Factory checked in at 2013-06-25 06:59:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-General (Old)
and /work/SRC/openSUSE:Factory/.perl-Config-General.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Config-General"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Config-General/perl-Config-General.changes
2013-06-05 17:49:46.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Config-General.new/perl-Config-General.changes
2013-06-25 06:59:23.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 21 08:47:13 UTC 2013 - [email protected]
+
+- add 0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch
+ to fix build with perl 5.18
+
+-------------------------------------------------------------------
New:
----
0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Config-General.spec ++++++
--- /var/tmp/diff_new_pack.l4TTNQ/_old 2013-06-25 06:59:24.000000000 +0200
+++ /var/tmp/diff_new_pack.l4TTNQ/_new 2013-06-25 06:59:24.000000000 +0200
@@ -25,6 +25,8 @@
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
@@ -50,6 +52,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
++++++ 0001-Fix-deprecation-warning-in-5.18-about-splitting-in-r.patch ++++++
Origin: CPAN RT
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85132
Bug-Debian: http://bugs.debian.org/709769
>From 1e66362a9a011022737b0b7a3214d666505461ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?"D.=20Ilmari=20Manns=C3=A5ker"?=
<[email protected]>
Date: Wed, 8 May 2013 09:53:33 +0100
Subject: [PATCH] Fix deprecation warning in 5.18 about splitting (? in regex
---
General/Interpolated.pm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/General/Interpolated.pm b/General/Interpolated.pm
index df7f6e3..bb2d861 100644
--- a/General/Interpolated.pm
+++ b/General/Interpolated.pm
@@ -48,8 +48,7 @@ sub _set_regex {
\$ # dollar sign
(\{)? # $2: optional opening curly
([a-zA-Z0-9_\-\.:\+,]+) # $3: capturing variable name (fix of
#33447)
- (
- ?(2) # $4: if there's the opening curly...
+ (?(2) # $4: if there's the opening curly...
\} # ... match closing curly
)
}x;
--
1.7.9.5
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]