From b1836724056530593be98c496ec4753da390ed3e340a053d55b8ca1c2b00e7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 26 Feb 2025 14:03:53 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main perl-Variable-Magic revision 27a621c7817f236e3607cf235448acbe --- Variable-Magic-0.63.tar.gz | 3 --- Variable-Magic-0.64.tar.gz | 3 +++ perl-Variable-Magic.changes | 18 ++++++++++++++++++ perl-Variable-Magic.spec | 14 +++++++++----- 4 files changed, 30 insertions(+), 8 deletions(-) delete mode 100644 Variable-Magic-0.63.tar.gz create mode 100644 Variable-Magic-0.64.tar.gz diff --git a/Variable-Magic-0.63.tar.gz b/Variable-Magic-0.63.tar.gz deleted file mode 100644 index e98f003..0000000 --- a/Variable-Magic-0.63.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba4083b2c31ff2694f2371333d554c826aaf24b4d98d03e48b5b4a43a2a0e679 -size 78851 diff --git a/Variable-Magic-0.64.tar.gz b/Variable-Magic-0.64.tar.gz new file mode 100644 index 0000000..80a12fc --- /dev/null +++ b/Variable-Magic-0.64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7853249c9ea3b4df92fb6b790c03a60680fc029f44c8bf9894dccf019516bd +size 76158 diff --git a/perl-Variable-Magic.changes b/perl-Variable-Magic.changes index 41acf6d..51951ff 100644 --- a/perl-Variable-Magic.changes +++ b/perl-Variable-Magic.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Mar 22 16:40:36 UTC 2024 - Tina Müller + +- 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 diff --git a/perl-Variable-Magic.spec b/perl-Variable-Magic.spec index fba0b7f..79efb0d 100644 --- a/perl-Variable-Magic.spec +++ b/perl-Variable-Magic.spec @@ -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