forked from pool/perl-Variable-Magic
Accepting request 457015 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/457015 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Variable-Magic?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
13aa162ff8
commit
cb52d8599d
BIN
Variable-Magic-0.60.tar.gz
(Stored with Git LFS)
BIN
Variable-Magic-0.60.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Variable-Magic-0.61.tar.gz
(Stored with Git LFS)
Normal file
BIN
Variable-Magic-0.61.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 07:57:29 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.61
|
||||
see /usr/share/doc/packages/perl-Variable-Magic/Changes
|
||||
|
||||
0.61 2017-01-24 15:30 UTC
|
||||
+ Fix : [RT #115792] : Latest blead stack unwind work causes infloop
|
||||
in a test.
|
||||
A change in how the core frees temporary values after eval
|
||||
interacted badly with Variable::Magic and caused infinite loops
|
||||
when a free callback was attached to a wizard. This change was
|
||||
temporarily reverted, but is going to be reinstated, and
|
||||
Variable::Magic is now able to play nicely when this happens.
|
||||
Thanks Peter Rabbitson for reporting and David Mitchell for
|
||||
providing a fix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 7 06:18:52 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Variable-Magic
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: perl-Variable-Magic
|
||||
Version: 0.60
|
||||
Version: 0.61
|
||||
Release: 0
|
||||
%define cpan_name Variable-Magic
|
||||
Summary: Associate user-defined magic to variables from Perl
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Variable-Magic/
|
||||
Source0: http://www.cpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
|
Reference in New Issue
Block a user