WIP: Automatic update to Data-Alias-1.29.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Data-Alias:autoupdate into main
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b2870bdfc202ea00a26b70657d77653a6a63578faaf1751cd3b3b20311704a3
size 56979

BIN
Data-Alias-1.29.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 3 06:10:43 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 1.290.0 (1.29)
see /usr/share/doc/packages/perl-Data-Alias/Changes
1.29 2026-02-02 XMATH
- Fix compatibility with perl 5.43.8 (contributed by mauke)
-------------------------------------------------------------------
Thu Dec 22 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Alias
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Data-Alias
Name: perl-Data-Alias
Version: 1.280.0
Version: 1.290.0
Release: 0
# 1.28 -> normalize -> 1.280.0
%define cpan_version 1.28
# 1.29 -> normalize -> 1.290.0
%define cpan_version 1.29
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comprehensive set of aliasing operations
URL: https://metacpan.org/release/%{cpan_name}
@@ -68,7 +68,7 @@ you are already using this module and are now using a sufficiently recent
Perl, you should attempt to migrate to the core facility.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"