Accepting request 890623 from devel:languages:perl:autoupdate
- updated to 1.24 see /usr/share/doc/packages/perl-Data-Alias/Changes version 1.24; 2021-05-05 * bugfix: copy() no longer produces malformed optrees which under certain circumstances crashed perl 5.31.2 and later. (contributed by TonyC) * update for removal of '.' from @INC in perl 5.26. version 1.23; 2021-04-30 * bugfix: fix aliasing semantic unintentionally being applied to subs defined after a parenthesized alias()-expression since perl 5.11.2. version 1.22; 2021-04-22 * bugfix: use SvCUR_set instead of direct SvCUR assignment to fix compilation problems with -DDEBUGGING builds. (contributed by TonyC) * update for parser changes in v5.33.6. (contributed by TonyC) OBS-URL: https://build.opensuse.org/request/show/890623 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Alias?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
749b2dc5d6
commit
352ade371e
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5c565fa831a7b20a67d35cfef000801fef944c785e129d47dd64d0aa726704c
|
||||
size 64332
|
3
Data-Alias-1.24.tar.gz
Normal file
3
Data-Alias-1.24.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e84c5a7b2c7b47d29a4766f3750d2ff8b99cf148a4846c2b50690742192b4f1c
|
||||
size 65406
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 5 03:06:56 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.24
|
||||
see /usr/share/doc/packages/perl-Data-Alias/Changes
|
||||
|
||||
version 1.24; 2021-05-05
|
||||
* bugfix: copy() no longer produces malformed optrees which under certain
|
||||
circumstances crashed perl 5.31.2 and later. (contributed by TonyC)
|
||||
* update for removal of '.' from @INC in perl 5.26.
|
||||
version 1.23; 2021-04-30
|
||||
* bugfix: fix aliasing semantic unintentionally being applied to subs
|
||||
defined after a parenthesized alias()-expression since perl 5.11.2.
|
||||
version 1.22; 2021-04-22
|
||||
* bugfix: use SvCUR_set instead of direct SvCUR assignment to fix
|
||||
compilation problems with -DDEBUGGING builds. (contributed by TonyC)
|
||||
* update for parser changes in v5.33.6. (contributed by TonyC)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 7 22:01:05 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Alias
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,20 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Data-Alias
|
||||
Version: 1.21
|
||||
Release: 0
|
||||
%define cpan_name Data-Alias
|
||||
Name: perl-Data-Alias
|
||||
Version: 1.24
|
||||
Release: 0
|
||||
Summary: Comprehensive set of aliasing operations
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Data-Alias/
|
||||
Source0: https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/X/XM/XMATH/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Install)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -65,14 +62,14 @@ you are already using this module and are now using a sufficiently recent
|
||||
Perl, you should attempt to migrate to the core facility.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -80,7 +77,6 @@ Perl, you should attempt to migrate to the core facility.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user