Sync from SUSE:SLFO:Main perl-Variable-Magic revision 27a621c7817f236e3607cf235448acbe

This commit is contained in:
Adrian Schröter 2025-02-26 14:03:53 +01:00
parent 68626a544c
commit b183672405
4 changed files with 30 additions and 8 deletions

BIN
Variable-Magic-0.63.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Variable-Magic-0.64.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Mar 22 16:40:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.64
see /usr/share/doc/packages/perl-Variable-Magic/Changes
0.64 2024-03-18 23:20 UTC
This is a maintenance release. The code contains no functional change.
Satisfied users of version 0.63 can skip this update.
+ Add : Contributing guidelines are now listed in the new
CONTRIBUTING file.
+ Fix : [RT #151104] : fix for t/18-opinfo.t broken under blead
Some optimization in core made t/18-opinfo.t fail since perl
5.39.7, but that was reverted before 5.40 was released.
This fix will make this test pass even when the optimization
is reinstantiated after release freeze.
Thanks David Mitchell for reporting and providing a fix.
-------------------------------------------------------------------
Wed Sep 21 03:06:58 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Variable-Magic
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,15 +18,19 @@
%define cpan_name Variable-Magic
Name: perl-Variable-Magic
Version: 0.63
Version: 0.640.0
Release: 0
# 0.64 -> normalize -> 0.640.0
%define cpan_version 0.64
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Associate user-defined magic to variables from Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Variable::Magic) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@ -44,7 +48,7 @@ or '$^W', the '%ENV' and '%SIG' hashes, the '@ISA' array, 'vec()' and
underlying C API, and this module gives you direct access to it.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@ -59,6 +63,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README samples
%doc Changes CONTRIBUTING README samples
%changelog