8
0

WIP: Automatic update to Perl-Version-1.019.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Perl-Version: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:ffddcd3771f1f8a12b30f87650d325f651ae1ef4daa0ebf8abda38ba8f5e3dcd
size 31452

BIN
Perl-Version-1.019.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Feb 25 06:18:41 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 1.19.0 (1.019)
see /usr/share/doc/packages/perl-Perl-Version/Changes
1.019 2026-02-24T23:29:05Z
* perl-reversion needs IO::File before perl v5.14 (#12)
-------------------------------------------------------------------
Tue Jan 28 05:31:25 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Perl-Version
#
# Copyright (c) 2025 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 Perl-Version
Name: perl-Perl-Version
Version: 1.18.0
Version: 1.19.0
Release: 0
# 1.018 -> normalize -> 1.18.0
%define cpan_version 1.018
# 1.019 -> normalize -> 1.19.0
%define cpan_version 1.019
License: Artistic-2.0
Summary: Parse and manipulate Perl version strings
URL: https://metacpan.org/release/%{cpan_name}
@@ -94,7 +94,7 @@ case if either of them starts with a zero they will be zero padded to the
same length when stringifying the version.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644