Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
6147257b51 |
BIN
Variable-Magic-0.63.tar.gz
(Stored with Git LFS)
Normal file
BIN
Variable-Magic-0.63.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Variable-Magic-0.64.tar.gz
(Stored with Git LFS)
BIN
Variable-Magic-0.64.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,21 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Wed Sep 21 03:06:58 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Variable-Magic
|
# spec file for package perl-Variable-Magic
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,19 +18,15 @@
|
|||||||
|
|
||||||
%define cpan_name Variable-Magic
|
%define cpan_name Variable-Magic
|
||||||
Name: perl-Variable-Magic
|
Name: perl-Variable-Magic
|
||||||
Version: 0.640.0
|
Version: 0.63
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.64 -> normalize -> 0.640.0
|
|
||||||
%define cpan_version 0.64
|
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Associate user-defined magic to variables from Perl
|
Summary: Associate user-defined magic to variables from Perl
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Provides: perl(Variable::Magic) = %{version}
|
|
||||||
%undefine __perllib_provides
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -48,7 +44,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.
|
underlying C API, and this module gives you direct access to it.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
@@ -63,6 +59,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes CONTRIBUTING README samples
|
%doc Changes README samples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user